decompress_iob(): Fix detection of insufficient data
authorFabian Keil <fk@fabiankeil.de>
Thu, 28 Jan 2021 15:26:45 +0000 (16:26 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sat, 30 Jan 2021 16:21:25 +0000 (17:21 +0100)
commitf5c1a886b7ae20da7eafb77926252eb521260728
tree48498d562308a965ac96dd4f93d421085c31c5e3
parent5bba5b89193fa2eeea51aa39fb6525c47b59a82a
decompress_iob(): Fix detection of insufficient data

Instead of checking the size of the iob we have to
check the size of the actual data.

Previously Privoxy could try to work on uninitialized data.
parsers.c