mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Shiz <hi@shiz.me>
To: musl@lists.openwall.com
Cc: galaxy@openwall.com.au
Subject: Re: [musl] strtoll() incompatibility
Date: Wed, 13 Oct 2021 16:22:22 +0200	[thread overview]
Message-ID: <489DD265-FBD7-4B1D-966C-46A397B337B8@shiz.me> (raw)
In-Reply-To: <0100017c79f9d219-86b8d3e7-358a-473c-9736-befc0678d7c7-000000@email.amazonses.com>

Hi!

> ...
> I don't know what the standard prescribes for this family of functions (I just
> registered an account at Open Group to download the standard),

No need to register, you can view the standard online here:
https://pubs.opengroup.org/onlinepubs/9699919799/

> but from the
> common sense point of view a string not containing a number for these functions
> is a valid argument, so responding with EINVAL does not seems to be right.

From https://pubs.opengroup.org/onlinepubs/9699919799/functions/strtol.html:

These functions shall fail if:

[EINVAL]
  [CX] The value of base is not supported. 
[ERANGE]
  The value to be returned is not representable.
  These functions may fail if:

[EINVAL]
  No conversion could be performed.

> -- 
> (GM)

- Shiz

  reply	other threads:[~2021-10-13 14:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-13 14:06 (GalaxyMaster)
2021-10-13 14:22 ` Shiz [this message]
2021-10-13 14:58   ` (GalaxyMaster)
2021-10-13 14:28 ` Jₑₙₛ Gustedt

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=489DD265-FBD7-4B1D-966C-46A397B337B8@shiz.me \
    --to=hi@shiz.me \
    --cc=galaxy@openwall.com.au \
    --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).