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
If there are more than one valid snod on the sleb->nodes list,
do_kill_orphans will malloc ino more than once without releasing
previous ino's memory. Finally, it will trigger memory leak.
Fixes: ee1438c ("ubifs: Check link count of inodes when...")
Signed-off-by: Zhihao Cheng <[email protected]>
Signed-off-by: zhangyi (F) <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
0 commit comments