Date: Sun, 25 Sep 2016 18:30:01 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-i386@FreeBSD.org Subject: [Bug 212639] kernel/386: i386_set_ldt/i386_ldt_grow run out of LDT, because M_ZERO missing in user_ldt_alloc? Message-ID: <bug-212639-10-6aC6mIZbDv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-212639-10@https.bugs.freebsd.org/bugzilla/> References: <bug-212639-10@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212639 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: tijl Date: Sun Sep 25 18:29:03 UTC 2016 New revision: 306318 URL: https://svnweb.freebsd.org/changeset/base/306318 Log: MFamd64: r266901 Allocate a zeroed LDT. Failing to do this might result in the LDT appearing to run out of free descriptors because of random junk in the descriptor's 'sd_type' field. http://lists.freebsd.org/pipermail/freebsd-amd64/2014-May/016088.html PR: 212639 Submitted by: wheelcomplex@gmail.com MFC after: 2 weeks Changes: head/sys/i386/i386/sys_machdep.c --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212639-10-6aC6mIZbDv>