diff options
author | Aditya A <aditya.a@oracle.com> | 2018-07-09 17:25:49 +0530 |
---|---|---|
committer | Aditya A <aditya.a@oracle.com> | 2018-07-09 17:25:49 +0530 |
commit | c54271723c6f2f4e5b77cd8faf91e89412730209 (patch) | |
tree | 98846d0d72c9d916a60559b0c8f091ab8466e16e /zlib/crc32.h | |
parent | 28b052190e377bdfe176e1dc71d268b94c832263 (diff) | |
download | mariadb-git-c54271723c6f2f4e5b77cd8faf91e89412730209.tar.gz |
Bug #26275510 BUNDLED ZLIB DOESN'T INCLUDE FIXES FOR SOME VULNERABILITIES
Upgrading the zlib lib to 1.2.11
Diffstat (limited to 'zlib/crc32.h')
-rw-r--r-- | zlib/crc32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/crc32.h b/zlib/crc32.h index 8053b6117c0..9e0c7781025 100644 --- a/zlib/crc32.h +++ b/zlib/crc32.h @@ -2,7 +2,7 @@ * Generated automatically by crc32.c */ -local const unsigned long FAR crc_table[TBLS][256] = +local const z_crc_t FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL, |