Subject: NetBSD master CVS tree commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 01/16/1996 21:50:04
jtc
Tue Jan 16 21:45:30 EST 1996
Update of /a/cvsroot/src/lib/libc/stdlib
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv25760

Modified Files:
	malloc.c 
Log Message:
The C standard says (about realloc) that "If size is zero and ptr is
not a null pointer, the object it points to is freed."  Reported by
Peter Seebach in PR #1806.