aboutsummaryrefslogtreecommitdiff
path: root/libc/include/bits/fortify
Commit message (Expand)AuthorAgeFilesLines
* Add a libc wrapper for statx(2).Elliott Hughes2020-02-231-3/+1
* fortify: simplify strlen for LLVM's new optimizationGeorge Burgess IV2020-02-131-9/+5
* fortify: remove 'optimizations' for functions that LLVM knows aboutGeorge Burgess IV2020-02-041-36/+15
* versioner: Fix fortified sendtoLogan Chien2019-12-231-1/+1
* Stop using the __ANDROID_API_x__ constants.Elliott Hughes2019-12-208-48/+48
* fortify: allow diagnostics without run-time checks (attempt #2)George Burgess IV2019-11-198-80/+84
* Revert "fortify: allow diagnostics without run-time checks"George Burgess IV2019-11-078-84/+80
* fortify: allow diagnostics without run-time checksGeorge Burgess IV2019-11-018-80/+84
* fortify: remove last uses of __bos_trivially_not*George Burgess IV2019-10-072-4/+4
* fortify(string): emit diagnostics regardless of API levelGeorge Burgess IV2019-10-071-38/+47
* fortify(fcntl): emit diagnostics regardless of API levelGeorge Burgess IV2019-10-071-12/+15
* Merge "fortify(unistd): emit diagnostics regardless of API level"Treehugger Robot2019-10-041-50/+53
|\
| * fortify(unistd): emit diagnostics regardless of API levelGeorge Burgess IV2019-10-031-50/+53
* | <unistd.h> __INTRODUCED_IN cleaup.Elliott Hughes2019-10-031-3/+2
|/
* fortify(stdio): emit diagnostics regardless of API levelGeorge Burgess IV2019-09-301-29/+29
* fortify(poll): emit diagnostics regardless of API levelGeorge Burgess IV2019-09-301-13/+16
* fortify(strings): emit diagnostics regardless of API levelGeorge Burgess IV2019-09-301-8/+10
* fortify(socket/stat): emit diagnostics regardless of API levelGeorge Burgess IV2019-09-302-12/+15
* fortify: account for new clang diagnosticsGeorge Burgess IV2019-09-162-25/+14
* versioner: Fix bzero/bcopy fortifyLogan Chien2019-08-301-2/+2
* fortify: replace bzero/bcmp definesGeorge Burgess IV2019-06-201-0/+59
* fortify: add __mempcpy_chkGeorge Burgess IV2019-06-131-0/+16
* fortify: fix overflow checks in unistdGeorge Burgess IV2019-06-131-1/+2
* fortify: add even more warningsGeorge Burgess IV2019-06-131-11/+4
* fortify: fix up a few diagnostics; add __wur to realpathGeorge Burgess IV2019-06-131-2/+3
* fortify: add bit checking for open(at)?64 functionsGeorge Burgess IV2019-06-131-0/+46
* fortify: add diagnostics for str* functionsGeorge Burgess IV2019-06-131-6/+22
* fortify: s/([gl])eq/\1e/gGeorge Burgess IV2019-05-231-6/+6
* fortify: more use of __builtin_constant_pGeorge Burgess IV2019-05-231-9/+13
* fortify: use __builtin_constant_p for more short-circuitsGeorge Burgess IV2019-05-233-22/+20
* fortify: Migrate trivial cases to dynamic check macrosGeorge Burgess IV2019-05-232-7/+27
* fortify: inline #defined stringsGeorge Burgess IV2019-05-233-15/+7
* fortify: use a macro in diagnose_ifGeorge Burgess IV2019-05-236-29/+20
* Reland "Retire GCC FORTIFY."Elliott Hughes2018-07-248-725/+2
* Revert "Retire GCC FORTIFY."Elliott Hughes2018-07-248-2/+725
* Retire GCC FORTIFY.Elliott Hughes2018-07-238-725/+2
* Fortify ppoll64.Elliott Hughes2018-03-221-3/+20
* Use __BIONIC_FORTIFY_VARIADIC for variadic functions.Chih-Hung Hsieh2018-01-252-8/+6
* Add more const-correct C++ overloads.Elliott Hughes2017-08-231-4/+27
* libc fortify: error on realpath(NULL, foo)George Burgess IV2017-08-141-1/+2
* With O_TMPFILE, open(2) takes a mode argument.Elliott Hughes2017-08-041-5/+5
* Merge "libc fortify: warn on open() with useless mode bits"Treehugger Robot2017-08-041-5/+14
|\
| * libc fortify: warn on open() with useless mode bitsGeorge Burgess IV2017-08-031-5/+14
* | Merge "libc fortify: make string.h use diagnose_if"Treehugger Robot2017-08-031-79/+29
|\ \ | |/ |/|
| * libc fortify: make string.h use diagnose_ifGeorge Burgess IV2017-08-011-79/+29
* | Merge "libc fortify: make fcntl.h use diagnose_if"Treehugger Robot2017-08-021-15/+7
|\ \
| * | libc fortify: make fcntl.h use diagnose_ifGeorge Burgess IV2017-08-011-15/+7
| |/
* | Merge "libc fortify: make socket.h and stdlib.h use diagnose_if"Treehugger Robot2017-08-022-56/+38
|\ \
| * | libc fortify: make socket.h and stdlib.h use diagnose_ifGeorge Burgess IV2017-08-012-56/+38
| |/
* | Merge "libc fortify: make stdio.h use diagnose_if"Treehugger Robot2017-08-021-47/+24
|\ \