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