Subject: CVS commit: basesrc/bin/sh
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/14/2001 20:04:37
Module Name: basesrc
Committed By: he
Date: Wed Nov 14 18:04:36 UTC 2001
Modified Files:
basesrc/bin/sh: cd.c
Log Message:
Plug a memory leak when setting PWD -- don't mark the variable with
VTEXTFIXED because the value is dynamically allocated. Fix from
Tor Egge, FreeBSD PR#31533.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 basesrc/bin/sh/cd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.