看板 DFBSD_commit 關於我們 聯絡資訊
dillon 2005/02/20 11:47:17 PST DragonFly src repository Modified files: sbin/rcorder rcorder.c Log: rcorder tries real hard to free things while processing the list but this not only slows it down unnecessarily, it can also result in a double-free when certain circular dependancies are encountered. Remove the free()'s causing the problem. Reported-by: Gary Allan <dragonfly@gallan.plus.com> Revision Changes Path 1.7 +7 -3 src/sbin/rcorder/rcorder.c http://www.dragonflybsd.org/cvsweb/src/sbin/rcorder/rcorder.c.diff?r1=1.6&r2=1.7&f=u