mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 00:44:31 +01:00
[into #fixes, unless somebody objects]
Lifetime of new_dn_mark is controlled by that of its ->fsn_mark,
pointed to by new_fsn_mark. Unfortunately, a failure exit had
been inserted between the allocation of new_dn_mark and the
call of fsnotify_init_mark(), ending up with a leak.
Fixes:
|
||
|---|---|---|
| .. | ||
| dnotify.c | ||
| Kconfig | ||
| Makefile | ||