chiark / gitweb /
fix major fd leak in link handling
authorMartin Pitt <martin.pitt@ubuntu.com>
Mon, 2 Nov 2009 23:03:43 +0000 (00:03 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Mon, 2 Nov 2009 23:03:43 +0000 (00:03 +0100)
commit495d408b36718ec68ed5a3d406bc2e74b7ffc219
tree73bc5a72e1b586a60a800d26f61de72800715c64
parentf0f7a43f4e60bc2233d86e6f24e2aca2410bc85e
fix major fd leak in link handling

link_find_prioritized(): Properly close directory handles to fix a major fd
leak which caused hotplugging to fail entirely in many cases due to having too
many open files.

https://launchpad.net/bugs/463347
udev/udev-node.c