ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 9248] Enabling the openwire protocol is leaking memory and

Date: Tue, 08 Oct 2013 21:20:56 +0000

changed bug 9248

What Removed Added
Status UNCONFIRMED CONFIRMED
CC   [email protected]
Ever confirmed   1

Comment # 1 on bug 9248 from
Looks like the heart of the loop is somewhere in:

dissect_openwire_type (packet-openwire.c:684)
dissect_openwire_type (packet-openwire.c:945)
dissect_openwire_type (packet-openwire.c:887)
dissect_openwire_type (packet-openwire.c:1068)
dissect_openwire_command (packet-openwire.c:1250)
dissect_openwire (packet-openwire.c:1357)
tcp_dissect_pdus (packet-tcp.c:2237)
dissect_openwire_tcp (packet-openwire.c:1378)

which allocates memory in a wmem strbuf.

Out of time to dig any deeper for now.


You are receiving this mail because:
  • You are watching all bug changes.