| [libc] Improve qsort (with build fix) (#121482) | 1 年前 |
| [libc] add fuzz target for strtointeger functions The string to integer conversion functions are well suited to differential fuzzing, and this patch adds a target to enable just that. It also fixes a bug in the fuzzing comparison logic and changes atoi slightly to match the behavior described in the C standard. Reviewed By: sivachandra, lntue Differential Revision: https://reviews.llvm.org/D140178 | 3 年前 |
| | 2 年前 |
| [libc] Improve qsort (with build fix) (#121482) | 1 年前 |
| [libc] Improve qsort (with build fix) (#121482) | 1 年前 |
| [libc] Fix the remaining isnan and isinf in tests. (#100969) Fixes https://github.com/llvm/llvm-project/issues/100964 | 2 年前 |
| [libc] Fix issue with fuzz input too short for atoi diff fuzz (#161705) The string to integer differential fuzzer assumes at least one byte of meaningful input, but wasn't explicitly checking that. Now it does. | 10 个月前 |
| | 2 年前 |