Re: bin/94767: [patch] rcorder(8) dumps core when does not use a proper RCng script (dansguardian)

From: Matthew Dillon <dillon_at_apollo.backplane.com>
Date: Tue, 28 Mar 2006 16:06:06 -0800 (PST)
    I commented out the free()'s in DragonFly.  The reason is that the
    free()s don't take into account the fact that there can be circular 
    dependancies on those structures.  If a circular dependancy occurs,
    you wind up with a use-after-free and then a double-free situation.

    Commenting out the free() was the easiest solution.

						-Matt
Received on Tue Mar 28 2006 - 22:06:23 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:54 UTC