CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/05/30 02:06:09

Modified files:
        sys/kern       : subr_hibernate.c 

Log message:
Validate size of chunks copied to piglet during hibernate unpack

Ensure that the compressed size of the chunk read from the hibernate image
will fit into the reserved space in the piglet for such chunks. Prevents
chunks with invalid sizes from overrunning the piglet. Such corrupted
chunks could be present in tampered or corrupt on-disk hibernate images.

Reported by Frank Denis

Reply via email to