unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Alejandro Colomar via Libc-alpha <libc-alpha@sourceware.org>
To: Andreas Schwab <schwab@linux-m68k.org>,
	Xi Ruoyao via Libc-alpha <libc-alpha@sourceware.org>
Cc: Xi Ruoyao <xry111@xry111.site>
Subject: Re: bind(2): Missing [[gnu::nonnull]]
Date: Sat, 3 Dec 2022 20:12:28 +0100	[thread overview]
Message-ID: <e61ff7ce-a2ec-2442-fcd5-cc3a8f02ea27@gmail.com> (raw)
In-Reply-To: <87wn78cnpe.fsf@igel.home>


[-- Attachment #1.1: Type: text/plain, Size: 1726 bytes --]

Hi Andreas,

On 12/3/22 20:05, Andreas Schwab wrote:
> On Dez 03 2022, Xi Ruoyao via Libc-alpha wrote:
> 
>> Currently the man page says:
>>
>> EFAULT: addr points outside the user's accessible address space.
>>
>> And bind(2) indeed sets errno to EFAULT and return -1 when NULL is
>> passed as addr.
> 
> You can never depend on EFAULT for invalid addresses.
> 
>> gnu::nonnull is not only a diagnostic attribute: it also allows the
>> compiler to assume addr is never NULL.  i. e. if addr was gnu::nonnull
>> and bind(2) is called with addr == NULL, the behavior would be
>> undefined.
> 
> It is already undefined now, so this would be a valid change.

Hmm, if so, please CC me on any such changes.  I'm interested in them.  So far 
I'm being very careful about it, with the following approach:

I'm using _Nullable (Clang syntax), which is less invasive (there are very few 
calls that would need it, compared to either _Nonnull or [[gnu::nonnull]]). 
Also, in cases like this one (bind(2)), I can leave the prototype untouched, so 
I'm not really saying it's nonnull (but I'm implying it very much).  But 
certainly, I won't be adding _Nullable to functions like bind(2).

However, since there are a lot of libc syscall wrappers (and maybe functions, 
but I didn't yet arrive to that, so don't know) that don't specify __nonnull 
when they should, my work is very manual, and might make some mistakes.  I can 
send the patches to anyone that want to have a look at them before I push them 
(please tell me if so), but there will be many changes, and I'd prefer if I 
could just follow the glibc qualifiers.

Thank you!


Cheers,

Alex

-- 
<http://www.alejandro-colomar.es/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2022-12-03 19:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-03 15:33 bind(2): Missing [[gnu::nonnull]] Alejandro Colomar via Libc-alpha
2022-12-03 15:55 ` Xi Ruoyao via Libc-alpha
2022-12-03 16:41   ` Alejandro Colomar via Libc-alpha
2022-12-03 19:05   ` Andreas Schwab
2022-12-03 19:12     ` Alejandro Colomar via Libc-alpha [this message]
2022-12-04  5:59     ` Xi Ruoyao via Libc-alpha
2022-12-04 11:14       ` Alejandro Colomar via Libc-alpha
2022-12-04 18:46         ` Florian Weimer via Libc-alpha
2022-12-05 18:53           ` Zack Weinberg via Libc-alpha

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

  List information: https://www.gnu.org/software/libc/involved.html

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

  git send-email \
    --in-reply-to=e61ff7ce-a2ec-2442-fcd5-cc3a8f02ea27@gmail.com \
    --to=libc-alpha@sourceware.org \
    --cc=alx.manpages@gmail.com \
    --cc=schwab@linux-m68k.org \
    --cc=xry111@xry111.site \
    /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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).