bug-coreutils
[Top][All Lists]
Advanced

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

Re: coreutils readutmp applies strchr to a non-string


From: Paul Eggert
Subject: Re: coreutils readutmp applies strchr to a non-string
Date: Sat, 12 Jun 2004 17:43:06 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Jim Meyering <address@hidden> writes:

> did you find a system on which the existing code misbehaved?

Not personally, but I vaguely recall hearing of one.

I just Googled for this and found James Kanze's 1997 reports here:

http://groups.google.com/groups?selm=m3afpggtwo.fsf%40gabi-soft.fr
http://groups.google.com/groups?selm=m3iv41k6gh.fsf%40gabi-soft.fr

That ancient (and unnamed) host implemented strchr (s, c) as the
equivalent of memchr (s, c, strlen (s) + 1), which is allowed by the
standard.




reply via email to

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