mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 17:17:26 +03:00
4b780a3499
Namely: o use malloc where an xCalloc slipped in o safeguard against an empty arg list - I don't think it's possible, but it would be potentially exploitable o we need to initialize the arg string to an empty string because we no longer use strlcpy(3) o annotate a tricky use of strlcpy(3)'s truncation