Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Sun, 29 Jul 2012 18:17:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44111

User: wmeier
Date: 2012/07/29 11:17 AM

Log:
 Fix crash when "file_name_snooping" & "file_full_name_snooping" prefs enabled.
 
 Crash due to a g_snprintf() incorrect (too large) "max number of bytes" parameter.
 
 Note that g_snprintf() apparently writes to (initializes ?) bytes beyond the
  actual string written.
 
 Fixes Bug #7948: (To be confirmed by the user)
 See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7498

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +3 -1      packet-nfs.c    Modified