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

Date: Sun, 17 Feb 2013 14:39:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47700

User: eapache
Date: 2013/02/17 06:39 AM

Log:
 From Alyssa Milburn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8341
 With small additional changes by me
 
 Make many of the length and offset fields in the websocket dissector unsigned.
 This fixes a case where we could attempt to malloc (unsigned)-1 bytes of memory.
 Also fix one small copy-paste string typo.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +11 -11    packet-websocket.c    Modified