https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4138
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff.morriss.ws@xxxxxxxxx
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2009-10-18 16:21:06 PDT ---
packet-per.c was trying to malloc a huge chunk of memory based on a length it
got from the packet. A call to tvb_ensure_bytes_exist() ensures that the
number of bytes we'll ask for is reasonable. Fixed in rev 30611.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.