cppcheck analysis of lftp_4.2.1-1.dsc
- ./lib/alloca.c:102 [error] - Dangerous assignment - function parameter takes the address of a local auto-variable. Local auto-variables are reserved from the stack. And the stack is freed when the function ends. So the pointer to a local variable is invalid after the function ends.
- ./lib/regcomp.c:2796 [error] - Uninitialized variable: symb_table
- ./lib/regexec.c:3909 [error] - Uninitialized variable: extra
- ./src/Filter.cc:170 [error] - Resource leak: null
- ./src/xarray.cc:32 [error] - Common realloc mistake: "buf" nulled but not freed upon failure
- ./src/xarray.cc:34 [error] - Common realloc mistake: "buf" nulled but not freed upon failure
Note: if you think the results reveal a security bug,
please don't hesitate to contact the
security team
This report was generated on Thu, 07 Apr 2011 06:59:18 +0000, based on results by cppcheck 1.46