Bug 22516

Summary: inotify fd leak
Product: dbus Reporter: Matthias Clasen <mclasen>
Component: coreAssignee: Havoc Pennington <hp>
Status: RESOLVED FIXED QA Contact: John (J5) Palmieri <johnp>
Severity: normal    
Priority: medium CC: walters
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: patch

Description Matthias Clasen 2009-06-27 15:54:16 UTC
Created attachment 27198 [details] [review]
patch

The dbus daemon ought to set the cloexec flag on the inotify fd.
See https://bugzilla.redhat.com/show_bug.cgi?id=505338
Comment 1 Colin Walters 2009-07-10 17:14:11 UTC
commit f4e15893e5be6da6c7642bb7ef9b14d5531afe41
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Fri Jul 10 20:10:12 2009 -0400

    Bug 22516 - Ensure inotify fd is set close on exec
    
    This prevents it leaking into spawned child processes.
    
    Signed-off-by: Colin Walters <walters@verbum.org>

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.