]> The Tcpdump Group git mirrors - tcpdump/commit
(for 4.9.3) FRF.16: Add a missing length check.
authorDenis Ovsienko <[email protected]>
Fri, 15 Sep 2017 15:32:17 +0000 (16:32 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 18 Aug 2019 18:35:51 +0000 (20:35 +0200)
commite5ae1fd2c5d86277e76ec901ed5f311df731caff
tree73bceb901c276077d4ecb2dca057e573d3c3c9be
parent651020754a171b1f279c2c444a5b1e725d4dd781
(for 4.9.3) FRF.16: Add a missing length check.

At the beginning of mfr_print() check the declared length too, not just
the size of the input buffer. This should make further length-based
decoding more correct.

Found by code inspection hence there is no test case at this time.
print-fr.c