]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix memory leak bug in the path parsing code which never released it's
authornate <nate@FreeBSD.org>
Mon, 5 Aug 1996 20:52:30 +0000 (20:52 +0000)
committernate <nate@FreeBSD.org>
Mon, 5 Aug 1996 20:52:30 +0000 (20:52 +0000)
commit0eba1141e30b067e20ad21832bb771d62fb30fe3
treeb4f7374371b5e62d928e779a4627fa20dee93aa3
parent6ebc9995b2c723169639a7a38607eaa8d134e3ec
Fix memory leak bug in the path parsing code which never released it's
buffer in certain error conditions.  Sync up the code to that in NetBSD
where applicable.

Reviewed by: Gary Jennejohn <garyj@munich.netsurf.de>
Submitted by: Michael Smith <msmith@atrad.adelaide.edu.au>
Obtained from: NetBSD sources
sys/compat/linux/linux_util.c
sys/i386/linux/linux_util.c