Task #119247 - msgraph-0.3.4-5.fc45/scan-results.err

back to task #119247
download
Error: CPPCHECK_WARNING (CWE-120):
msgraph-0.3.4/tests/common.c:32: error[invalidScanfFormatWidth]: Width 200 given in format string (no. 1) is larger than destination buffer 'verifier[200]', use %199s to prevent overflowing it.
#   30|     g_print ("Please navigate to the following URI and grant access: %s\n", authentication_uri);
#   31|     g_print ("Enter verifier (EOF to skip test): ");
#   32|->   if (scanf ("%200s", verifier) != 1) {
#   33|             /* Skip the test */
#   34|             g_test_message ("Skipping test on user request.");