In decompress_iob() change a buffer limit check from '==' to the '>=' one would expec...
authorFabian Keil <fk@fabiankeil.de>
Thu, 23 Jun 2011 13:57:47 +0000 (13:57 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 23 Jun 2011 13:57:47 +0000 (13:57 +0000)
commitf7b5dc65ad09236147cd10027921c7a652d6ccbe
tree5496a5ce1e9cd5e580aab6f737e2bf54a55b2b08
parenta0e4e0b098fe643765a56f8c6565195c45cc06cf
In decompress_iob() change a buffer limit check from '==' to the '>=' one would expect at first glance.

At the same time explain why we don't really have to.
parsers.c