hurd: Fix auth port leak
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 2 Jan 2022 03:08:11 +0000 (04:08 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 4 Jan 2022 00:14:41 +0000 (01:14 +0100)
commit0e298448aad6fabf455923e72e0d1a3c56e9ab9e
tree0d38518e66bb5c59cf9aa8518d05a6d4996aa741
parent8df0def7a4e852058e85af8493265c9ebb49bd08
hurd: Fix auth port leak

If access() was used before exec, _hurd_id.rid_auth would cache an
"effective" auth port.  We do not want this to leak into the executed
program.
hurd/hurdexec.c