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
ksmbd: fix infinite loop when client send search patten
MacOS send search patten in smb2 query_dir. If there is no file that
matched with search patten, d_info.num_entry is zero. This causes it
to retry iterate_dir(), which leads to an infinite loop.
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
0 commit comments