am 58a2429b: am 4063bb61: Merge "__strnlen_chk: avoid recursive strlen calls"

* commit '58a2429b5b3defd73457273b1cc375b7aaa54810':
  __strnlen_chk: avoid recursive strlen calls
This commit is contained in:
Nick Kralevich 2013-12-19 03:03:20 +00:00 committed by Android Git Automerger
commit feceab7366

View File

@ -26,6 +26,8 @@
* SUCH DAMAGE.
*/
#undef _FORTIFY_SOURCE
#include <string.h>
#include <stdlib.h>
#include "private/libc_logging.h"