From: Denis Ovsienko Date: Fri, 4 Aug 2017 20:57:55 +0000 (+0100) Subject: Rx: add a missing bounds check for callbacks X-Git-Tag: tcpdump-4.99-bp~1871 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/6283c99a5196cb97399ca68f8793db6fde00b6af?hp=6283c99a5196cb97399ca68f8793db6fde00b6af Rx: add a missing bounds check for callbacks Add a bounds check to cb_print(), this likely makes the same type of bugfix as the previous commit but comes without a test case as the problem was identified through code review. Add a comment about bounds check to ubik_print(). ---