index
:
bionic.git
kitkat
lp5.0
o8.0
o8.1
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
r11.0
r11.1
s12.0
s12.1
t13.0
bionic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
include
/
bits
/
fortify
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a libc wrapper for statx(2).
Elliott Hughes
2020-02-23
1
-3
/
+1
*
fortify: simplify strlen for LLVM's new optimization
George Burgess IV
2020-02-13
1
-9
/
+5
*
fortify: remove 'optimizations' for functions that LLVM knows about
George Burgess IV
2020-02-04
1
-36
/
+15
*
versioner: Fix fortified sendto
Logan Chien
2019-12-23
1
-1
/
+1
*
Stop using the __ANDROID_API_x__ constants.
Elliott Hughes
2019-12-20
8
-48
/
+48
*
fortify: allow diagnostics without run-time checks (attempt #2)
George Burgess IV
2019-11-19
8
-80
/
+84
*
Revert "fortify: allow diagnostics without run-time checks"
George Burgess IV
2019-11-07
8
-84
/
+80
*
fortify: allow diagnostics without run-time checks
George Burgess IV
2019-11-01
8
-80
/
+84
*
fortify: remove last uses of __bos_trivially_not*
George Burgess IV
2019-10-07
2
-4
/
+4
*
fortify(string): emit diagnostics regardless of API level
George Burgess IV
2019-10-07
1
-38
/
+47
*
fortify(fcntl): emit diagnostics regardless of API level
George Burgess IV
2019-10-07
1
-12
/
+15
*
Merge "fortify(unistd): emit diagnostics regardless of API level"
Treehugger Robot
2019-10-04
1
-50
/
+53
|
\
|
*
fortify(unistd): emit diagnostics regardless of API level
George Burgess IV
2019-10-03
1
-50
/
+53
*
|
<unistd.h> __INTRODUCED_IN cleaup.
Elliott Hughes
2019-10-03
1
-3
/
+2
|
/
*
fortify(stdio): emit diagnostics regardless of API level
George Burgess IV
2019-09-30
1
-29
/
+29
*
fortify(poll): emit diagnostics regardless of API level
George Burgess IV
2019-09-30
1
-13
/
+16
*
fortify(strings): emit diagnostics regardless of API level
George Burgess IV
2019-09-30
1
-8
/
+10
*
fortify(socket/stat): emit diagnostics regardless of API level
George Burgess IV
2019-09-30
2
-12
/
+15
*
fortify: account for new clang diagnostics
George Burgess IV
2019-09-16
2
-25
/
+14
*
versioner: Fix bzero/bcopy fortify
Logan Chien
2019-08-30
1
-2
/
+2
*
fortify: replace bzero/bcmp defines
George Burgess IV
2019-06-20
1
-0
/
+59
*
fortify: add __mempcpy_chk
George Burgess IV
2019-06-13
1
-0
/
+16
*
fortify: fix overflow checks in unistd
George Burgess IV
2019-06-13
1
-1
/
+2
*
fortify: add even more warnings
George Burgess IV
2019-06-13
1
-11
/
+4
*
fortify: fix up a few diagnostics; add __wur to realpath
George Burgess IV
2019-06-13
1
-2
/
+3
*
fortify: add bit checking for open(at)?64 functions
George Burgess IV
2019-06-13
1
-0
/
+46
*
fortify: add diagnostics for str* functions
George Burgess IV
2019-06-13
1
-6
/
+22
*
fortify: s/([gl])eq/\1e/g
George Burgess IV
2019-05-23
1
-6
/
+6
*
fortify: more use of __builtin_constant_p
George Burgess IV
2019-05-23
1
-9
/
+13
*
fortify: use __builtin_constant_p for more short-circuits
George Burgess IV
2019-05-23
3
-22
/
+20
*
fortify: Migrate trivial cases to dynamic check macros
George Burgess IV
2019-05-23
2
-7
/
+27
*
fortify: inline #defined strings
George Burgess IV
2019-05-23
3
-15
/
+7
*
fortify: use a macro in diagnose_if
George Burgess IV
2019-05-23
6
-29
/
+20
*
Reland "Retire GCC FORTIFY."
Elliott Hughes
2018-07-24
8
-725
/
+2
*
Revert "Retire GCC FORTIFY."
Elliott Hughes
2018-07-24
8
-2
/
+725
*
Retire GCC FORTIFY.
Elliott Hughes
2018-07-23
8
-725
/
+2
*
Fortify ppoll64.
Elliott Hughes
2018-03-22
1
-3
/
+20
*
Use __BIONIC_FORTIFY_VARIADIC for variadic functions.
Chih-Hung Hsieh
2018-01-25
2
-8
/
+6
*
Add more const-correct C++ overloads.
Elliott Hughes
2017-08-23
1
-4
/
+27
*
libc fortify: error on realpath(NULL, foo)
George Burgess IV
2017-08-14
1
-1
/
+2
*
With O_TMPFILE, open(2) takes a mode argument.
Elliott Hughes
2017-08-04
1
-5
/
+5
*
Merge "libc fortify: warn on open() with useless mode bits"
Treehugger Robot
2017-08-04
1
-5
/
+14
|
\
|
*
libc fortify: warn on open() with useless mode bits
George Burgess IV
2017-08-03
1
-5
/
+14
*
|
Merge "libc fortify: make string.h use diagnose_if"
Treehugger Robot
2017-08-03
1
-79
/
+29
|
\
\
|
|
/
|
/
|
|
*
libc fortify: make string.h use diagnose_if
George Burgess IV
2017-08-01
1
-79
/
+29
*
|
Merge "libc fortify: make fcntl.h use diagnose_if"
Treehugger Robot
2017-08-02
1
-15
/
+7
|
\
\
|
*
|
libc fortify: make fcntl.h use diagnose_if
George Burgess IV
2017-08-01
1
-15
/
+7
|
|
/
*
|
Merge "libc fortify: make socket.h and stdlib.h use diagnose_if"
Treehugger Robot
2017-08-02
2
-56
/
+38
|
\
\
|
*
|
libc fortify: make socket.h and stdlib.h use diagnose_if
George Burgess IV
2017-08-01
2
-56
/
+38
|
|
/
*
|
Merge "libc fortify: make stdio.h use diagnose_if"
Treehugger Robot
2017-08-02
1
-47
/
+24
|
\
\
[next]