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
Source code is
if (mci.mc_name[0] != '\0' || mci.mc_name[0] != '\n') {
Suggest swap || for &&.
This bug found by compiling the package with gcc flag -Wlogical-op