summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timewait.c
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2006-08-26 16:28:19 +0000
committermarius <marius@FreeBSD.org>2006-08-26 16:28:19 +0000
commite78225039a9c69ef198835329f81d719ace8df95 (patch)
tree35dc8761ddec27b1b83dfe0667904473fe5aadd4 /sys/netinet/tcp_timewait.c
parent28f89f9a708511af86455772c85120b9a6d60520 (diff)
downloadFreeBSD-src-e78225039a9c69ef198835329f81d719ace8df95.zip
FreeBSD-src-e78225039a9c69ef198835329f81d719ace8df95.tar.gz
Fix another bug introduced with rev. 1.204; in vfs_donmount() if
the 'vfs_getopt(optlist, "errmsg", (void **)&errmsg, &errmsg_len)' call fails, 'errmsg' is left uninitialized, making the later tests against NULL meaningless, and the uses bogus. Thus initialize 'errmsg' to NULL beforehand. [1] While at it, remove the superfluous assignment of 0 to 'errmsg_len' if the above mentioned call fails as it's already initialized to 0. Submitted by: Michael Plass [1]
Diffstat (limited to 'sys/netinet/tcp_timewait.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud