http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44433
User: gerald
Date: 2012/08/10 11:39 AM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r44111 | wmeier | 2012-07-29 11:17:17 -0700 (Sun, 29 Jul 2012) | 11 lines
Changed paths:
M /trunk/epan/dissectors/packet-nfs.c
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 12:00:46 -0700 (Sun, 29 Jul 2012) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-nfs.c
Cast away a compile warning: "conversion from '__int64' to 'gulong', possible loss of data"
------------------------------------------------------------------------
r44113 | wmeier | 2012-07-29 12:05:18 -0700 (Sun, 29 Jul 2012) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-nfs.c
Fix a typo :(
------------------------------------------------------------------------
r44117 | wmeier | 2012-07-29 13:19:38 -0700 (Sun, 29 Jul 2012) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-nfs.c
g_assert --> DISSECTOR_ASSERT
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.4/epan/dissectors/
Changes Path Action
+3 -1 packet-nfs.c Modified
Directory: /trunk-1.4/docbook/
Changes Path Action
+16 -2 release-notes.xml Modified