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
path:
root
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
2015-05-21
Fix return-type of fortified FD_CLR and FD_SET
Trutz Behn
2015-05-13
Wrap some overly long lines
sin
2015-05-13
Add LICENSE header
sin
2015-05-13
Add fortify_fn() helper in fortify-headers.h
sin
2015-05-07
Minor style fix
sin
2015-05-07
fix realpath when stdlib.h is included before limits.h
Natanael Copa
2015-04-08
Add read checks for bcopy()
sin
2015-04-08
Check for out of bound reads for memcpy, memmove and mempcpy()
sin
2015-04-01
Add feature-test guards for mbsnrtowcs() and wcsnrtombs()
sin
2015-03-15
Hide stpcpy() and stpncpy() under feature test macros
sin
2015-03-14
Use __typeof__ to in part avoid replicating function types
Trutz Behn
2015-03-14
Fix typo in attribute name
Trutz Behn
2015-03-14
Explicitly cast pointers to satisfy C++ code
sin
2015-03-14
Add __artificial__ to aid in debugging
sin
2015-03-13
Restore C++ support
sin
2015-03-13
Fix typo again
sin
2015-03-13
Implement snprintf() and sprintf() using __builtin_va_arg_pack()
sin
2015-03-13
Re-order vsnprintf() and vsprintf()
sin
2015-03-13
Fix typo
sin
2015-03-13
Rework fortify implementation to use extern inline
sin
2015-03-11
Put include guards in the reserved namespace
Trutz Behn
2015-03-11
Revert "Add explicit casts to satisfy C++ code"
sin
2015-03-11
Ignore C++ for now
sin
2015-03-11
Add ifdef guards for C++ code
sin
2015-03-11
Add explicit casts to satisfy C++ code
sin
2015-03-11
Revert "Fix invalid conversion in C++ code"
sin
2015-03-11
Fix invalid conversion in C++ code
sin
2015-03-10
Inline ppoll() as well
sin
2015-03-10
Make ppoll() static
sin
2015-03-10
Fix strncat() and strncpy() mappings
sin
2015-03-07
Style fix
sin
2015-03-06
Fix some checks in wchar.h
sin
2015-03-05
Fix mbsnrtowcs() and wcsnrtombs() checks
sin
2015-03-04
Fix wcsrtombs() check
sin
2015-03-04
Fix mbsrtowcs() check
sin
2015-03-04
Handle early termination in wcsnrtombs() and mbsnrtowcs()
sin
2015-03-04
Add wctomb() check
sin
2015-03-04
Add wcstombs() check
sin
2015-03-04
Add wcsnrtombs() and wcsrtombs() checks
sin
2015-03-04
Add wcsncat() and wcsncpy() checks
sin
2015-03-04
Add wcrtomb(), wcscat() and wcscpy() checks
sin
2015-03-03
Style fix
sin
2015-03-03
Add mbstowcs() check
sin
2015-03-03
Add mbsnrtowcs() and mbsrtowcs() checks
sin
2015-03-03
Add wmemcpy() and wmemmove() checks
sin
2015-03-03
Add wmemset() check
sin
2015-03-03
Fix signed/unsigned warning
sin
2015-03-03
Remove gcc attribute decoration
sin
2015-03-03
Don't trap on error for vsprintf() and friends
sin
2015-03-03
Add fgetws() check
sin
[next]