kmx git
Register
IABSD.fr/src
IABSD.fr
Login
IABSD.fr
/
src
Browse
Commit
Author :
claudio
Date :
2022-01-28 10:41:44
Hash :
e363f310
Message :
Only memcpy() into imsg->data if datalen is not 0. Passing a NULL pointer to memcpy() is UB no matter if len is 0. Reported by fouzhe on openbgpd-portable github page. OK tb@