[Bug 793] ulogd -d does not close all fds

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Wed Mar 27 00:24:18 CET 2013


http://bugzilla.netfilter.org/show_bug.cgi?id=793

--- Comment #8 from Pablo Neira Ayuso <pablo at netfilter.org> 2013-03-27 00:24:18 CET ---
Created attachment 393
  --> http://bugzilla.netfilter.org/attachment.cgi?id=393
fix file descriptor leak in the exit path of the parent process

With this patch, valgrind reports:

    ==23720== FILE DESCRIPTORS: 3 open at exit.
    ==23720== Open file descriptor 2: /dev/pts/2
    ==23720==    <inherited from parent>
    ==23720==
    ==23720== Open file descriptor 1: /dev/pts/2
    ==23720==    <inherited from parent>
    ==23720==
    ==23720== Open file descriptor 0: /dev/pts/2
    ==23720==    <inherited from parent>

-- 
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the netfilter-buglog mailing list