FRIGN a88906b423 Rever the strmem() addition and add a TODO element
strmem() was not very well thought out. The thing is the following:
If the string contains a zero character, we want to match it, and not
stop right there in place.

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.
2016-02-26 09:54:46 +00:00
..
2015-11-13 14:24:09 +00:00
2015-05-16 13:34:00 +01:00
2015-02-11 01:17:21 +00:00
2015-12-21 14:13:36 +00:00
2015-09-30 19:44:10 +01:00
2014-11-17 16:48:34 +00:00
2015-10-26 16:53:28 +00:00
2014-11-17 16:48:34 +00:00
2015-04-20 18:04:08 +01:00
2015-12-21 09:55:01 +00:00
2015-03-10 22:19:19 +01:00
2015-04-20 11:12:40 +01:00
2015-04-20 11:12:40 +01:00
2014-11-17 16:48:34 +00:00
2016-02-24 10:15:16 +00:00
2016-02-24 10:15:16 +00:00
2016-02-24 10:15:16 +00:00
2016-02-24 10:15:16 +00:00
2015-09-30 19:44:10 +01:00
2015-03-17 11:24:49 +01:00
2015-03-17 11:24:49 +01:00
2015-01-25 17:48:11 +00:00
2016-02-21 08:52:48 +00:00