You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 724768a ("ovl: fix incorrect fdput() on aio completion")
took a refcount on real file before submitting aio, but forgot to
avoid clearing FDPUT_FPUT from real.flags stack variable.
This can result in a file reference leak.
Fixes: 724768a ("ovl: fix incorrect fdput() on aio completion")
Reported-by: Gil Lev <[email protected]>
Signed-off-by: Amir Goldstein <[email protected]>
0 commit comments