CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/05/30 01:53:05

Modified files:
        sys/kern       : subr_hibernate.c 

Log message:
Validate sizes against integer overflow when reading chunks in unhibernate

Validate that chunk sizes stored in the chunktable don't result in integer
overflow. Such invalid chunk sizes could be present in tampered or corrupt
on-disk hibernate images.

Reported by Frank Denis

Reply via email to