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

Date: Sun, 02 Dec 2012 02:46:12 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46320

User: morriss
Date: 2012/12/01 06:46 PM

Log:
 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8030 :
 
 Don't store an AT_STRINGZ address in ep_ allocated memory: that memory is
 freed before the addresses may be used.  Use se_ memory instead (no, that's
 not really ideal either).
 
 It would appear that several other dissectors have the same problem.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +2 -2      packet-bthci_acl.c    Modified