Wireshark-commits: [Wireshark-commits] rev 29829: /trunk-1.0/ /trunk-1.0/docbook/: release-notes.xm

Date: Wed, 09 Sep 2009 20:32:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29829

User: gerald
Date: 2009/09/09 01:32 PM

Log:
 Back-port r29813:
 
 ------------------------------------------------------------------------
 r29813 | gerald | 2009-09-08 17:18:15 -0700 (Tue, 08 Sep 2009) | 4 lines
 Changed paths:
    M /trunk/plugins/opcua/opcua.c
    M /trunk/plugins/opcua/opcua_simpletypes.c
    M /trunk/plugins/opcua/opcua_transport_layer.c
 
 Check our array lengths and refuse to process them if they're too large.
 Fixes bug 3986. Use tvb_memeql and proto_tree_add_item instead of
 digging around in tvb->real_data.
 
 ------------------------------------------------------------------------
 
 Update the release notes.

Directory: /trunk-1.0/docbook/
  Changes    Path                 Action
  +20 -3     release-notes.xml    Modified

Directory: /trunk-1.0/plugins/opcua/
  Changes    Path                       Action
  +5 -5      opcua.c                    Modified
  +39 -28    opcua_simpletypes.c        Modified
  +6 -30     opcua_transport_layer.c    Modified