]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ipfilter: Save a word of stack space
authorCy Schubert <cy@FreeBSD.org>
Mon, 4 Oct 2021 18:36:15 +0000 (11:36 -0700)
committerCy Schubert <cy@FreeBSD.org>
Thu, 9 Dec 2021 18:50:21 +0000 (10:50 -0800)
commitd6110110bb9bcd9d1aec7d0d3e3ee9b13eba3b78
tree338803da7c20494bacbf09f054a4cd3c63e44d1b
parente99e7f1738fe5498aeb5c32428699ce481935613
ipfilter: Save a word of stack space

Rather than save the return code into an intermediate variable, which BTW
is optimized out anyway, explicitly remove the return code from the stack.

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