Task #2006 - xmessage-1.0.6-4.fc40/scan-results.err

back to task #2006
download
Error: CPPCHECK_WARNING:
xmessage-1.0.6-build/xmessage-1.0.6/makeform.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.

Error: CLANG_WARNING:
xmessage-1.0.6-build/xmessage-1.0.6/makeform.c:194:5: warning[unix.Malloc]: Potential leak of memory pointed to by 'copy'
#  192|        * now, strip any quoted characters
#  193|        */
#  194|->     unquote_pairs (br, npairs);
#  195|       *brptr = br;
#  196|       return npairs;

Error: GCC_ANALYZER_WARNING (CWE-401):
xmessage-1.0.6-build/xmessage-1.0.6/makeform.c: scope_hint: In function ‘make_queryform’
xmessage-1.0.6-build/xmessage-1.0.6/makeform.c:340:12: warning[-Wanalyzer-malloc-leak]: leak of ‘br’
xmessage-1.0.6-build/xmessage-1.0.6/makeform.c:33: included_from: Included from here.
#  338|   	}
#  339|       }
#  340|->     return form;
#  341|   }

Error: CLANG_WARNING:
xmessage-1.0.6-build/xmessage-1.0.6/makeform.c:340:12: warning[unix.Malloc]: Potential leak of memory pointed to by 'br'
#  338|   	}
#  339|       }
#  340|->     return form;
#  341|   }

Error: CPPCHECK_WARNING:
xmessage-1.0.6-build/xmessage-1.0.6/xmessage.c: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.