diff options
author | Nick Kralevich <nnk@google.com> | 2013-05-31 18:13:23 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-05-31 18:13:23 +0000 |
commit | 8539961ff299b05d8feac9be8b119698be22da03 (patch) | |
tree | e4bdb361862de3efd9b907379d0fe3f2ad3f4ae2 /libc/private | |
parent | 72f59c84fd73a0a701ce6448d103e9021c1cb060 (diff) | |
parent | cf870199d576bdfc339b7fb016c9f6fe7f2c87ed (diff) | |
download | bionic-8539961ff299b05d8feac9be8b119698be22da03.zip bionic-8539961ff299b05d8feac9be8b119698be22da03.tar.gz bionic-8539961ff299b05d8feac9be8b119698be22da03.tar.bz2 |
Merge "FORTIFY_SOURCE: strcat / strncat optimize"
Diffstat (limited to 'libc/private')
-rw-r--r-- | libc/private/libc_logging.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/private/libc_logging.h b/libc/private/libc_logging.h index c6e1765..e62ddf2 100644 --- a/libc/private/libc_logging.h +++ b/libc/private/libc_logging.h @@ -45,9 +45,6 @@ enum { BIONIC_EVENT_MEMSET_BUFFER_OVERFLOW = 80125, BIONIC_EVENT_STRCPY_BUFFER_OVERFLOW = 80130, - BIONIC_EVENT_STRCAT_INTEGER_OVERFLOW = 80200, - BIONIC_EVENT_STRNCAT_INTEGER_OVERFLOW = 80205, - BIONIC_EVENT_RESOLVER_OLD_RESPONSE = 80300, BIONIC_EVENT_RESOLVER_WRONG_SERVER = 80305, BIONIC_EVENT_RESOLVER_WRONG_QUERY = 80310, |