ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 44121: /trunk-1.8/epan/dissectors/ /trunk-1.8/epan/disse

Date: Sun, 29 Jul 2012 21:43:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44121

User: wmeier
Date: 2012/07/29 02:43 PM

Log:
 Copy from trunk:
 ------------------------------------------------------------------------
 r44111 | wmeier | 2012-07-29 14:17:17 -0400 (Sun, 29 Jul 2012) | 11 lines
 
 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
 
 
 ------------------------------------------------------------------------
 r44112 | wmeier | 2012-07-29 15:00:46 -0400 (Sun, 29 Jul 2012) | 2 lines
 
 Cast away a compile warning: "conversion from '__int64' to 'gulong', possible loss of data"
 
 ------------------------------------------------------------------------
 r44113 | wmeier | 2012-07-29 15:05:18 -0400 (Sun, 29 Jul 2012) | 2 lines
 
 Fix a typo  :(
 
 ------------------------------------------------------------------------
 r44117 | wmeier | 2012-07-29 16:19:38 -0400 (Sun, 29 Jul 2012) | 2 lines
 
 g_assert --> DISSECTOR_ASSERT
 
 ------------------------------------------------------------------------

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