Wireshark-commits: [Wireshark-commits] rev 51065: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 31 Jul 2013 12:15:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51065

User: eapache
Date: 2013/07/31 05:15 AM

Log:
 Don't use emem or wmem in base_custom functions, just use a buffer on the stack,
 since it's not needed after we write it into the output field. Fixes
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8996 which was introduced by
 the wmem conversion.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +7 -14     packet-ieee80211.c    Modified