mirror of
https://github.com/GerbilSoft/zlib-ng.git
synced 2025-06-18 11:35:35 -04:00
Fix use after free in test_deflate_bound.
This commit is contained in:
parent
045a278d86
commit
4b4377a362
@ -81,6 +81,7 @@ public:
|
||||
"length: " << i;
|
||||
|
||||
free(out_buf);
|
||||
out_buf = NULL;
|
||||
}
|
||||
|
||||
err = PREFIX(deflateEnd)(&c_stream);
|
||||
|
Loading…
Reference in New Issue
Block a user