CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/30 01:24:46
Modified files:
sys/kern : subr_hibernate.c
Log message:
Prevent overread when reading the chunktable in unhibernate
Ensure we don't read past the end of the chunktable, which could happen
with a tampered or corrupted on-disk hibernate image.
Reported by Frank Denis
