Re: [hackers] [sbase] Rever the strmem() addition and add a TODO element || FRIGN

2016-02-26 Thread FRIGN
On Fri, 26 Feb 2016 10:54:55 +0100 (CET) g...@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 tracki

[hackers] [sbase] Rever the strmem() addition and add a TODO element || FRIGN

2016-02-26 Thread git
commit a88906b423e57e74a5bbaf1e315a58770d51c628 Author: FRIGN AuthorDate: Thu Feb 25 22:59:35 2016 +0100 Commit: sin CommitDate: Fri Feb 26 09:54:46 2016 + Rever the strmem() addition and add a TODO element strmem() was not very well thought out. The thing is the followi