Re: [PATCH v2 2/6] libc: fix of-by-one error in stresep

2017-09-12 Thread Nadav Har'El
On Thu, Aug 24, 2017 at 8:29 PM, Justin Cinkelj wrote: > memcpy had of-by-one error. > Also, remove unneeded defines. > > Signed-off-by: Justin Cinkelj > --- > libc/string/stresep.c | 16 ++-- > 1 file changed, 2 insertions(+), 14 deletions(-) > > diff --git a/libc/string/stresep.c b

[PATCH v2 2/6] libc: fix of-by-one error in stresep

2017-08-24 Thread Justin Cinkelj
memcpy had of-by-one error. Also, remove unneeded defines. Signed-off-by: Justin Cinkelj --- libc/string/stresep.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/libc/string/stresep.c b/libc/string/stresep.c index 4d72391..5ac4b85 100644 --- a/libc/string/s