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

* commit '4063bb6147bd256ad455bd3bd063ef40aae8851d':
  __strnlen_chk: avoid recursive strlen calls
This commit is contained in:
Nick Kralevich
2013-12-18 18:57:18 -08:00
committed by Android Git Automerger

View File

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