On Fri, 26 Feb 2016 10:54:55 +0100 (CET) [email protected] 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 <[email protected]>
