Task #784 - fixed.err

back to task #784
download
Error: GCC_ANALYZER_WARNING (CWE-401):
libinput-1.25.0-build/libinput-1.25.0/src/libinput.c: scope_hint: In function ‘tablet_pad_notify_button’
libinput-1.25.0-build/libinput-1.25.0/src/libinput.c:2906:9: warning[-Wanalyzer-malloc-leak]: leak of ‘zalloc(104)’
# 2904|   	};
# 2905|   
# 2906|-> 	post_device_event(device,
# 2907|   			  time,
# 2908|   			  LIBINPUT_EVENT_TABLET_PAD_BUTTON,

Error: GCC_ANALYZER_WARNING (CWE-401):
libinput-1.25.0-build/libinput-1.25.0/src/libinput.c: scope_hint: In function ‘tablet_pad_notify_ring’
libinput-1.25.0-build/libinput-1.25.0/src/libinput.c:2936:9: warning[-Wanalyzer-malloc-leak]: leak of ‘zalloc(104)’
# 2934|   	};
# 2935|   
# 2936|-> 	post_device_event(device,
# 2937|   			  time,
# 2938|   			  LIBINPUT_EVENT_TABLET_PAD_RING,

Error: GCC_ANALYZER_WARNING (CWE-401):
libinput-1.25.0-build/libinput-1.25.0/src/libinput.c: scope_hint: In function ‘tablet_pad_notify_strip’
libinput-1.25.0-build/libinput-1.25.0/src/libinput.c:2966:9: warning[-Wanalyzer-malloc-leak]: leak of ‘zalloc(104)’
# 2964|   	};
# 2965|   
# 2966|-> 	post_device_event(device,
# 2967|   			  time,
# 2968|   			  LIBINPUT_EVENT_TABLET_PAD_STRIP,

Error: GCC_ANALYZER_WARNING (CWE-401):
libinput-1.25.0-build/libinput-1.25.0/src/libinput.c: scope_hint: In function ‘tablet_pad_notify_key’
libinput-1.25.0-build/libinput-1.25.0/src/libinput.c:2988:9: warning[-Wanalyzer-malloc-leak]: leak of ‘zalloc(104)’
# 2986|   	};
# 2987|   
# 2988|-> 	post_device_event(device,
# 2989|   			  time,
# 2990|   			  LIBINPUT_EVENT_TABLET_PAD_KEY,

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