Merge "__strnlen_chk: avoid recursive strlen calls"

This commit is contained in:
Nick Kralevich 2013-12-19 02:52:23 +00:00 committed by Gerrit Code Review
commit 4063bb6147

View File

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