1. 02ce401 API guard every post-21 API. by Dan Albert · 10 months ago
  2. 86da38c fortify: rewrite strlen to fold to a constant by George Burgess IV · 1 year ago
  3. eb8785a Remove two unused `extern`s on function declarations. by Elliott Hughes · 12 months ago
  4. 655e430 Remove the always-true __INTRODUCED_IN() annotations. by Elliott Hughes · 2 years, 2 months ago
  5. 1e28d06 Nullability check for socket module. by zijunzhao · 2 years, 2 months ago
  6. 6d23a08 Nullability check for string modules. by zijunzhao · 2 years, 2 months ago
  7. 3184936 Merge "Nullability check for fcntl module." by Treehugger Robot · 2 years, 2 months ago
  8. 725c96c Nullability check for fcntl module. by zijunzhao · 2 years, 2 months ago
  9. f40b424 Nullability check for stdlib module. by zijunzhao · 2 years, 2 months ago
  10. b40e600 Nullability check for poll module. by zijunzhao · 2 years, 2 months ago
  11. c5774b8 Merge "Nullability check for unistd module." by Treehugger Robot · 2 years, 2 months ago
  12. 30cf6d0 Nullability check for unistd module. by zijunzhao · 2 years, 2 months ago
  13. acd090d Nullability check for stdio module. by zijunzhao · 2 years, 2 months ago
  14. f4ace9d libc/include: remove easy __ANDROID_API__ tautologies. by Elliott Hughes · 2 years, 6 months ago
  15. 900a989 Mention O_CREAT and O_TMPFILE in both open(2) fortify messages. by Elliott Hughes · 3 years, 2 months ago
  16. db71def Annotate fortify functions with diagnose_as_builtin by Pirama Arumuga Nainar · 3 years, 7 months ago
  17. 733cedd Add a libc wrapper for statx(2). by Elliott Hughes · 5 years ago
  18. d02e7b1 fortify: simplify strlen for LLVM's new optimization by George Burgess IV · 5 years ago
  19. 2f78765 fortify: remove 'optimizations' for functions that LLVM knows about by George Burgess IV · 6 years ago
  20. d98dac41 versioner: Fix fortified sendto by Logan Chien · 6 years ago
  21. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  22. 8a0cdb1 fortify: allow diagnostics without run-time checks (attempt #2) by George Burgess IV · 6 years ago
  23. f359548 Revert "fortify: allow diagnostics without run-time checks" by George Burgess IV · 6 years ago
  24. d7e11b8 fortify: allow diagnostics without run-time checks by George Burgess IV · 6 years ago
  25. 3aedee9 fortify: remove last uses of __bos_trivially_not* by George Burgess IV · 6 years ago
  26. fd1ff4b fortify(string): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  27. 9349b9e fortify(fcntl): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  28. 3e565bd Merge "fortify(unistd): emit diagnostics regardless of API level" by Treehugger Robot · 6 years ago
  29. 0e14c5a <unistd.h> __INTRODUCED_IN cleaup. by Elliott Hughes · 6 years ago
  30. da8d30f fortify(unistd): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  31. 113d6fa fortify(stdio): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  32. db87607 fortify(poll): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  33. bc37c5a fortify(strings): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  34. d0a0f72 fortify(socket/stat): emit diagnostics regardless of API level by George Burgess IV · 6 years ago
  35. 36926f4 fortify: account for new clang diagnostics by George Burgess IV · 6 years ago
  36. b33952c versioner: Fix bzero/bcopy fortify by Logan Chien · 6 years ago
  37. 261b7f4 fortify: replace bzero/bcmp defines by George Burgess IV · 6 years ago
  38. 849c0b9 fortify: add __mempcpy_chk by George Burgess IV · 6 years ago
  39. 74519e7 fortify: fix overflow checks in unistd by George Burgess IV · 6 years ago
  40. 26d25a2 fortify: add even more warnings by George Burgess IV · 6 years ago
  41. 8c0ec11 fortify: fix up a few diagnostics; add __wur to realpath by George Burgess IV · 6 years ago
  42. 2356c93 fortify: add bit checking for open(at)?64 functions by George Burgess IV · 6 years ago
  43. 77f99aa fortify: add diagnostics for str* functions by George Burgess IV · 6 years ago
  44. c03d596 fortify: s/([gl])eq/\1e/g by George Burgess IV · 6 years ago
  45. d9865e7 fortify: more use of __builtin_constant_p by George Burgess IV · 6 years ago
  46. a1a09b2 fortify: use __builtin_constant_p for more short-circuits by George Burgess IV · 6 years ago
  47. 5da5dd5 fortify: Migrate trivial cases to dynamic check macros by George Burgess IV · 6 years ago
  48. ff71793 fortify: inline #defined strings by George Burgess IV · 6 years ago
  49. 5273dc5 fortify: use a macro in diagnose_if by George Burgess IV · 6 years ago
  50. 0d1a8a5 Reland "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  51. 4dbe8fc Revert "Retire GCC FORTIFY." by Elliott Hughes · 7 years ago
  52. 067bdc9 Retire GCC FORTIFY. by Elliott Hughes · 7 years ago
  53. b83bf14 Fortify ppoll64. by Elliott Hughes · 7 years ago
  54. f81abef Use __BIONIC_FORTIFY_VARIADIC for variadic functions. by Chih-Hung Hsieh · 8 years ago
  55. df9a489 Add more const-correct C++ overloads. by Elliott Hughes · 8 years ago
  56. 95bd488 libc fortify: error on realpath(NULL, foo) by George Burgess IV · 8 years ago
  57. b115aef With O_TMPFILE, open(2) takes a mode argument. by Elliott Hughes · 8 years ago
  58. cc3639b Merge "libc fortify: warn on open() with useless mode bits" by Treehugger Robot · 8 years ago
  59. 4e37d53 libc fortify: warn on open() with useless mode bits by George Burgess IV · 8 years ago
  60. b1b125e Merge "libc fortify: make string.h use diagnose_if" by Treehugger Robot · 8 years ago
  61. 5ac5a7c Merge "libc fortify: make fcntl.h use diagnose_if" by Treehugger Robot · 8 years ago
  62. a821283 Merge "libc fortify: make socket.h and stdlib.h use diagnose_if" by Treehugger Robot · 8 years ago
  63. 6e0de9d Merge "libc fortify: make stdio.h use diagnose_if" by Treehugger Robot · 8 years ago
  64. cff14d9 Merge "libc fortify: make poll.h and stat.h use diagnose_if" by Treehugger Robot · 8 years ago
  65. b630046 libc fortify: make string.h use diagnose_if by George Burgess IV · 8 years ago
  66. 54f5d83 libc fortify: make socket.h and stdlib.h use diagnose_if by George Burgess IV · 8 years ago
  67. 23dbf82 libc fortify: make stdio.h use diagnose_if by George Burgess IV · 8 years ago
  68. 52dde5f libc fortify: make poll.h and stat.h use diagnose_if by George Burgess IV · 8 years ago
  69. 0df4c37 libc fortify: make fcntl.h use diagnose_if by George Burgess IV · 8 years ago
  70. 0ec52ce Merge "libc fortify: make unistd.h use diagnose_if" by Treehugger Robot · 8 years ago
  71. 16c1739 libc fortify: make unistd.h use diagnose_if by George Burgess IV · 8 years ago
  72. 3f66e74 Remove nullability specifications. by Elliott Hughes · 8 years ago
  73. 4a8de0d Consistently say va_arg rather than __va_arg. by Elliott Hughes · 8 years ago
  74. ec6850d Remove restrict/__restrict. by Elliott Hughes · 8 years ago
  75. b97049c libc: Split FORTIFY into its own headers by George Burgess IV · 8 years ago