]> git.ipfire.org Git - thirdparty/zstd.git/commit
Remove call to memset
authorNick Terrell <terrelln@fb.com>
Thu, 24 Sep 2020 23:03:28 +0000 (16:03 -0700)
committerNick Terrell <terrelln@fb.com>
Fri, 25 Sep 2020 02:42:04 +0000 (19:42 -0700)
commit88fac5d514693a4960b9a11724e9f9d2df8cda21
treec7509deb49ab60c5c1bc2ef955878e4da31c1831
parent683150e59fb5cb2fb313cd448b4bfddaf912fa3e
Remove call to memset

The previous commit fixes the test so it errors on calls to mem*()
functions from <string.h>.
lib/compress/zstd_compress.c