chiark / gitweb /
[PATCH] fix handle leak in udev_lib.c
authorfork0@users.sf.net <fork0@users.sf.net>
Tue, 8 Jun 2004 23:47:16 +0000 (16:47 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:47 +0000 (21:35 -0700)
commit686cecf24216770190133aa6f270bb2b124329a7
tree54963a7256d52d017041c12a9ecfc6ae0f09424a
parente3496f5932ab1460519db5c789bf6fdb242dd4c5
[PATCH] fix handle leak in udev_lib.c

There is a handle leak in failure path in file_map, and the result of
file_map (or the result of the caller of the file_map) is not always
checked.
udev_lib.c