Bug 22516 - inotify fd leak
Summary: inotify fd leak
Status: RESOLVED FIXED
Alias: None
Product: dbus
Classification: Unclassified
Component: core (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Havoc Pennington
QA Contact: John (J5) Palmieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-27 15:54 UTC by Matthias Clasen
Modified: 2009-07-10 17:14 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
patch (1023 bytes, patch)
2009-06-27 15:54 UTC, Matthias Clasen
Details | Splinter Review

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.