[Bug 236836] Kernel panic from calling mq_open("/.", ...) as root

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 30 22:45:08 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236836

Jilles Tjoelker <jilles at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jilles at FreeBSD.org

--- Comment #3 from Jilles Tjoelker <jilles at FreeBSD.org> ---
The concept seems good but I disagree with the chosen error numbers. Quotes
below are from POSIX.1-2016.

For mq_open(), [EINVAL] "The mq_open() function is not supported for the given
name." seems to fit best.

For mq_unlink(), [ENOENT] "The named message queue does not exist." seems
plausible, or also [EINVAL].

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list