]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not panic if pmap_mincore() is called. This prevents crashing userland
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>
Wed, 6 Nov 2013 14:36:38 +0000 (14:36 +0000)
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>
Wed, 6 Nov 2013 14:36:38 +0000 (14:36 +0000)
commit0f3406e0797bd875e0fe752642aaddf79bf27330
tree5cfaa87a99ccc8770da302b10aa34647245f2893
parent1b12f87dbb86282e7ca4c74a98f42af724a82efa
Do not panic if pmap_mincore() is called. This prevents crashing userland
binaries from bringing down the kernel.

MFC after: 3 days
sys/powerpc/booke/pmap.c