Wireshark-commits: [Wireshark-commits] rev 33321: /trunk/epan/ /trunk/epan/: sigcomp-udvm.c sigcomp

Date: Fri, 25 Jun 2010 17:14:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33321

User: gerald
Date: 2010/06/25 10:14 AM

Log:
 Make sure our addresses are modulo 2^16 in a lot of places. Fixes a
 crash found while fuzzing, and hopefully fixes bug 4867.
 
 In sigcomp_init_udvm() initialize the first 8 bytes of our buffers,
 which squelches a valgrind complaint.

Directory: /trunk/epan/
  Changes    Path                    Action
  +33 -31    sigcomp-udvm.c          Modified
  +2 -0      sigcomp_state_hdlr.c    Modified