Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-07-29 | [libc] Adds fuzz test for strstr and alphabetizes string fuzz CMakeList. | cgyurgyik | 2 | -3/+97 |
2020-06-28 | [libc] This commit fixes the strcmp fuzzing test. It uses a single input and | cgyurgyik | 2 | -24/+53 |
2020-06-23 | Remove strcmp fuzz from CMakeList since it breaks build. | cgyurgyik | 1 | -8/+0 |
2020-06-23 | Add stddef.h to fix missing size_t type build errors. | Simon Pilgrim | 1 | -0/+1 |
2020-06-23 | [libc] Add fuzz test for strcmp. | cgyurgyik | 1 | -4/+5 |
2020-06-23 | Add strcmp fuzz test. | cgyurgyik | 2 | -0/+63 |
2020-04-10 | [libc] Add fully-qualified target names. | Siva Chandra Reddy | 1 | -3/+3 |
2020-04-08 | [libc][NFC] Make all top of file comments consistent. | Paula Toth | 1 | -1/+1 |
2020-04-03 | [libc] Fix memcpy to adhere to qualified calls. | Paula Toth | 1 | -0/+1 |
2020-04-03 | [libc] Add strlen implementation. | Paula Toth | 1 | -0/+1 |
2020-02-21 | [libc] Lay out framework for fuzzing libc functions. | Paula Toth | 2 | -0/+45 |