]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r299585
authortruckman <truckman@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 20 May 2016 06:38:46 +0000 (06:38 +0000)
committertruckman <truckman@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 20 May 2016 06:38:46 +0000 (06:38 +0000)
commitc3e22332aabc362685c2855b4303a59a3b96570f
tree3e800cb77f5047a67f344eeb28907922c38a9af1
parent319bff13ff75cde1622a7c87b917afaf56b7a518
MFC r299585

Declare line[] in the outermost scope of retrieve() instead of
declaring it in an inner scope and then using it via a pointer
in the outer scope.

Reported by: Coverity
CID: 605895

git-svn-id: svn://svn.freebsd.org/base/stable/10@300273 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
libexec/ftpd/ftpd.c