Task #119126 - added.err
back to task #119126download
Error: GCC_ANALYZER_WARNING (CWE-476):
libinput-1.31.2/test/test-plugins-lua.c:1251:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
libinput-1.31.2/test/test-plugins-lua.c:1244:1: enter_function: entry to ‘lua_reject_precompiled_files’
libinput-1.31.2/test/test-plugins-lua.c:1246:37: call_function: calling ‘tmpdir_create’ from ‘lua_reject_precompiled_files’
libinput-1.31.2/test/test-plugins-lua.c:1246:37: return_function: returning to ‘lua_reject_precompiled_files’ from ‘tmpdir_create’
libinput-1.31.2/test/test-plugins-lua.c:1251:33: danger: dereference of NULL ‘tmpdir_create(0)’
# 1249| * Binary (pre-compiled) Lua files must be rejected by the
# 1250| * plugin loader for security reasons. */
# 1251|-> _autofree_ char *path = strdup_printf("%s/10-binary-plugin.lua", tmpdir->path);
# 1252| _autoclose_ int fd = open(path, O_WRONLY | O_CREAT, 0644);
# 1253| litest_assert_errno_success(fd);