Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 41945: /trunk/epan/ /trunk/epan/: proto.c proto.h to_str

Date: Wed, 04 Apr 2012 21:54:22 GMT
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