]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Use memcpy instead of memcmp for unaligned memory comparisons.
authorNathan Moinvaziri <nathan@nathanm.com>
Sun, 5 Feb 2023 20:14:18 +0000 (12:14 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 8 Feb 2023 21:12:37 +0000 (22:12 +0100)
commit596f6c2f37eca68db8a9ee7c658dfdf8f15d2a81
treea632b069fd7f570aaa8ad3c155c06690efbb4bdf
parentee978be320b49ad8af09b243b3e5c201fba70f3c
Use memcpy instead of memcmp for unaligned memory comparisons.

Use memcpy because it is better supported for compilers that support unaligned
access than memcmp.
compare256.c
deflate_quick.c
match_tpl.h
zbuild.h
zutil_p.h