Wireshark-commits: [Wireshark-commits] rev 50897: /trunk/ /trunk/epan/dissectors/: packet-h245.c /t

Date: Thu, 25 Jul 2013 23:58:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50897

User: eapache
Date: 2013/07/25 04:58 PM

Log:
 Use the pinfo pool for adding data sources in the h245 dissector. The packet
 pool is freed before the packet is displayed or otherwise processed, so adding
 data sources from it leads to use-after-free errors.
 
 Not sure why this wasn't showing up in the fuzz-bot valgrind step, there
 are lots of h245 captures in the menagerie...

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +5 -5      packet-h245.c    Modified

Directory: /trunk/asn1/h245/
  Changes    Path          Action
  +5 -5      h245.cnf      Modified