Since chunk_size is now unsigned, check to ensure that it is not "too big."
authorJeff Morriss <jeff.morriss@ulticom.com>
Sat, 3 Oct 2009 03:09:53 +0000 (03:09 -0000)
committerJeff Morriss <jeff.morriss@ulticom.com>
Sat, 3 Oct 2009 03:09:53 +0000 (03:09 -0000)
commitc8df8a78acb970ba4807c05de9627c84913e89e7
treefaa030c11c1c1961d02e61ed66ab23e426e227ba
parentb70ee1705d0a3c77ba96d2d6ef2cbf08df054cb4
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

svn path=/trunk/; revision=30260
epan/req_resp_hdrs.c