ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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