Date: Sat, 16 Aug 2008 06:39:18 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet udp_usrreq.c src/sys/netinet6 ip6_input.c ip6_var.h Message-ID: <200808160640.m7G6eKUM048839@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2008-08-16 06:39:18 UTC FreeBSD src repository Modified files: sys/netinet udp_usrreq.c sys/netinet6 ip6_input.c ip6_var.h Log: SVN rev 181782 on 2008-08-16 06:39:18Z by bz Fix a regression introduced in r179289 splitting up ip6_savecontrol() into v4-only vs. v6-only inp_flags processing. When ip6_savecontrol_v4() is called from ip6_savecontrol() we were not passing back the **mp thus the information will be missing in userland. Istead of going with a *** as suggested in the PR we are returning **mp now and passing in the v4only flag as a pointer argument. PR: kern/126349 Reviewed by: rwatson, dwmalone Revision Changes Path 1.235 +1 -1 src/sys/netinet/udp_usrreq.c 1.102 +14 -6 src/sys/netinet6/ip6_input.c 1.44 +2 -1 src/sys/netinet6/ip6_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808160640.m7G6eKUM048839>