aboutsummaryrefslogtreecommitdiffstats
path: root/libc/stdio/__snprintf_chk.c
Commit message (Collapse)AuthorAgeFilesLines
* Move non-upstream code into the libc/bionic directory.Elliott Hughes2012-10-011-59/+0
| | | | | | | I'll need at least one more pass, because there's some upstream code lurking in libc/bionic, but this is still a step in the right direction. Change-Id: I55927315972da8327ae01c5240ed587db17e8462
* FORTIFY_SOURCE: add snprintf, vsnprintfNick Kralevich2012-06-111-0/+59
Add _FORTIFY_SOURCE support for snprintf, vsnprintf At this time, we opt out of these protections for clang, as clang does not implement __builtin_va_arg_pack(). http://clang.llvm.org/docs/UsersManual.html#c_unimpl_gcc Change-Id: I73ebe5ec8dad1dca8898a76d6afb693a25f75375