]> The Tcpdump Group git mirrors - tcpdump/commitdiff
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)
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().


No differences found