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
Check the lengths of the two SSIDs first before using 'memcmp'.
Otherwise, unexpected results might occur.
(In C99 standard : "The 'memcmp' function compares the first n
characters of the object pointed to by s1 to the first n
characters of the object pointed to by s2.")
0 commit comments