DragonFly BSD
DragonFly commits List (threaded) for 2005-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sbin/rcorder rcorder.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 20 Feb 2005 11:47:17 -0800 (PST)

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@xxxxxxxxxxxxxxx>
  
  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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]