Wireshark-commits: [Wireshark-commits] rev 22811: /trunk/ /trunk/epan/dissectors/: packet-dnp.c /tr

Date: Thu, 06 Sep 2007 18:26:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22811

User: gerald
Date: 2007/09/06 06:26 PM

Log:
 Fix problems found by Beyond Security:  
 
 Instead of overflowing an unsigned int when determining the number of
 items in a range, use a signed int and check for a negative value.  Make
 sure our offset increments as we step through each item.  This should 
 avoid large/inifinite loops.
 
 Fix the size of hf_dnp3_al_range_stop32.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +43 -14    packet-dnp.c    Modified

Directory: /trunk/docbook/
  Changes    Path                 Action
  +12 -0     release-notes.xml    Modified