Task #904 - added.err

back to task #904
download
Error: CPPCHECK_WARNING (CWE-758):
man-db-2.12.1-build/man-db-2.12.1/gl/lib/getopt.c:272: warning[objectIndex]: The address of variable 'ambig_fallback' might be accessed at non-zero index.
#  270|   		      }
#  271|   		    if (ambig_set && ambig_set != &ambig_fallback)
#  272|-> 		      ambig_set[option_index] = 1;
#  273|   		  }
#  274|   	      }

Error: CPPCHECK_WARNING:
man-db-2.12.1-build/man-db-2.12.1/gl/lib/mbsrtoc32s.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.