On Fri, 26 Feb 2016 10:54:55 +0100 (CET)
git_AT_suckless.org wrote:
> The "real" solution is to use memmem() where needed and replace all
> functions that assume zero-terminated-strings from standard input, which
> could lead to early string-breakoffs.
> This requires a strict tracking of string lengths.
A short comment here: Of course I'll import memmem from OpenBSD into libutil,
given it's a GNU extension.
--
FRIGN <dev_AT_frign.de>
Received on Fri Feb 26 2016 - 10:58:49 CET