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
Hello. I saw it here, shouldn't buf[] be initialized (at least, buf[0] zeroed) before strcat()? Possible solution also, replace that strcat() by strcpy()?
Hello. I saw it here, shouldn't buf[] be initialized (at least, buf[0] zeroed) before strcat()? Possible solution also, replace that strcat() by strcpy()?