Date: Mon, 10 Oct 2016 11:52:40 +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-CH7f3fzIag@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 #2 from commit-hook@freebsd.org --- A commit references this bug: Author: tijl Date: Mon Oct 10 11:51:47 UTC 2016 New revision: 306960 URL: https://svnweb.freebsd.org/changeset/base/306960 Log: MFC: r306318 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 Changes: _U stable/11/ stable/11/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-CH7f3fzIag>