Source-Changes archive

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

CVS commit: src/usr.bin/config



Module Name:    src
Committed By:   alc
Date:           Wed Dec 27 17:50:27 UTC 2006

Modified Files:
        src/usr.bin/config: hash.c

Log Message:
Fix a typo in ht_free() which caused the last list of the hashtable to be 
ignored.
It caused config(1) to crash on the following assert() if the list was used.

This bug shows up after the recent change in files.c which fixed a memory leak.

pointed out by dogcow@
reviewed by cube@


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/usr.bin/config/hash.c

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