URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e26f464fbd70452996f20fe5e378f5cf8b5d0dd7
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e26f464 by Peter Wu (peter@xxxxxxxxxxxxx):
blip: fix memory safety issues and a build failure without zlib
Fix use-after-free of decompress_streams when reloading a capture file.
Cleanup the z_stream on capture file closure and simplify the hash key.
Fix build in case zlib is not available, remove unnecessary headers and
fix the indentation information (tabs instead of spaces).
Change-Id: I08268db1b9714cdddfc7f47b496f3e9da518139a
Fixes: v2.9.0rc0-2492-ga8c40412d8 ("Added support for the Couchbase BLIP protocol")
Reviewed-on: https://code.wireshark.org/review/30626
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Jim Borden <jim.borden@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 9bd1c8f QUIC: Add RETIRE_CONNECTION_ID frame type (draft -15)
add e26f464 blip: fix memory safety issues and a build failure without zlib
Summary of changes:
epan/dissectors/packet-blip.c | 65 +++++++++++++++++++++----------------------
1 file changed, 31 insertions(+), 34 deletions(-)