Date: Wed, 27 Aug 2008 23:52:03 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_options.c Message-ID: <200808272352.m7RNqE6E074146@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2008-08-27 23:52:03 UTC FreeBSD src repository Modified files: sys/netinet ip_options.c Log: SVN rev 182311 on 2008-08-27 23:52:03Z by csjp Fix a panic in MAC kernels that was a result of un-initialized label storage. We can safely remove the label copying operations since M_MOVE_PKTHDR will move the mbuf tags (which contain MAC labels) to the destination mbuf. MFC after: 1 week Discussed with: rwatson Revision Changes Path 1.12 +0 -3 src/sys/netinet/ip_options.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808272352.m7RNqE6E074146>