delphij 2006-06-21 09:59:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/rcorder rcorder.c
Log:
MFC 1.3: do_file() is called recursively from several places and
cannot safely free() anything related to items that may be
recursed on.
O
delphij 2006-06-21 09:58:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sbin/rcorder rcorder.c
Log:
MFC 1.3: do_file() is called recursively from several places and
cannot safely free() anything related to items that may be
recursed on.
O
Doug Barton wrote:
Xin LI wrote:
delphij 2006-05-20 05:47:18 UTC
FreeBSD src repository
Modified files:
sbin/rcorder rcorder.c
Log:
do_file() is called recursively from several places and cannot
safely free() anything related to items that may be recursed on.
Xin LI wrote:
> delphij 2006-05-20 05:47:18 UTC
>
> FreeBSD src repository
>
> Modified files:
> sbin/rcorder rcorder.c
> Log:
> do_file() is called recursively from several places and cannot
> safely free() anything related to items that may be recursed on.
>
> Ob
delphij 2006-05-20 05:47:18 UTC
FreeBSD src repository
Modified files:
sbin/rcorder rcorder.c
Log:
do_file() is called recursively from several places and cannot
safely free() anything related to items that may be recursed on.
Obtained from: DragonFly (rev 1.7, di
dougb 2006-01-17 08:01:01 UTC
FreeBSD src repository
Modified files:
sbin/rcorder rcorder.c
Log:
Fix a "free(): error: chunk is already free" under certain
circumstances that include circular dependencies.
PR: bin/91789
PR submitted by: