On Sun, Oct 28, 2018 at 06:19:11PM +0100, Matthieu Herrb wrote:
> -    strlcpy(prompt, message, messageLen);
> +    strlcpy(prompt, message, messageLen+3);
So this turns "logi" into "login: "?

Not a big deal, but these `messageLen +- MAGIC_OFFSET' seem somewhat
hackish.

Can you add spaces so it's consistent with the rest at least?

Reply via email to