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 30260: /trunk/epan/ /trunk/epan/: req_resp_hdrs.c

Date: Sat, 03 Oct 2009 03:09:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30260

User: morriss
Date: 2009/10/02 08:09 PM

Log:
 Since chunk_size is now unsigned, check to ensure that it is not "too big."
 (Prior to rev 30233 there was a check to make sure it was not negative. This
 effectively puts that same check back in.)
 
 Fixes the fuzz failure seen in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4083

Directory: /trunk/epan/
  Changes    Path               Action
  +15 -10    req_resp_hdrs.c    Modified