index
:
fortify-headers
add_old_gcc
annotations
experimental
master
strn
Standalone portable header-based implementation of FORTIFY_SOURCE=3
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-02-04
Add recvfrom() checks
sin
2015-01-31
Add uninstall, dist and clean target to Makefile
sin
2015-01-30
Add recv() checks
sin
2015-01-30
Use consistent naming convention
sin
2015-01-30
Remove pwrite/write
sin
2015-01-30
No need for cp -f when installing
sin
2015-01-30
Ensure make install can copy dirs too
sin
2015-01-30
Remove __restrict
sin
2015-01-30
Add FD_{CLR,SET} checks
sin
2015-01-30
Add pread() and pwrite() checks
sin
2015-01-29
Fix typo
sin
2015-01-29
Style fix
sin
2015-01-29
Add read()/write() checks
sin
2015-01-29
Allow dest == src in memcpy()
sin
2015-01-29
Add compile-time checks as well
sin
2015-01-29
Style fix
sin
2015-01-29
Add bzero() checks
sin
2015-01-29
Add license info
sin
2015-01-29
Style fix
sin
2015-01-29
Trap if memcpy() pointers are overlapping
sin
2015-01-29
Add bcopy() checks
sin
2015-01-29
Add fgets() checks
sin
2015-01-28
Use BSD-style func defs
sin
2015-01-28
Use #ifdef instead of #if defined
sin
2015-01-28
Add mempcpy() checks
sin
2015-01-28
Use local _n to avoid multiple evaluation
sin
2015-01-28
Simplify checks
sin
2015-01-28
Add snprintf() checks
sin
2015-01-28
Use __builtin_va_list
sin
2015-01-28
Add vsnprintf() checks
sin
2015-01-28
Remove trailing semicolon
sin
2015-01-28
Add stpncpy()
sin
2015-01-28
Add stpcpy()
sin
2015-01-28
Move defines to the bottom
sin
2015-01-28
Merge __foo_chk() into __fortify_foo()
sin
2015-01-28
Initial commit
sin
[prev]