Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move non-upstream code into the libc/bionic directory. | Elliott Hughes | 2012-10-01 | 1 | -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, vsnprintf | Nick Kralevich | 2012-06-11 | 1 | -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 |