http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41945
User: gerald
Date: 2012/04/04 02:54 PM
Log:
Make bit_offset in _tvb_get_bits64 and related functions unsigned. This
removes a potential buffer overflow and should fix a bunch of Coverity
errors mentioned in bug 6878.
We might want to do the same for no_of_bits.
Directory: /trunk/epan/
Changes Path Action
+13 -15 proto.c Modified
+12 -12 proto.h Modified
+1 -2 to_str.c Modified
+1 -1 to_str.h Modified
+12 -12 tvbuff.c Modified
+8 -8 tvbuff.h Modified