cvs commit: src/sbin/rcorder rcorder.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Feb 20 11:48:23 PST 2005


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 at 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





More information about the Commits mailing list