[PATCH] Only copy basic Windows environment (was Re: Pending OpenSSH release, call for testing.)

Ben Lindstrom mouring at etoh.eviladmin.org
Sat Aug 14 02:20:20 EST 2004



On Fri, 13 Aug 2004, Corinna Vinschen wrote:

[..]
> +free_windows_environment(char **p)
> +{
> +	xfree(p);
>  }
>

Memory leak galore... please free each pointer on that pointer list.

- Ben




More information about the openssh-unix-dev mailing list