the bitrig master branch has been updated by pedro with 1 new commit:

commit 033eb604776c2b73e1257ba0541b9171f492f4aa
diff: https://github.com/bitrig/bitrig/commit/033eb60
author: Pedro Martelletto <[email protected]>
date: Fri Mar 6 19:09:26 2015 +0100

Fix use of uninitialised pointer and locking error in uvm_fault().

If pmap_enter() fails in case 1B (faulting on the top/anon layer),
uvmfault_unlockall() is called on the wrong anon: it's either the old
one, which has already been unlocked, or it's an uninitialised pointer.

OK natano@; no objections oga@.

M       sys/uvm/uvm_fault.c

Reply via email to