1. 2a39188 Replace memset 0 with initializers. by Christopher Ferris · 8 months ago
  2. 2ddb20d Remove a few glibc #if hacks. by Elliott Hughes · 1 year, 7 months ago
  3. 51be22c Merge "Consistently use `#if defined(__BIONIC__)`." into main by Treehugger Robot · 1 year, 10 months ago
  4. e7943f8 Consistently use `#if defined(__BIONIC__)`. by Elliott Hughes · 1 year, 10 months ago
  5. 1106903 Remove an obsolete TODO now we have a new clang. by Elliott Hughes · 1 year, 10 months ago
  6. e1833e5 Set __BIONIC_COMPLICATED_NULLNESS for the vsnprintf family by zijunzhao · 2 years, 3 months ago
  7. 141b917 Switch to libbase SilentDeathTest. by Elliott Hughes · 4 years, 4 months ago
  8. 62165a1 Cast from const void * -> const char * when using memchr(). by Stephen Hines · 5 years ago
  9. cfd8f58 Cleanup for #inclusivefixit. by Elliott Hughes · 5 years ago
  10. 849c0b9 fortify: add __mempcpy_chk by George Burgess IV · 6 years ago
  11. bcaa454 bionic tests: use GTEST_SKIP. by Elliott Hughes · 6 years ago
  12. e9c0e82 Fix an ifdef in a test by George Burgess IV · 7 years ago
  13. b83bf14 Fortify ppoll64. by Elliott Hughes · 7 years ago
  14. 55a8cc2 Add trivial test for __memrchr_chk. by Elliott Hughes · 8 years ago
  15. b115aef With O_TMPFILE, open(2) takes a mode argument. by Elliott Hughes · 8 years ago
  16. 85408ef Merge "Fix test compile errors after LLVM rebase" by Treehugger Robot · 8 years ago
  17. 2d3122c Fix test compile errors after LLVM rebase by Yi Kong · 8 years ago
  18. cf44343 fix half-deleted comments in tests by George Burgess IV · 8 years ago
  19. 5f8a673 Enable FORTIFY unit tests for clang by George Burgess IV · 8 years ago
  20. bd3d208 libc: add const-correct string.h overloads by George Burgess IV · 8 years ago
  21. 95b59c5 add fortified implementations of send/sendto by Daniel Micay · 8 years ago
  22. 62e5964 Improve diagnostics from the assembler __memset_chk routines. by Elliott Hughes · 9 years ago
  23. f68dcbe Fix our fortify tests for global -Werror. by Dan Albert · 10 years ago
  24. afdd154 add fortified implementations of write/pwrite{,64} by Daniel Micay · 10 years ago
  25. 9101b00 add a fortified implementation of getcwd by Daniel Micay · 10 years ago
  26. fed2659 add fortified implementations of fread/fwrite by Daniel Micay · 10 years ago
  27. 4228188 add fortified readlink/readlinkat implementations by Daniel Micay · 10 years ago
  28. e7e1c87 add fortified implementations of pread/pread64 by Daniel Micay · 10 years ago
  29. f4fe693 Fix poll/ppoll fortify test to avoid hanging in failed fortify clang test. by Yabin Cui · 11 years ago
  30. d036e94 Explicitly check that the reason fortify tests abort is fortify. by Elliott Hughes · 11 years ago
  31. 4674e38 Fortify poll and ppoll. by Elliott Hughes · 11 years ago
  32. 9df7040 make all bionic death tests not dumpable by Yabin Cui · 11 years ago
  33. 884a3de Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  34. 9b543ff cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  35. be0e43b debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumping by Nick Kralevich · 11 years ago
  36. 063525c Consistently use #if defined(__BIONIC__) in tests. by Elliott Hughes · 11 years ago
  37. 409588c Fix fallout from host GCC upgrade. by Elliott Hughes · 11 years ago
  38. 950a58e Add stpcpy/stpncpy. by Christopher Ferris · 11 years ago
  39. f04935c Make sure that the same tests are on all platforms. by Christopher Ferris · 12 years ago
  40. 6e38072 Wrap sprintf()/snprintf() macros to prevent expansion errors. by Stephen Hines · 12 years ago
  41. b036b5c FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  42. 8d25327 Revert "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  43. 65c99de FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  44. 7943df6 Check memory size on FD_* functions by Nick Kralevich · 12 years ago
  45. 5b9310e Fix 32-bit issues in tests, and add a trivial test for the FD_* macros. by Elliott Hughes · 12 years ago
  46. 90201d5 FORTIFY_SOURCE: Add __FD_* checks by Nick Kralevich · 12 years ago
  47. b91791d Use alloc_size attribute on *alloc functions by Nick Kralevich · 12 years ago
  48. 60f4f9a libc: fortify recvfrom() by Nick Kralevich · 12 years ago
  49. 16e185c __memcpy_chk: Fix signed cmp of unsigned values. by Christopher Ferris · 12 years ago
  50. 93501d3 FORTIFY_SOURCE: introduce __strncpy_chk2 by Nick Kralevich · 12 years ago
  51. a6cde39 More FORTIFY_SOURCE functions under clang by Nick Kralevich · 12 years ago
  52. 5bcf398 Reorganize FORTIFY_SOURCE tests. by Nick Kralevich · 12 years ago