mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@libc.org>
To: "Matthias Görgens" <matthias.goergens@gmail.com>
Cc: musl@lists.openwall.com
Subject: Re: [musl] [BUG] hasmntopt weirdness
Date: Thu, 30 Mar 2023 09:57:03 -0400	[thread overview]
Message-ID: <20230330135703.GC4163@brightrain.aerifal.cx> (raw)
In-Reply-To: <CA+X7ob_Lc3OEmzUChCUAD-AFOtiVLNCQuqaNN1NJCH19LmiP0Q@mail.gmail.com>

On Thu, Mar 30, 2023 at 06:02:43PM +0800, Matthias Görgens wrote:
> Musl's `hasmntopt` is a bit weird.
> 
> For example, my `/proc/mounts` contains the following line:
> 
> shm /dev/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=65536k,inode64 0 0
> 
> If I run `hasmntopt(entp, "suid")` on that entry with glibc, I get
> NULL. In musl I get: "suid,nodev,noexec,relatime,size=65536k,inode64".
> 
> Do we have a spec for what should happen? I can find multiple
> descriptions online, some of them would allow what musl does, but not
> all. I don't know what's authoritative.
> 
> Arguably the musl behaviour is a bit silly by itself, and would
> actively cause bugs for someone porting programs from glibc.

I'm pretty sure it was agreed upon at one point that this was a bug,
but never pursued further.

From what I remember, I think hasmntopt needs to check that the match
found is at the start or immediately follows a comma (unless there is
some awful way to embed literal commas) and that it's followed by an
equals sign, comma, or nul terminator. Does this sound correct?

There's not really a need to use strstr to do this, but it might still
be the simplest implementation.

Rich

  reply	other threads:[~2023-03-30 13:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-30 10:02 Matthias Görgens
2023-03-30 13:57 ` Rich Felker [this message]
2023-03-30 14:47   ` Matthias Görgens
2023-03-30 15:40     ` 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=20230330135703.GC4163@brightrain.aerifal.cx \
    --to=dalias@libc.org \
    --cc=matthias.goergens@gmail.com \
    --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).