]> The Tcpdump Group git mirrors - tcpdump/commit
Rx: add a missing bounds check for callbacks
authorDenis Ovsienko <[email protected]>
Fri, 4 Aug 2017 20:57:55 +0000 (21:57 +0100)
committerDenis Ovsienko <[email protected]>
Wed, 13 Sep 2017 11:25:44 +0000 (12:25 +0100)
commit6283c99a5196cb97399ca68f8793db6fde00b6af
treec9b849ec12c769b6d7bb98b25205f93afe60b6bf
parentaa0858100096a3490edf93034a80e66a4d61aad5
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().
print-rx.c