kmx git
Register
IABSD.fr/src
IABSD.fr
Login
IABSD.fr
/
src
Browse
Commit
Author :
claudio
Date :
2025-06-16 13:56:11
Hash :
6ebced9d
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@