Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2019 14:11:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 238725] Severe NFS exports(5) -maproot regression for :group definition
Message-ID:  <bug-238725-227-BGl3F7414V@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238725-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238725-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238725

--- Comment #7 from commit-hook@freebsd.org ---
A commit references this bug:

Author: mav
Date: Thu Jun 27 14:10:59 UTC 2019
New revision: 349456
URL: https://svnweb.freebsd.org/changeset/base/349456

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=3D65534:65533 everything after the colon is los=
t.

  The problem was there since r293305, but before r346976 it was covered by
  improper strsep_quote() usage.

  PR:   238725

Changes:
_U  stable/12/
  stable/12/usr.sbin/mountd/mountd.c

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238725-227-BGl3F7414V>