bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: Re: [PATCH] Steal all string functions from the libc


From: dardevelin
Subject: Re: Fwd: Re: [PATCH] Steal all string functions from the libc
Date: Thu, 03 Apr 2014 08:34:00 +0100
User-agent: Roundcube Webmail/0.9.5

You are totally right. my fault on missing that detail.

On 2014-04-03 08:25, Samuel Thibault wrote:
dardevelin@cidadecool.com, le Thu 03 Apr 2014 00:37:05 +0200, a écrit :
however I could not avoid seeing strcmp function not checking for '\0'
in s2 and just s1,

No: if b happens to be 0 while a is not, then the if (a!=b) is true and
we return a-b.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]