Source-Changes archive

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

CVS commit: syssrc/sys/sys



Module Name:    syssrc
Committed By:   provos
Date:           Sat Oct 19 18:55:00 UTC 2002

Modified Files:
        syssrc/sys/sys: tree.h

Log Message:
When augmenting the nodes in RB_ROTATE_{RIGHT,LEFT} make sure that the
children nodes have reached their final state before augmenting the
parent.  This fixes an obscure inconsistency of the space in the
vm_map tree that gcc 3.2 triggers when compiling isp.o on alpha. (this
only led to some leaked space). from art%openbsd.org@localhost


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/sys/tree.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index