Edit

IABSD.fr/src/lib/libutil

Branch :

  • Show log

    Commit

  • Author : claudio
    Date : 2026-05-12 16:01:15
    Hash : 44680a3d
    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@