Wireshark-commits: [Wireshark-commits] rev 51821: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 07 Sep 2013 13:48:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51821

User: eapache
Date: 2013/09/07 06:48 AM

Log:
 Callers of tvb_per_bit_string expect that the returned value_tvb is non-NULL.
 Ensure that is the case even in certain peculiar error conditions, by filling it
 with a 0-length subset TVB. Fixes
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9117
 
 Also add modelines.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +18 -0     packet-per.c    Modified