kmx git
Register
IABSD.fr/src
IABSD.fr
Login
IABSD.fr
/
src
Browse
Commit
Author :
tb
Date :
2025-02-24 18:07:50
Hash :
c352d04b
Message :
Use mallocarray() rather than malloc(a * b) This can't overflow but it smells bad. ok deraadt