]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed too strong alignment assert in ZSTD_initStaticCCtx()
authorYann Collet <cyan@fb.com>
Wed, 13 Sep 2017 23:35:29 +0000 (16:35 -0700)
committerYann Collet <cyan@fb.com>
Wed, 13 Sep 2017 23:35:29 +0000 (16:35 -0700)
commit335780c427e365e1c3c7e7ae96acbf79f9b36f19
treeaf035ed37a8a0045ddbf444e6af058357d3b82d7
parentf1571dad8f51d0aa5251eb1ad65193e04da9923d
fixed too strong alignment assert in ZSTD_initStaticCCtx()

64-bits fields are only 32-bits aligned on 32-bits CPU
lib/compress/zstd_compress.c