]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Fix unsigned integer overflow ASAN error for align_diff in crc_folding.c.
authorMika Lindqvist <postmaster@raasu.org>
Sun, 20 Sep 2020 01:25:21 +0000 (18:25 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 24 Sep 2020 13:43:22 +0000 (15:43 +0200)
commit74b374d1c4e3494925b010424416dd3481c2ada7
tree3bc6eab7be1445b91d46a25291f92dbb07e9458c
parentb117ba1d75d9ca2f23dcc8445a4d05d58af0123b
Fix unsigned integer overflow ASAN error for align_diff in crc_folding.c.

  zlib-ng/arch/x86/crc_folding.c:252:31: runtime error: unsigned integer overflow: 0 - 108370614813184 cannot be represented in type 'unsigned long'
arch/x86/crc_folding.c