CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/02 13:07:58
Modified files:
lib/libutil : imsg.c
Log message:
While in practice the ibuf_skip() call can not fail it is better to check
it. If the ibuf header can't be skipped it is better to not forward the
message and return an error.
Fix for CID 492354
OK tb@
