CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/05/12 10:01:15

Modified files:
        lib/libutil    : imsg-buffer.c 

Log message:
ibuf_set_maxsize() need to ensure that the invariants are upheld by
checking also that wpos and size are not bigger then the new max.

If wpos is bigger fail hard, for size the allocation may have been used
before and so do an explicit_bzero() to clear the extra memory out.

OK tb@

Reply via email to