summaryrefslogtreecommitdiff
path: root/include (follow)
AgeCommit message (Collapse)Author
2015-01-28Add snprintf() checkssin
We need to use a variadic macro in this case because GCC doesn't allow inline functions with variable argument lists.
2015-01-28Use __builtin_va_listsin
2015-01-28Add vsnprintf() checkssin
2015-01-28Remove trailing semicolonsin
2015-01-28Add stpncpy()sin
2015-01-28Add stpcpy()sin
2015-01-28Move defines to the bottomsin
This allows us to re-use the functions internally.
2015-01-28Merge __foo_chk() into __fortify_foo()sin
2015-01-28Initial commitsin