Wireshark-commits: [Wireshark-commits] rev 49380: /trunk-1.8/ /trunk-1.8/epan/dissectors/: packet-a
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49380
User: gerald
Date: 2013/05/17 09:20 AM
Log:
Copy over with manual intervention:
------------------------------------------------------------------------
r49326 | etxrab | 2013-05-15 22:08:16 -0700 (Wed, 15 May 2013) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-amr.c
From Neil Piercy:
AMR Frame Type uses wrong Value String.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8681
Applied by hand, patch not against trunk?
------------------------------------------------------------------------
r49332 | cmaynard | 2013-05-16 08:21:42 -0700 (Thu, 16 May 2013) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-tcp.c
Treat invalid checksum of 0x0000 no different than any other invalid checksum.
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8629
#BACKPORT (1.10, 1.8, 1.6)
------------------------------------------------------------------------
r49379 | morriss | 2013-05-17 07:38:36 -0700 (Fri, 17 May 2013) | 7 lines
Changed paths:
M /trunk/epan/tvbuff.c
As suggested by Jakub: don't ep_alloc buffers for TVBs, use g_malloc()'d
memory with tvb-free-callback.
Fixes one of the "read after free" warnings from Valgrind reported in
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8197 and the one reported
in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8653
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+2 -2 packet-amr.c Modified
+2 -16 packet-tcp.c Modified
Directory: /trunk-1.8/docbook/
Changes Path Action
+139 -2 release-notes.xml Modified
Directory: /trunk-1.8/epan/
Changes Path Action
+9 -1 tvbuff.c Modified