[gnutls-devel] GnuTLS | GnuTLS leaks file descriptors in child processes (#985)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Mon May 25 10:42:48 CEST 2020
Tim Rühsen commented on a discussion: https://gitlab.com/gnutls/gnutls/-/issues/985#note_348213844
> But that is a red herring: The problem is not fork() here. The problem comes with exec() family functions
Yes, you are right, fork and exec are two different pais of shoes. Forking a MT application needs application logic to deal with e.g. write-open files (not suddenly having two processes writing into the same file). And that is a different issue than the exec() one, leaking file descriptors.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/985#note_348213844
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200525/73cc3626/attachment-0001.html>
More information about the Gnutls-devel
mailing list