]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: nuke all unknown ports on exec
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 2 Jan 2022 03:09:30 +0000 (04:09 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Tue, 4 Jan 2022 00:14:41 +0000 (01:14 +0100)
commit5d8eb435a8f2f2af2babe76a0e88a54b2668c3c7
treecd8ea0ad02c442627d4b5f6a16987774918760b8
parent0e298448aad6fabf455923e72e0d1a3c56e9ab9e
hurd: nuke all unknown ports on exec

Ports which are not in the ports table or dtable will not make sense for the
new program, so we can nuke them.  Actually we shall, otherwise we would
be leaking various ports, for instance the file_t of the executed program
itself.
hurd/hurdexec.c