On 13 May, To: src-committ...@freebsd.org wrote:
> Author: truckman
> Date: Fri May 13 01:52:41 2016
> New Revision: 299585
> URL: https://svnweb.freebsd.org/changeset/base/299585
>
> Log:
> Declare line[] in the outermost scope of retrieve() instead of
> declaring it in an inner scope and the
Author: truckman
Date: Fri May 13 01:52:41 2016
New Revision: 299585
URL: https://svnweb.freebsd.org/changeset/base/299585
Log:
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: