]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't try to reuse the linker_file structure after we've freed it when
authorjhb <jhb@FreeBSD.org>
Mon, 10 Jul 2006 19:06:01 +0000 (19:06 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 10 Jul 2006 19:06:01 +0000 (19:06 +0000)
commit3f18ce7ca9b8c6fe526866df69d3bca30948cabc
tree08af52a65b8ab5f86e8a4de7fde1bf47bb4887ad
parent0e6d9ac511b86d776777249e8dbc52878edb3aa0
Don't try to reuse the linker_file structure after we've freed it when
throwing out the kld's loaded by the loader that didn't successfully link.

Found by: Coverity Prevent(tm)
CID: 1435
sys/kern/kern_linker.c