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
[http.h:53]: (warning) scanf without field width limits can crash with huge input data.
fscanf(file, "%s\n", buffer);
Suggest add number into %s.
[http.h:54]: (warning) scanf without field width limits can crash with huge input data.
[http.h:76]: (warning) scanf without field width limits can crash with huge input data.
Duplicates.
The text was updated successfully, but these errors were encountered:
[http.h:53]: (warning) scanf without field width limits can crash with huge input data.
fscanf(file, "%s\n", buffer);
Suggest add number into %s.
[http.h:54]: (warning) scanf without field width limits can crash with huge input data.
[http.h:76]: (warning) scanf without field width limits can crash with huge input data.
Duplicates.
The text was updated successfully, but these errors were encountered: