commit | 26379198937fcc9bbe7be76be695d06df8334eaa | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Nov 23 23:48:26 2010 -0500 |
committer | Eric Paris <eparis@redhat.com> | Tue Dec 07 16:14:23 2010 -0500 |
tree | 47be9bc5b202f5f5e1a94a08966d362787bb06ea | |
parent | a2ae4cc9a16e211c8a128ba10d22a85431f093ab [diff] |
fanotify: do not leak user reference on allocation failure If fanotify_init is unable to allocate a new fsnotify group it will return but will not drop its reference on the associated user struct. Drop that reference on error. Reported-by: Vegard Nossum <vegard.nossum@gmail.com> Signed-off-by: Eric Paris <eparis@redhat.com>