[Bug 238725] Severe NFS exports(5) -maproot regression for :group definition
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 27 14:27:40 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238725
--- Comment #9 from commit-hook at freebsd.org ---
A commit references this bug:
Author: mav
Date: Thu Jun 27 14:26:57 UTC 2019
New revision: 349458
URL: https://svnweb.freebsd.org/changeset/base/349458
Log:
MFC r349376: Fix strsep_quote() on strings without quotes.
For strings without quotes and escapes dstptr and srcptr are equal, so
zeroing *dstptr before checking *srcptr is not a good idea. In practice
it means that in -maproot=65534:65533 everything after the colon is lost.
The problem was there since r293305, but before r346976 it was covered by
improper strsep_quote() usage.
PR: 238725
Approved by: re (gjb)
Changes:
_U releng/11.3/
releng/11.3/usr.sbin/mountd/mountd.c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list