cvs commit: src/sbin/rcorder rcorder.c

2006-06-21 Thread Xin LI
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

cvs commit: src/sbin/rcorder rcorder.c

2006-06-21 Thread Xin LI
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

Re: cvs commit: src/sbin/rcorder rcorder.c

2006-05-21 Thread Ganbold
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.

Re: cvs commit: src/sbin/rcorder rcorder.c

2006-05-19 Thread Doug Barton
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

cvs commit: src/sbin/rcorder rcorder.c

2006-05-19 Thread Xin LI
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

cvs commit: src/sbin/rcorder rcorder.c

2006-01-17 Thread Doug Barton
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: