summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-01-16 18:00:06 +0000
committershin <shin@FreeBSD.org>2000-01-16 18:00:06 +0000
commit4338629a916cc92e6fe6710cca485f9eaa64e724 (patch)
treea3fd48eaf93f42f3e20f7f29d153dc2444887114 /lib/libc/stdio
parentc0ef5c03d23b6e95d4538c2fe66d8fe609598e98 (diff)
downloadFreeBSD-src-4338629a916cc92e6fe6710cca485f9eaa64e724.zip
FreeBSD-src-4338629a916cc92e6fe6710cca485f9eaa64e724.tar.gz
fix kernel panic at rtfree() in INET6 enabled envrionment.
This is probably due to twice rtfree() in in6_pcbdetach(), one for inp->in6p_route.ro_rt, and another one for inp->inp_route.ro_rt. But these 2 are actually shared in inpcb, so 2nd rtfree() is not necessary.
Diffstat (limited to 'lib/libc/stdio')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud