1. 9a39eb3 Increase the implementation of __memcpy_chk assembly by caowencheng · 2 years, 4 months ago
  2. 8d9549e Move some cruft from the build system to the source. by Elliott Hughes · 2 years, 8 months ago
  3. 3cc366d Implement __memset_chk as a copy & paste of __memcpy_chk. by Elliott Hughes · 2 years, 9 months ago
  4. 7cebf83 Various coverage improvements. by Elliott Hughes · 5 years ago
  5. a51bded Fix OOB read in fortify str[np]cpy implementations found by hwasan. by Peter Collingbourne · 6 years ago
  6. 849c0b9 fortify: add __mempcpy_chk by George Burgess IV · 6 years ago
  7. f1c8d1a Use ifunc for ARM32 fortify functions by Haibo Huang · 7 years ago
  8. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  9. 00a6d5f Bionic: Always use fortified versions of FD_X macros by Andreas Gampe · 7 years ago
  10. b83bf14 Fortify ppoll64. by Elliott Hughes · 7 years ago
  11. a6714d1 Make our fortify FD_ISSET const, and expose the fd_mask type. by Elliott Hughes · 8 years ago
  12. df9a489 Add more const-correct C++ overloads. by Elliott Hughes · 8 years ago
  13. b630046 libc fortify: make string.h use diagnose_if by George Burgess IV · 8 years ago
  14. ec6850d Remove restrict/__restrict. by Elliott Hughes · 8 years ago
  15. d34b0a9 libc: Move FORTIFY into one file; make style fixups by George Burgess IV · 8 years ago
  16. 6cb0687 Split our FORTIFY implementation into libc_fortify by George Burgess IV · 8 years ago
  17. ef2b2fe Link to the public post about clang FORTIFY. by Elliott Hughes · 8 years ago
  18. bd3d208 libc: add const-correct string.h overloads by George Burgess IV · 8 years ago
  19. 95b59c5 add fortified implementations of send/sendto by Daniel Micay · 8 years ago
  20. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 8 years ago
  21. 8197aca Fix recvfrom prototype. by Elliott Hughes · 9 years ago
  22. fb3873d Fortify vsnprintf in more cases. by Elliott Hughes · 9 years ago
  23. bdd8f89 Improve diagnostics from the assembler __strcpy_chk routines. by Elliott Hughes · 9 years ago
  24. c75da09 Improve diagnostics from the assembler __strcat_chk routines. by Elliott Hughes · 9 years ago
  25. 29d4b71 Add __memset_chk assembler for mips32 and mips64. by Douglas Leung · 9 years ago
  26. 81d6a18 Add x86 __memset_chk assembler. by Elliott Hughes · 9 years ago
  27. 61c95fe Mandate optimized assembler for x86-64 __memset_chk. by Elliott Hughes · 9 years ago
  28. 7846093 Mandate optimized __memset_chk for arm and arm64. by Elliott Hughes · 9 years ago
  29. 3c6016f Improve diagnostics from the assembler __memcpy_chk routines. by Elliott Hughes · 9 years ago
  30. 62e5964 Improve diagnostics from the assembler __memset_chk routines. by Elliott Hughes · 9 years ago
  31. b83d674 Improve FORTIFY failure diagnostics. by Elliott Hughes · 9 years ago