Wireshark-commits: [Wireshark-commits] rev 52956: / /trunk-1.8/epan/dissectors/: packet-ieee802154.

Date: Tue, 29 Oct 2013 18:37:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52956

User: gerald
Date: 2013/10/29 06:37 PM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r52036 | eapache | 2013-09-14 06:15:31 -0700 (Sat, 14 Sep 2013) | 8 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-ieee802154.c
 
   _lookup_extended takes a pointer to the key-pointer since it has to set the old
   key pointer value. _insert just takes the key-pointer, not a pointer to it.
   Passing a pointer-to-a-pointer causes the outer pointer to be dereferenced as a
   struct (when it in fact points to a pointer to struct) and leads to incorrect
   behaviour and uninitialized/out-of-bounds memory accesses.
 
   Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9139
   ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path                   Action
  +2 -2      packet-ieee802154.c    Modified

Directory: /trunk-1.8/docbook/
  Changes    Path                 Action
  +7 -7      release-notes.xml    Modified