]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ipfilter: Print the correct TCP sequence index number
authorCy Schubert <cy@FreeBSD.org>
Sat, 25 Sep 2021 00:00:20 +0000 (17:00 -0700)
committerCy Schubert <cy@FreeBSD.org>
Mon, 4 Oct 2021 03:59:31 +0000 (20:59 -0700)
commit2c0fcd0ae01a1896c60d9dab173fe7538f9befd8
tree6be1dd12141307c41cff74832fbcd4b471c68c74
parente7d5cb8b1d5944be338ee8d22cb52813f5e0707d
ipfilter: Print the correct TCP sequence index number

TCP sequence numbers in the FTP proxy are maintained in a two dimensional
array. The debug message prints the same seq[N] for both. Fix that.

(cherry picked from commit df38343e71304169ebca0e4c4fa24b339982d7be)
sys/contrib/ipfilter/netinet/ip_ftp_pxy.c