Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 09/24/1998 10:49:50
Module Name:	src
Committed By:	itohy
Date:		Thu Sep 24 17:49:50 UTC 1998

Modified Files:
	src/bin/sh: miscbltin.c
Log Message:
The return value of setmode(3) is a pointer to malloc()'ed area
and must be freed to avoid memory leaks if called repeatedly.
The leaks occured on symbolic umask command, such as "umask go-w",
which is undocumented.