Wireshark-commits: [Wireshark-commits] rev 22529: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 16 Aug 2007 20:54:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22529

User: stig
Date: 2007/08/16 08:54 PM

Log:
 When calculating checksum for p_mul the checksum field itself is set to zero.
 Ensure this field is inside the buffer before altering it, so we don't 
 write outside the allocated buffer.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +6 -1      packet-p_mul.c    Modified