Fixes CID733722
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
zstream.zalloc = NULL;
zstream.zfree = NULL;
zstream.opaque = NULL;
zstream.zalloc = NULL;
zstream.zfree = NULL;
zstream.opaque = NULL;
+ if (inflateInit(&zstream) != Z_OK) {
+ fprintf(stderr, "inflateInit failed\n");
+ return 1;
+ }
for (i = 0; i < comp_len - 8;) {
int ret, len = read(fd_in, &buf_in, 1024);
for (i = 0; i < comp_len - 8;) {
int ret, len = read(fd_in, &buf_in, 1024);