CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/16 07:56:11
Modified files:
lib/libutil : imsg.c
Log message:
Set the initial imsg header len to 0 in imsg_create().
The real value is written in imsg_close() but this way no uninitialized
value is added to the imsg.
CID 554939
OK tb@
