http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33418
User: gerald
Date: 2010/07/02 11:43 AM
Log:
Copy over r33321 from the trunk:
------------------------------------------------------------------------
r33321 | gerald | 2010-06-25 10:14:41 -0700 (Fri, 25 Jun 2010) | 6 lines
Changed paths:
M /trunk/epan/sigcomp-udvm.c
M /trunk/epan/sigcomp_state_hdlr.c
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-1.4/epan/
Changes Path Action
+33 -31 sigcomp-udvm.c Modified
+2 -0 sigcomp_state_hdlr.c Modified