]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed malloc(0) potential issue
authorYann Collet <cyan@fb.com>
Wed, 22 Feb 2017 19:08:00 +0000 (11:08 -0800)
committerYann Collet <cyan@fb.com>
Wed, 22 Feb 2017 19:08:00 +0000 (11:08 -0800)
commit1f3d54ddb44c2834fbda6ef2b13eb354b7e82db4
tree210aecade2844f1d9e5fad459ca1be265fca0ba0
parente68dbdaf67452d7b65518fc26c9aee62f1ab0244
fixed malloc(0) potential issue

Added test cases to cover #556 patch
examples/Makefile
examples/simple_decompression.c