Task #133045 - added.err

back to task #133045
download
Error: GCC_ANALYZER_WARNING (CWE-688):
xmodmap-1.0.12/handle.c:133:5: warning[-Wanalyzer-null-argument]: use of NULL ‘buf’ where non-null expected
xmodmap-1.0.12/handle.c:946:1: enter_function: entry to ‘get_keysym_list’
xmodmap-1.0.12/handle.c:959:8: branch_false: following ‘false’ branch (when ‘keysymlist’ is non-NULL)...
xmodmap-1.0.12/handle.c:959:8: branch_false: ...to here
xmodmap-1.0.12/handle.c:965:12: branch_true: following ‘true’ branch (when ‘len > 0’)...
xmodmap-1.0.12/handle.c:971:13: branch_true: ...to here
xmodmap-1.0.12/handle.c:981:14: call_function: calling ‘parse_keysym’ from ‘get_keysym_list’
xmodmap-1.0.12/handle.c:981:14: return_function: returning to ‘get_keysym_list’ from ‘parse_keysym’
xmodmap-1.0.12/handle.c:983:12: branch_true: following ‘true’ branch...
xmodmap-1.0.12/handle.c:984:13: branch_true: ...to here
xmodmap-1.0.12/handle.c:965:12: branch_true: following ‘true’ branch (when ‘len > 0’)...
xmodmap-1.0.12/handle.c:971:13: branch_true: ...to here
xmodmap-1.0.12/handle.c:981:14: call_function: calling ‘parse_keysym’ from ‘get_keysym_list’
#  131|       }
#  132|   
#  133|->     strncpy (buf, s, len);
#  134|       buf[len] = '\0';
#  135|