diff options
author | Samuel Sapalski <samuel.sapalski@nokia.com> | 2021-03-03 16:31:22 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-03-12 10:45:10 +0100 |
commit | f25d254dfd4243698c31a4f3153d4ac72aa9e9bd (patch) | |
tree | 0d4f56adcaf9880ba2189f88a291cefd2ec93117 /libbb/platform.c | |
parent | cbfdeba6609b702432886ecf3e2786818a2bc55b (diff) |
decompress_gunzip: Fix DoS if gzip is corrupt
On certain corrupt gzip files, huft_build will set the error bit on
the result pointer. If afterwards abort_unzip is called huft_free
might run into a segmentation fault or an invalid pointer to
free(p).
In order to mitigate this, we check in huft_free if the error bit
is set and clear it before the linked list is freed.
Signed-off-by: Samuel Sapalski <samuel.sapalski@nokia.com>
Signed-off-by: Peter Kaestle <peter.kaestle@nokia.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/platform.c')
0 files changed, 0 insertions, 0 deletions