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)
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.


No differences found