CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/21 01:49:13
Modified files:
sys/kern : subr_hibernate.c
Log message:
don't let the retguard skip region exceed the space we have reserved for
it in the piglet during unhibernate. Missed this block during the previous
commit. We'll panic, which will likely just reboot the machine, but that's
better than trashing a chunk and causing mystery errors later.
