Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Dec 2021 22:02:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 260272] short OPEN reply can crash NFS v4 client
Message-ID:  <bug-260272-227-Z8lpB5s1cX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260272-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260272-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=3D260272

Rick Macklem <rmacklem@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Assignee|bugs@FreeBSD.org            |rmacklem@FreeBSD.org

--- Comment #1 from Rick Macklem <rmacklem@FreeBSD.org> ---
Created attachment 229982
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229982&action=
=3Dedit
fix two places that need to check for an error return from nfsrv_getattrbits

nfsrv_getattrbits() can return an error when the
received attribute bitmap does not parse correctly.
There were two places in the client where the code
did not check for such an error return.
This patch fixes these two cases and should fix the
crashes.

Maybe the reporter can confirm that the patch stops the
crashes for them?

--=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-260272-227-Z8lpB5s1cX>