[Bug 255870] [PATCH] rpc/rpcsec_gss: Fix a double free in rpc_gss_marshal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 May 2021 14:19:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255870
Mark Johnston <markj@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
CC| |markj@FreeBSD.org,
| |rmacklem@FreeBSD.org
--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
I believe this bug can't be triggered today. XDR_ENCODE is the only operation
that rpc_gss_marshal() will handle, based on my reading of the callers. I'm
not very certain though. Rick, do you see anything that should be changed
here?
--
You are receiving this mail because:
You are the assignee for the bug.