mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@libc.org>
To: musl@lists.openwall.com
Subject: Re: Edge case: strtol with base==1
Date: Sun, 1 Jan 2017 21:04:48 -0500	[thread overview]
Message-ID: <20170102020448.GW1555@brightrain.aerifal.cx> (raw)
In-Reply-To: <CA+gYnHTwps7ynPJPGgX9TzOyGmGeoRwReqD+uMzRgh6UhH-bLg@mail.gmail.com>

On Sun, Jan 01, 2017 at 04:45:19AM -0600, Ryan Prichard wrote:
> Hi,
> 
> I noticed that musl's strtol function allows a base of 1 by parsing strings
> of only zeros.  With all other bases less than 0 or greater than 36, strtol
> fails and sets errno to EINVAL.
> 
> Is this an oversight?
> 
> Not that it especially *matters*, but my guess is that the behavior isn't
> POSIX conforming:
>  - POSIX defines valid "subject sequences" for bases of 0 and 2-36.
>  - "In other than the C or POSIX locale, additional locale-specific subject
> sequence forms may be accepted."
> 
> In the C locale, musl is accepting a subject sequence of all zeroes, which
> POSIX doesn't define for a base of 1.
> 
> http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtol.html

Indeed, I think you're right. ISO C does not specify the behavior when
the base is invalid (it's UB), but POSIX does impose an error
requirement. It's not clear that it requires other bases to be
unsupported, just that an error be produced if the base is
unsupported, but I think the right behavior is not to support a
nonsense "base 1".

Rich


  reply	other threads:[~2017-01-02  2:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-01 10:45 Ryan Prichard
2017-01-02  2:04 ` Rich Felker [this message]
2017-01-05  0:52   ` Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170102020448.GW1555@brightrain.aerifal.cx \
    --to=dalias@libc.org \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).