ibus-1.5.33~rc2-3.fc44
List of Findings
Error: SHELLCHECK_WARNING (CWE-563): [#def1]
/usr/bin/ibus-desktop-testing-runner:28:1: warning[SC2034]: TEST_CASE_DIR appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def2]
/usr/bin/ibus-desktop-testing-runner:31:1: warning[SC2034]: AUTOSTART_DESKTOP_DIR appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def3]
/usr/bin/ibus-desktop-testing-runner:33:1: warning[SC2034]: TESTING_RUNNER appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-156): [#def4]
/usr/bin/ibus-desktop-testing-runner:38:14: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def5]
/usr/bin/ibus-desktop-testing-runner:39:5: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-563): [#def6]
/usr/libexec/ibus-desktop-testing-autostart:26:1: warning[SC2034]: TEST_CASE_DIR appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def7]
/usr/libexec/ibus-desktop-testing-autostart:30:1: warning[SC2034]: TESTING_RUNNER appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-156): [#def8]
/usr/libexec/ibus-desktop-testing-autostart:35:14: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-156): [#def9]
/usr/libexec/ibus-desktop-testing-autostart:36:5: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-569): [#def10]
/usr/libexec/ibus-desktop-testing-module:467:29: warning[SC2089]: Quotes/backslashes will be treated literally. Rewrite using set/"$@" or functions.
Error: SHELLCHECK_WARNING (CWE-569): [#def11]
/usr/libexec/ibus-desktop-testing-module:469:30: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-569): [#def12]
/usr/libexec/ibus-desktop-testing-module:471:50: warning[SC2090]: Quotes/backslashes in this variable will not be respected.
Error: SHELLCHECK_WARNING (CWE-252): [#def13]
/usr/libexec/ibus-desktop-testing-module:513:17: warning[SC2164]: Use 'pushd ... || exit' or 'pushd ... || return' in case pushd fails.
Error: SHELLCHECK_WARNING: [#def14]
/usr/libexec/ibus-desktop-testing-module:513:17: warning[SC3044]: In POSIX sh, 'pushd' is undefined.
Error: SHELLCHECK_WARNING (CWE-252): [#def15]
/usr/libexec/ibus-desktop-testing-module:518:17: warning[SC2164]: Use 'popd ... || exit' or 'popd ... || return' in case popd fails.
Error: SHELLCHECK_WARNING: [#def16]
/usr/libexec/ibus-desktop-testing-module:518:17: warning[SC3044]: In POSIX sh, 'popd' is undefined.
Error: SHELLCHECK_WARNING (CWE-571): [#def17]
/usr/libexec/installed-tests/ibus/xkb-latin-layouts:53:12: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-156): [#def18]
/usr/libexec/installed-tests/ibus/xkb-latin-layouts:59:10: warning[SC2046]: Quote this to prevent word splitting.
Error: SHELLCHECK_WARNING (CWE-571): [#def19]
/usr/share/bash-completion/completions/ibus.bash:84:15: warning[SC2155]: Declare and assign separately to avoid masking return values.
Error: SHELLCHECK_WARNING (CWE-140): [#def20]
/usr/share/bash-completion/completions/ibus.bash:85:21: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-563): [#def21]
/usr/share/bash-completion/completions/ibus.bash:92:14: warning[SC2034]: options appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-140): [#def22]
/usr/share/bash-completion/completions/ibus.bash:93:20: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: SHELLCHECK_WARNING (CWE-563): [#def23]
/usr/share/bash-completion/completions/ibus.bash:101:19: warning[SC2034]: prev_ appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def24]
/usr/share/bash-completion/completions/ibus.bash:101:38: warning[SC2034]: cword appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-563): [#def25]
/usr/share/bash-completion/completions/ibus.bash:115:26: warning[SC2034]: subcmd appears unused. Verify use (or export if used externally).
Error: SHELLCHECK_WARNING (CWE-88): [#def26]
/usr/share/bash-completion/completions/ibus.bash:116:18: error[SC2068]: Double quote array expansions to avoid re-splitting elements.
Error: SHELLCHECK_WARNING (CWE-153): [#def27]
/usr/share/bash-completion/completions/ibus.bash:117:31: warning[SC2053]: Quote the right-hand side of == in [[ ]] to prevent glob matching.
Error: SHELLCHECK_WARNING (CWE-140): [#def28]
/usr/share/bash-completion/completions/ibus.bash:134:25: warning[SC2207]: Prefer mapfile or read -a to split command output (or quote to avoid splitting).
Error: GCC_ANALYZER_WARNING (CWE-476): [#def29]
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:582:41: warning[-Wanalyzer-null-dereference]: dereference of NULL 'candidates'
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:523:1: enter_function: entry to 'candidate_area_set_candidates'
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:531:9: branch_true: following 'true' branch (when 'self' is non-NULL)...
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:532:18: branch_true: ...to here
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:532:18: branch_false: following 'false' branch (when 'candidates' is NULL)...
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:534:91: branch_false: ...to here
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:540:9: branch_true: following 'true' branch (when 'candidates_length1 <= 16')...
branch_true: ...to here
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:554:36: branch_false: following 'false' branch (when '_tmp1_ != 0')...
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:560:36: branch_false: ...to here
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:560:36: branch_false: following 'false' branch (when 'i != 16')...
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:563:42: branch_false: ...to here
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:566:42: call_function: inlined call to '_g_object_ref0' from 'candidate_area_set_candidates'
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:569:36: branch_false: ...to here
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:569:36: branch_true: following 'true' branch (when 'i < candidates_length1')...
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:582:60: branch_true: ...to here
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:582:41: danger: dereference of NULL 'candidates + (long unsigned int)i * 8'
Error: COMPILER_WARNING (CWE-704): [#def30]
ibus-1.5.33-rc2/bindings/vala/candidatearea.c:1646:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def31]
ibus-1.5.33-rc2/bindings/vala/emojier.c:1020:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def32]
ibus-1.5.33-rc2/bindings/vala/emojier.c: scope_hint: In function 'ibus_emojier_update_category_to_emojis_dict'
ibus-1.5.33-rc2/bindings/vala/emojier.c:2294:47: warning[-Wdiscarded-qualifiers]: assignment discards 'const' qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def33]
ibus-1.5.33-rc2/bindings/vala/emojier.c:2294:47: warning[-Wdiscarded-qualifiers]: assignment discards 'const' qualifier from pointer target type
Error: GCC_ANALYZER_WARNING (CWE-688): [#def34]
ibus-1.5.33-rc2/bindings/vala/emojier.c:5036:18: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/bindings/vala/emojier.c:5006:1: enter_function: entry to 'ibus_emojier_update_candidate_window'
ibus-1.5.33-rc2/bindings/vala/emojier.c:5031:9: branch_true: following 'true' branch (when 'self' is non-NULL)...
ibus-1.5.33-rc2/bindings/vala/emojier.c:5032:18: branch_true: ...to here
ibus-1.5.33-rc2/bindings/vala/emojier.c:5036:18: danger: argument 1 ('<unknown>') NULL where non-null expected
Error: COMPILER_WARNING (CWE-704): [#def35]
ibus-1.5.33-rc2/bindings/vala/emojier.c:8573:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def36]
ibus-1.5.33-rc2/bindings/vala/emojier.c: scope_hint: In function 'ibus_emojier_ebox_row_set_text'
ibus-1.5.33-rc2/bindings/vala/emojier.c:8621:19: warning[-Wdiscarded-qualifiers]: assignment discards 'const' qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def37]
ibus-1.5.33-rc2/bindings/vala/emojier.c:8621:19: warning[-Wdiscarded-qualifiers]: assignment discards 'const' qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def38]
ibus-1.5.33-rc2/bindings/vala/emojier.c:8673:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def39]
ibus-1.5.33-rc2/bindings/vala/emojier.c:8766:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def40]
ibus-1.5.33-rc2/bindings/vala/emojier.c:8814:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: GCC_ANALYZER_WARNING (CWE-688): [#def41]
ibus-1.5.33-rc2/bindings/vala/emojier.c:8888:18: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/bindings/vala/emojier.c:8846:1: enter_function: entry to 'ibus_emojier_ewhite_label_real_get_preferred_width'
ibus-1.5.33-rc2/bindings/vala/emojier.c:8886:14: call_function: calling 'string_get_char' from 'ibus_emojier_ewhite_label_real_get_preferred_width'
ibus-1.5.33-rc2/bindings/vala/emojier.c:8886:14: return_function: returning to 'ibus_emojier_ewhite_label_real_get_preferred_width' from 'string_get_char'
ibus-1.5.33-rc2/bindings/vala/emojier.c:8888:18: danger: argument 1 ('<unknown>') NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def42]
ibus-1.5.33-rc2/bindings/vala/emojier.c:9000:18: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/bindings/vala/emojier.c:8958:1: enter_function: entry to 'ibus_emojier_ewhite_label_real_get_preferred_height'
ibus-1.5.33-rc2/bindings/vala/emojier.c:8998:14: call_function: calling 'string_get_char' from 'ibus_emojier_ewhite_label_real_get_preferred_height'
ibus-1.5.33-rc2/bindings/vala/emojier.c:8998:14: return_function: returning to 'ibus_emojier_ewhite_label_real_get_preferred_height' from 'string_get_char'
ibus-1.5.33-rc2/bindings/vala/emojier.c:9000:18: danger: argument 1 ('<unknown>') NULL where non-null expected
Error: COMPILER_WARNING (CWE-704): [#def43]
ibus-1.5.33-rc2/bindings/vala/emojier.c:9107:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def44]
ibus-1.5.33-rc2/bindings/vala/emojier.c:9160:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def45]
ibus-1.5.33-rc2/bindings/vala/emojier.c:9213:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def46]
ibus-1.5.33-rc2/bindings/vala/emojier.c:9540:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def47]
ibus-1.5.33-rc2/bindings/vala/emojier.c:9593:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def48]
ibus-1.5.33-rc2/bindings/vala/emojier.c:9689:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def49]
ibus-1.5.33-rc2/bindings/vala/emojier.c:9764:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def50]
ibus-1.5.33-rc2/bindings/vala/emojier.c:9854:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def51]
ibus-1.5.33-rc2/bindings/vala/iconwidget.c:638:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def52]
ibus-1.5.33-rc2/bindings/vala/iconwidget.c:868:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING: [#def53]
ibus-1.5.33-rc2/bindings/vala/pango.c: scope_hint: In function 'get_pango_attr_list_from_ibus_text'
ibus-1.5.33-rc2/bindings/vala/pango.c:186:33: warning[-Warray-bounds=]: array subscript -1 is outside array bounds of 'void[<unknown>]'
/usr/include/glib-2.0/glib/glist.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib/ghash.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:52: included_from: Included from here.
ibus-1.5.33-rc2/src/ibusversion.h:71: included_from: Included from here.
ibus-1.5.33-rc2/src/ibus.h:29: included_from: Included from here.
ibus-1.5.33-rc2/bindings/vala/pango.c:26: included_from: Included from here.
/usr/include/glib-2.0/glib/gmem.h:273:19: note: at offset -8 into object of size [0, 9223372036854775807] allocated by 'g_malloc0_n'
Error: COMPILER_WARNING: [#def54]
ibus-1.5.33-rc2/bindings/vala/pango.c:209:33: warning[-Warray-bounds=]: array subscript -1 is outside array bounds of 'void[<unknown>]'
/usr/include/glib-2.0/glib/gmem.h:273:19: note: at offset -8 into object of size [0, 9223372036854775807] allocated by 'g_malloc0_n'
Error: COMPILER_WARNING (CWE-704): [#def55]
ibus-1.5.33-rc2/bindings/vala/separator.c:151:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: COMPILER_WARNING (CWE-704): [#def56]
ibus-1.5.33-rc2/bindings/vala/separator.c:199:13: warning[-Wdiscarded-qualifiers]: argument 2 of '__atomic_load' discards 'volatile' qualifier
Error: GCC_ANALYZER_WARNING (CWE-775): [#def57]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def58]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def59]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def60]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def61]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def62]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def63]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def64]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def65]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def66]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def67]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def68]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def69]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def70]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def71]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def72]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def73]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def74]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def75]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def76]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def77]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def78]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def79]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def80]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def81]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def82]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def83]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def84]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def85]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def86]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def87]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def88]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def89]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def90]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def91]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def92]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def93]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def94]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def95]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def96]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def97]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def98]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def99]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def100]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def101]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def102]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def103]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def104]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def105]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def106]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def107]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def108]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def109]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def110]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def111]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def112]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def113]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def114]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def115]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def116]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def117]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def118]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def119]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def120]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def121]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def122]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def123]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def124]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def125]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def126]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def127]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def128]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def129]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def130]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def131]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def132]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def133]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def134]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def135]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def136]
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/bindings/vala/tmp-introspect_7z5m1tn/IBusEmojiDialog-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def137]
ibus-1.5.33-rc2/bus/dbusimpl.c:450:14: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘owner’
ibus-1.5.33-rc2/bus/dbusimpl.c:1744:1: enter_function: entry to ‘bus_dbus_impl_connection_destroy_cb’
ibus-1.5.33-rc2/bus/dbusimpl.c:1786:12: branch_true: following ‘true’ branch (when ‘names’ is non-NULL)...
ibus-1.5.33-rc2/bus/dbusimpl.c:1787:22: branch_true: ...to here
ibus-1.5.33-rc2/bus/dbusimpl.c:1791:37: call_function: calling ‘bus_name_service_find_owner’ from ‘bus_dbus_impl_connection_destroy_cb’
ibus-1.5.33-rc2/bus/dbusimpl.c:1791:37: return_function: returning to ‘bus_dbus_impl_connection_destroy_cb’ from ‘bus_name_service_find_owner’
ibus-1.5.33-rc2/bus/dbusimpl.c:1794:9: call_function: calling ‘bus_name_service_remove_owner’ from ‘bus_dbus_impl_connection_destroy_cb’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def138]
ibus-1.5.33-rc2/bus/dbusimpl.c:453:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘owners’
ibus-1.5.33-rc2/bus/dbusimpl.c:439:1: enter_function: entry to ‘bus_name_service_remove_owner’
ibus-1.5.33-rc2/bus/dbusimpl.c:450:14: call_function: inlined call to ‘bus_name_service_find_owner_link’ from ‘bus_name_service_remove_owner’
ibus-1.5.33-rc2/bus/dbusimpl.c:453:9: branch_false: ...to here
ibus-1.5.33-rc2/bus/dbusimpl.c:453:9: danger: dereference of NULL ‘owners’
Error: GCC_ANALYZER_WARNING (CWE-835): [#def139]
ibus-1.5.33-rc2/bus/engineproxy.c:818:9: warning[-Wanalyzer-infinite-loop]: infinite loop
ibus-1.5.33-rc2/bus/engineproxy.c:780:1: enter_function: entry to ‘bus_engine_proxy_new_internal’
ibus-1.5.33-rc2/bus/engineproxy.c:818:9: danger: infinite loop here
Error: GCC_ANALYZER_WARNING (CWE-688): [#def140]
ibus-1.5.33-rc2/bus/inputcontext.c:2912:22: warning[-Wanalyzer-null-argument]: use of NULL ‘client’ where non-null expected
ibus-1.5.33-rc2/bus/inputcontext.c:2884:1: enter_function: entry to ‘bus_input_context_new’
ibus-1.5.33-rc2/bus/inputcontext.c:2912:22: danger: argument 1 (‘client’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-404): [#def141]
ibus-1.5.33-rc2/bus/marshalers.c:470:12: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ibus-1.5.33-rc2/bus/marshalers.c:467:3: acquire_resource: ‘va_copy’ called here
ibus-1.5.33-rc2/bus/marshalers.c:469:6: branch_true: following ‘true’ branch (when ‘arg0’ is non-NULL)...
ibus-1.5.33-rc2/bus/marshalers.c:470:12: branch_true: ...to here
ibus-1.5.33-rc2/bus/marshalers.c:470:12: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(1)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def142]
ibus-1.5.33-rc2/bus/marshalers.c:555:12: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ibus-1.5.33-rc2/bus/marshalers.c:552:3: acquire_resource: ‘va_copy’ called here
ibus-1.5.33-rc2/bus/marshalers.c:554:6: branch_true: following ‘true’ branch (when ‘arg0’ is non-NULL)...
ibus-1.5.33-rc2/bus/marshalers.c:555:12: branch_true: ...to here
ibus-1.5.33-rc2/bus/marshalers.c:555:12: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(1)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def143]
ibus-1.5.33-rc2/bus/marshalers.c:648:12: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ibus-1.5.33-rc2/bus/marshalers.c:645:3: acquire_resource: ‘va_copy’ called here
ibus-1.5.33-rc2/bus/marshalers.c:647:6: branch_true: following ‘true’ branch (when ‘arg0’ is non-NULL)...
ibus-1.5.33-rc2/bus/marshalers.c:648:12: branch_true: ...to here
ibus-1.5.33-rc2/bus/marshalers.c:648:12: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(1)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def144]
ibus-1.5.33-rc2/bus/marshalers.c:743:12: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ibus-1.5.33-rc2/bus/marshalers.c:740:3: acquire_resource: ‘va_copy’ called here
ibus-1.5.33-rc2/bus/marshalers.c:742:6: branch_true: following ‘true’ branch (when ‘arg0’ is non-NULL)...
ibus-1.5.33-rc2/bus/marshalers.c:743:12: branch_true: ...to here
ibus-1.5.33-rc2/bus/marshalers.c:743:12: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(1)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def145]
ibus-1.5.33-rc2/bus/marshalers.c:840:12: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ibus-1.5.33-rc2/bus/marshalers.c:837:3: acquire_resource: ‘va_copy’ called here
ibus-1.5.33-rc2/bus/marshalers.c:839:6: branch_true: following ‘true’ branch (when ‘arg0’ is non-NULL)...
ibus-1.5.33-rc2/bus/marshalers.c:840:12: branch_true: ...to here
ibus-1.5.33-rc2/bus/marshalers.c:840:12: danger: missing call to ‘va_end’ to match ‘va_copy’ at [(1)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/0)
Error: COMPILER_WARNING (CWE-563): [#def146]
ibus-1.5.33-rc2/client/gtk2/ibusimcontext.c: scope_hint: In function '_set_cursor_location_internal'
ibus-1.5.33-rc2/client/gtk2/ibusimcontext.c:1683:17: warning[-Wunused-variable]: unused variable 'display'
Error: COMPILER_WARNING (CWE-477): [#def147]
ibus-1.5.33-rc2/client/gtk4/ibusimcontext.c: scope_hint: In function 'ibus_im_context_set_client_widget'
ibus-1.5.33-rc2/client/gtk4/ibusimcontext.c:1636:9: warning[-Wdeprecated-declarations]: 'gtk_widget_get_style_context' is deprecated
/usr/include/gtk-4.0/gtk/gtkapplication.h:26: included_from: Included from here.
/usr/include/gtk-4.0/gtk/gtkwindow.h:32: included_from: Included from here.
/usr/include/gtk-4.0/gtk/gtkaboutdialog.h:29: included_from: Included from here.
/usr/include/gtk-4.0/gtk/gtk.h:33: included_from: Included from here.
ibus-1.5.33-rc2/client/gtk4/ibusimcontext.c:29: included_from: Included from here.
/usr/include/gtk-4.0/gtk/gtkwidget.h:713:19: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def148]
ibus-1.5.33-rc2/client/gtk4/ibusimcontext.c:1636:9: warning[-Wdeprecated-declarations]: 'gtk_widget_get_style_context' is deprecated
Error: COMPILER_WARNING (CWE-477): [#def149]
ibus-1.5.33-rc2/client/gtk4/ibusimcontext.c: scope_hint: In function '_set_cursor_location_internal'
ibus-1.5.33-rc2/client/gtk4/ibusimcontext.c:1723:9: warning[-Wdeprecated-declarations]: 'gdk_x11_display_get_xdisplay' is deprecated
/usr/include/gtk-4.0/gdk/x11/gdkx.h:39: included_from: Included from here.
ibus-1.5.33-rc2/client/gtk4/ibusimcontext.c:47: included_from: Included from here.
/usr/include/gtk-4.0/gdk/x11/gdkx11display.h:60:15: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def150]
ibus-1.5.33-rc2/client/gtk4/ibusimcontext.c:1723:9: warning[-Wdeprecated-declarations]: 'gdk_x11_display_get_xdisplay' is deprecated
Error: COMPILER_WARNING (CWE-477): [#def151]
ibus-1.5.33-rc2/client/gtk4/ibusimcontext.c:1724:32: warning[-Wdeprecated-declarations]: 'gdk_x11_surface_get_xid' is deprecated
/usr/include/gtk-4.0/gdk/x11/gdkx.h:47: included_from: Included from here.
/usr/include/gtk-4.0/gdk/x11/gdkx11surface.h:56:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def152]
ibus-1.5.33-rc2/client/gtk4/ibusimcontext.c:1724:32: warning[-Wdeprecated-declarations]: 'gdk_x11_surface_get_xid' is deprecated
Error: COMPILER_WARNING (CWE-477): [#def153]
ibus-1.5.33-rc2/client/gtk4/ibusimcontext.c:1725:32: warning[-Wdeprecated-declarations]: 'gdk_x11_display_get_xrootwindow' is deprecated
/usr/include/gtk-4.0/gdk/x11/gdkx11display.h:64:15: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def154]
ibus-1.5.33-rc2/client/gtk4/ibusimcontext.c:1725:32: warning[-Wdeprecated-declarations]: 'gdk_x11_display_get_xrootwindow' is deprecated
Error: GCC_ANALYZER_WARNING (CWE-404): [#def155]
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:179:1: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2496:1: enter_function: entry to 'ibus_wayland_im_new'
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2503:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2504:14: call_function: calling 'ibus_wayland_im_get_type' from 'ibus_wayland_im_new'
Error: GCC_ANALYZER_WARNING (CWE-404): [#def156]
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:179:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2496:1: enter_function: entry to ‘ibus_wayland_im_new’
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2503:5: acquire_resource: ‘va_start’ called here
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2504:14: call_function: calling ‘ibus_wayland_im_get_type’ from ‘ibus_wayland_im_new’
Error: COMPILER_WARNING (CWE-1164): [#def157]
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2287:1: warning[-Wunused-function]: 'ibus_wayland_im_open_log' defined but not used
Error: COMPILER_WARNING (CWE-1164): [#def158]
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2287:1: warning[-Wunused-function]: ‘ibus_wayland_im_open_log’ defined but not used
Error: GCC_ANALYZER_WARNING (CWE-404): [#def159]
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2504:14: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2503:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2504:14: danger: missing call to 'va_end' to match 'va_start' at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def160]
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2504:14: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2503:5: acquire_resource: ‘va_start’ called here
ibus-1.5.33-rc2/client/wayland/ibuswaylandim.c:2504:14: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def161]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def162]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def163]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def164]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def165]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def166]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def167]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def168]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def169]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def170]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def171]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def172]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def173]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def174]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def175]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def176]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def177]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def178]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def179]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def180]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def181]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def182]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def183]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def184]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def185]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def186]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def187]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def188]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def189]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def190]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def191]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def192]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def193]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def194]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def195]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def196]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def197]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def198]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def199]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def200]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def201]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def202]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def203]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def204]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def205]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def206]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def207]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def208]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def209]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def210]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def211]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def212]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def213]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def214]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def215]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def216]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def217]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def218]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def219]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def220]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def221]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def222]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def223]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def224]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def225]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def226]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def227]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def228]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def229]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def230]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def231]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def232]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def233]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def234]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def235]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def236]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def237]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def238]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def239]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def240]
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/client/wayland/tmp-introspectgmdh2jpw/IBusWaylandIM-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def241]
ibus-1.5.33-rc2/conf/dconf/config.c:120:22: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘p’
ibus-1.5.33-rc2/conf/dconf/config.c:117:1: enter_function: entry to ‘_from_gsettings_name’
ibus-1.5.33-rc2/conf/dconf/config.c:120:22: danger: dereference of NULL ‘p’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def242]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:541:16: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(interfaces_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:508:13: enter_function: entry to 'output_object_interfaces'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:513:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:514:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:518:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def243]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:541:16: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(interfaces_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:508:13: enter_function: entry to 'output_object_interfaces'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:513:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:514:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:518:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def244]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:544:5: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(interfaces_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:508:13: enter_function: entry to 'output_object_interfaces'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:513:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:514:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:518:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def245]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:544:5: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(interfaces_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:508:13: enter_function: entry to 'output_object_interfaces'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:513:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:514:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:518:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def246]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:546:9: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(interfaces_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:508:13: enter_function: entry to 'output_object_interfaces'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:513:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:514:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:518:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def247]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:546:9: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(interfaces_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:508:13: enter_function: entry to 'output_object_interfaces'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:513:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:514:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:518:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def248]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:549:3: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(interfaces_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:508:13: enter_function: entry to 'output_object_interfaces'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:513:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:514:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:518:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def249]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:549:3: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(interfaces_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:508:13: enter_function: entry to 'output_object_interfaces'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:513:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:514:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:518:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def250]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:551:14: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(interfaces_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:508:13: enter_function: entry to 'output_object_interfaces'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:513:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:514:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:518:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def251]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:551:14: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(interfaces_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:508:13: enter_function: entry to 'output_object_interfaces'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:513:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:514:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:518:3: call_function: inlined call to 'output_interfaces' from 'output_object_interfaces'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def252]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:584:19: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(prerequisites_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:559:13: enter_function: entry to 'output_interface_prerequisites'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:563:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:564:6: branch_false: following 'false' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def253]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:584:19: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(prerequisites_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:559:13: enter_function: entry to 'output_interface_prerequisites'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:563:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:564:6: branch_false: following 'false' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def254]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:587:5: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(prerequisites_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:559:13: enter_function: entry to 'output_interface_prerequisites'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:563:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:564:6: branch_false: following 'false' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def255]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:587:5: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(prerequisites_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:559:13: enter_function: entry to 'output_interface_prerequisites'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:563:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:564:6: branch_false: following 'false' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def256]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:589:9: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(prerequisites_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:559:13: enter_function: entry to 'output_interface_prerequisites'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:563:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:564:6: branch_false: following 'false' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def257]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:589:9: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(prerequisites_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:559:13: enter_function: entry to 'output_interface_prerequisites'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:563:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:564:6: branch_false: following 'false' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def258]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:592:3: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(prerequisites_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:559:13: enter_function: entry to 'output_interface_prerequisites'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:563:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:564:6: branch_false: following 'false' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def259]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:592:3: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(prerequisites_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:559:13: enter_function: entry to 'output_interface_prerequisites'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:563:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:564:6: branch_false: following 'false' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def260]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:594:14: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(prerequisites_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:559:13: enter_function: entry to 'output_interface_prerequisites'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:563:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:564:6: branch_false: following 'false' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def261]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:594:14: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(prerequisites_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:559:13: enter_function: entry to 'output_interface_prerequisites'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:563:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:564:6: branch_false: following 'false' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def262]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:599:3: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(prerequisites_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:559:13: enter_function: entry to 'output_interface_prerequisites'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:563:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:564:6: branch_false: following 'false' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def263]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:599:3: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(prerequisites_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:559:13: enter_function: entry to 'output_interface_prerequisites'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:563:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:564:6: branch_false: following 'false' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:568:3: call_function: calling 'output_prerequisites' from 'output_interface_prerequisites'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def264]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:627:8: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(actions_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:604:1: enter_function: entry to 'output_actions'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:609:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:610:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:615:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:616:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:616:5: call_function: calling 'output_object_actions' from 'output_actions'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def265]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:627:8: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(actions_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:604:1: enter_function: entry to 'output_actions'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:609:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:610:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:615:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:616:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:616:5: call_function: calling 'output_object_actions' from 'output_actions'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def266]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:630:11: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(actions_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:604:1: enter_function: entry to 'output_actions'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:609:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:610:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:615:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:616:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:616:5: call_function: calling 'output_object_actions' from 'output_actions'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def267]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:630:11: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(actions_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:604:1: enter_function: entry to 'output_actions'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:609:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:610:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:615:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:616:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:616:5: call_function: calling 'output_object_actions' from 'output_actions'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def268]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1173:7: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def269]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1173:7: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def270]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1174:13: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def271]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1174:13: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def272]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1178:18: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def273]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1178:18: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def274]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1181:12: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def275]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1181:12: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def276]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1182:13: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def277]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1182:13: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def278]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1187:18: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def279]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1187:18: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def280]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1193:23: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def281]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1193:23: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def282]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1200:7: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_resource: opened here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def283]
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:1200:7: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(args_filename, "w")'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:669:1: enter_function: entry to 'output_args'
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:674:8: acquire_memory: allocated here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:675:6: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:680:15: branch_true: following 'true' branch...
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: branch_true: ...to here
ibus-1.5.33-rc2/docs/reference/ibus/ibus-scan.c:681:5: call_function: calling 'output_object_args' from 'output_args'
Error: COMPILER_WARNING (CWE-704): [#def284]
ibus-1.5.33-rc2/engine/main.c:153:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: GCC_ANALYZER_WARNING (CWE-476): [#def285]
ibus-1.5.33-rc2/src/emoji-parser.c:188:20: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘p’
ibus-1.5.33-rc2/src/emoji-parser.c:172:1: enter_function: entry to ‘strcmp_novariant’
ibus-1.5.33-rc2/src/emoji-parser.c:184:8: branch_true: following ‘true’ branch (when ‘a_variant != 0’)...
ibus-1.5.33-rc2/src/emoji-parser.c:185:13: branch_true: ...to here
ibus-1.5.33-rc2/src/emoji-parser.c:185:12: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/emoji-parser.c:186:20: branch_true: ...to here
ibus-1.5.33-rc2/src/emoji-parser.c:188:20: danger: dereference of NULL ‘p’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def286]
ibus-1.5.33-rc2/src/emoji-parser.c:211:20: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘p’
ibus-1.5.33-rc2/src/emoji-parser.c:172:1: enter_function: entry to ‘strcmp_novariant’
ibus-1.5.33-rc2/src/emoji-parser.c:184:8: branch_false: following ‘false’ branch (when ‘a_variant == 0’)...
ibus-1.5.33-rc2/src/emoji-parser.c:207:15: branch_false: ...to here
ibus-1.5.33-rc2/src/emoji-parser.c:207:15: branch_true: following ‘true’ branch (when ‘b_variant != 0’)...
ibus-1.5.33-rc2/src/emoji-parser.c:208:13: branch_true: ...to here
ibus-1.5.33-rc2/src/emoji-parser.c:208:12: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/emoji-parser.c:209:20: branch_true: ...to here
ibus-1.5.33-rc2/src/emoji-parser.c:211:20: danger: dereference of NULL ‘p’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def287]
ibus-1.5.33-rc2/src/ibuscomponent.c:94:1: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibuscomponent.c:728:1: enter_function: entry to 'ibus_component_new_varargs'
ibus-1.5.33-rc2/src/ibuscomponent.c:736:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibuscomponent.c:737:35: call_function: calling 'ibus_component_get_type' from 'ibus_component_new_varargs'
Error: COMPILER_WARNING (CWE-563): [#def288]
ibus-1.5.33-rc2/src/ibuscomponent.c: scope_hint: In function 'ibus_component_new_varargs'
ibus-1.5.33-rc2/src/ibuscomponent.c:732:27: warning[-Wunused-but-set-variable]: variable 'priv' set but not used
Error: GCC_ANALYZER_WARNING (CWE-404): [#def289]
ibus-1.5.33-rc2/src/ibuscomponent.c:737:35: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibuscomponent.c:736:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibuscomponent.c:737:35: danger: missing call to 'va_end' to match 'va_start' at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def290]
ibus-1.5.33-rc2/src/ibuscomposetable.c:272:21: warning[-Wanalyzer-malloc-leak]: leak of 'out'
ibus-1.5.33-rc2/src/ibuscomposetable.c:261:17: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibuscomposetable.c:265:35: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:268:21: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:271:20: branch_true: following 'true' branch (when 'home' is NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:272:21: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:272:21: danger: 'out' leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def291]
ibus-1.5.33-rc2/src/ibuscomposetable.c:272:21: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
ibus-1.5.33-rc2/src/ibuscomposetable.c:261:17: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibuscomposetable.c:265:35: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:268:21: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:271:20: branch_true: following ‘true’ branch (when ‘home’ is NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:272:21: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:272:21: danger: ‘out’ leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def292]
ibus-1.5.33-rc2/src/ibuscomposetable.c:279:26: warning[-Wanalyzer-malloc-leak]: leak of 'out'
ibus-1.5.33-rc2/src/ibuscomposetable.c:261:17: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibuscomposetable.c:265:35: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:268:21: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:271:20: branch_false: following 'false' branch (when 'home' is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:279:43: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:279:26: danger: 'out' leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def293]
ibus-1.5.33-rc2/src/ibuscomposetable.c:279:26: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
ibus-1.5.33-rc2/src/ibuscomposetable.c:333:1: enter_function: entry to ‘parse_compose_line’
ibus-1.5.33-rc2/src/ibuscomposetable.c:348:8: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:367:20: call_function: calling ‘expand_include_path’ from ‘parse_compose_line’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def294]
ibus-1.5.33-rc2/src/ibuscomposetable.c:280:23: warning[-Wanalyzer-malloc-leak]: leak of 'out'
ibus-1.5.33-rc2/src/ibuscomposetable.c:261:17: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibuscomposetable.c:265:35: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:268:21: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:271:20: branch_false: following 'false' branch (when 'home' is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:279:43: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:280:23: danger: 'out' leaks here; was allocated at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def295]
ibus-1.5.33-rc2/src/ibuscomposetable.c:280:23: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
ibus-1.5.33-rc2/src/ibuscomposetable.c:333:1: enter_function: entry to ‘parse_compose_line’
ibus-1.5.33-rc2/src/ibuscomposetable.c:348:8: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:367:20: call_function: calling ‘expand_include_path’ from ‘parse_compose_line’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def296]
ibus-1.5.33-rc2/src/ibuscomposetable.c:287:17: warning[-Wanalyzer-malloc-leak]: leak of 'out'
ibus-1.5.33-rc2/src/ibuscomposetable.c:261:17: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibuscomposetable.c:265:35: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:268:21: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:287:17: danger: 'out' leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def297]
ibus-1.5.33-rc2/src/ibuscomposetable.c:287:17: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
ibus-1.5.33-rc2/src/ibuscomposetable.c:333:1: enter_function: entry to ‘parse_compose_line’
ibus-1.5.33-rc2/src/ibuscomposetable.c:348:8: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:367:20: call_function: calling ‘expand_include_path’ from ‘parse_compose_line’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def298]
ibus-1.5.33-rc2/src/ibuscomposetable.c:299:26: warning[-Wanalyzer-malloc-leak]: leak of 'out'
ibus-1.5.33-rc2/src/ibuscomposetable.c:261:17: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibuscomposetable.c:265:35: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:268:21: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:299:26: danger: 'out' leaks here; was allocated at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def299]
ibus-1.5.33-rc2/src/ibuscomposetable.c:299:26: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
ibus-1.5.33-rc2/src/ibuscomposetable.c:333:1: enter_function: entry to ‘parse_compose_line’
ibus-1.5.33-rc2/src/ibuscomposetable.c:348:8: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:367:20: call_function: calling ‘expand_include_path’ from ‘parse_compose_line’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def300]
ibus-1.5.33-rc2/src/ibuscomposetable.c:300:23: warning[-Wanalyzer-malloc-leak]: leak of 'out'
ibus-1.5.33-rc2/src/ibuscomposetable.c:261:17: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibuscomposetable.c:265:35: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:268:21: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:300:23: danger: 'out' leaks here; was allocated at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def301]
ibus-1.5.33-rc2/src/ibuscomposetable.c:300:23: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
ibus-1.5.33-rc2/src/ibuscomposetable.c:333:1: enter_function: entry to ‘parse_compose_line’
ibus-1.5.33-rc2/src/ibuscomposetable.c:348:8: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:367:20: call_function: calling ‘expand_include_path’ from ‘parse_compose_line’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def302]
ibus-1.5.33-rc2/src/ibuscomposetable.c:307:26: warning[-Wanalyzer-malloc-leak]: leak of 'out'
ibus-1.5.33-rc2/src/ibuscomposetable.c:261:17: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibuscomposetable.c:265:35: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:268:21: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:307:26: danger: 'out' leaks here; was allocated at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def303]
ibus-1.5.33-rc2/src/ibuscomposetable.c:307:26: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
ibus-1.5.33-rc2/src/ibuscomposetable.c:333:1: enter_function: entry to ‘parse_compose_line’
ibus-1.5.33-rc2/src/ibuscomposetable.c:348:8: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:367:20: call_function: calling ‘expand_include_path’ from ‘parse_compose_line’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def304]
ibus-1.5.33-rc2/src/ibuscomposetable.c:308:23: warning[-Wanalyzer-malloc-leak]: leak of 'out'
ibus-1.5.33-rc2/src/ibuscomposetable.c:261:17: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibuscomposetable.c:265:35: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:267:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:268:21: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:308:23: danger: 'out' leaks here; was allocated at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def305]
ibus-1.5.33-rc2/src/ibuscomposetable.c:308:23: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
ibus-1.5.33-rc2/src/ibuscomposetable.c:333:1: enter_function: entry to ‘parse_compose_line’
ibus-1.5.33-rc2/src/ibuscomposetable.c:348:8: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:367:20: call_function: calling ‘expand_include_path’ from ‘parse_compose_line’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def306]
ibus-1.5.33-rc2/src/ibuscomposetable.c:314:17: warning[-Wanalyzer-malloc-leak]: leak of 'out'
ibus-1.5.33-rc2/src/ibuscomposetable.c:333:1: enter_function: entry to 'parse_compose_line'
ibus-1.5.33-rc2/src/ibuscomposetable.c:348:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:367:20: call_function: calling 'expand_include_path' from 'parse_compose_line'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def307]
ibus-1.5.33-rc2/src/ibuscomposetable.c:314:17: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
ibus-1.5.33-rc2/src/ibuscomposetable.c:333:1: enter_function: entry to ‘parse_compose_line’
ibus-1.5.33-rc2/src/ibuscomposetable.c:348:8: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:367:20: call_function: calling ‘expand_include_path’ from ‘parse_compose_line’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def308]
ibus-1.5.33-rc2/src/ibuscomposetable.c:323:11: warning[-Wanalyzer-malloc-leak]: leak of 'out'
ibus-1.5.33-rc2/src/ibuscomposetable.c:333:1: enter_function: entry to 'parse_compose_line'
ibus-1.5.33-rc2/src/ibuscomposetable.c:348:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:367:20: call_function: calling 'expand_include_path' from 'parse_compose_line'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def309]
ibus-1.5.33-rc2/src/ibuscomposetable.c:323:11: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
ibus-1.5.33-rc2/src/ibuscomposetable.c:333:1: enter_function: entry to ‘parse_compose_line’
ibus-1.5.33-rc2/src/ibuscomposetable.c:348:8: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:367:20: call_function: calling ‘expand_include_path’ from ‘parse_compose_line’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def310]
ibus-1.5.33-rc2/src/ibuscomposetable.c:327:5: warning[-Wanalyzer-malloc-leak]: leak of 'out'
ibus-1.5.33-rc2/src/ibuscomposetable.c:333:1: enter_function: entry to 'parse_compose_line'
ibus-1.5.33-rc2/src/ibuscomposetable.c:348:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:367:20: call_function: calling 'expand_include_path' from 'parse_compose_line'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def311]
ibus-1.5.33-rc2/src/ibuscomposetable.c:327:5: warning[-Wanalyzer-malloc-leak]: leak of ‘out’
ibus-1.5.33-rc2/src/ibuscomposetable.c:333:1: enter_function: entry to ‘parse_compose_line’
ibus-1.5.33-rc2/src/ibuscomposetable.c:348:8: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:351:9: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:367:20: call_function: calling ‘expand_include_path’ from ‘parse_compose_line’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def312]
ibus-1.5.33-rc2/src/ibuscomposetable.c:1525:25: warning[-Wanalyzer-null-dereference]: dereference of NULL 'ibus_compose_seqs_32bit_first'
ibus-1.5.33-rc2/src/ibuscomposetable.c:1406:5: branch_true: following 'true' branch (when 'compose_list' is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1408:20: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1412:31: branch_true: following 'true' branch (when 'list' is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1413:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1421:8: branch_true: following 'true' branch (when 's_size_16bit != 0')...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1422:13: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1422:13: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1429:29: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1430:13: branch_false: following 'false' branch (when '__p' is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1435:8: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1435:8: branch_false: following 'false' branch (when 's_size_16bit >= s_size_total')...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1500:8: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1500:8: branch_true: following 'true' branch (when 's_size_16bit != 0')...
branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1509:31: branch_true: following 'true' branch (when 'list' is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1511:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1513:20: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1514:17: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1519:21: branch_true: following 'true' branch (when 'i < max_compose_len')...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1520:17: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1520:16: branch_true: following 'true' branch...
branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1521:29: branch_true: following 'true' branch (when 'j < max_compose_len')...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1522:24: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1522:24: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1528:43: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1521:29: branch_true: following 'true' branch (when 'j < max_compose_len')...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1522:24: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1525:54: release_memory: 'ibus_compose_seqs_32bit_first' is NULL
ibus-1.5.33-rc2/src/ibuscomposetable.c:1525:25: danger: dereference of NULL 'ibus_compose_seqs_32bit_first + (long unsigned int)m * 2'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def313]
ibus-1.5.33-rc2/src/ibuscomposetable.c:1525:25: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ibus_compose_seqs_32bit_first’
ibus-1.5.33-rc2/src/ibuscomposetable.c:1406:5: branch_true: following ‘true’ branch (when ‘compose_list’ is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1408:20: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1412:31: branch_true: following ‘true’ branch (when ‘list’ is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1413:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1421:8: branch_true: following ‘true’ branch (when ‘s_size_16bit != 0’)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1422:13: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1422:13: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1429:29: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1430:13: branch_false: following ‘false’ branch (when ‘__p’ is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1435:8: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1435:8: branch_false: following ‘false’ branch (when ‘s_size_16bit >= s_size_total’)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1500:8: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1500:8: branch_true: following ‘true’ branch (when ‘s_size_16bit != 0’)...
branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1509:31: branch_true: following ‘true’ branch (when ‘list’ is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1511:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1513:20: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1514:17: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1519:21: branch_true: following ‘true’ branch (when ‘i < max_compose_len’)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1520:17: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1520:16: branch_true: following ‘true’ branch...
branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1521:29: branch_true: following ‘true’ branch (when ‘j < max_compose_len’)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1522:24: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1522:24: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1528:43: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1521:29: branch_true: following ‘true’ branch (when ‘j < max_compose_len’)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1522:24: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1525:54: release_memory: ‘ibus_compose_seqs_32bit_first’ is NULL
ibus-1.5.33-rc2/src/ibuscomposetable.c:1525:25: danger: dereference of NULL ‘ibus_compose_seqs_32bit_first + (long unsigned int)m * 2’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def314]
ibus-1.5.33-rc2/src/ibuscomposetable.c:1535:17: warning[-Wanalyzer-null-dereference]: dereference of NULL 'ibus_compose_seqs_32bit_first'
ibus-1.5.33-rc2/src/ibuscomposetable.c:1406:5: branch_true: following 'true' branch (when 'compose_list' is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1408:20: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1412:31: branch_true: following 'true' branch (when 'list' is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1413:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1421:8: branch_true: following 'true' branch (when 's_size_16bit != 0')...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1422:13: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1422:13: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1429:29: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1430:13: branch_false: following 'false' branch (when '__p' is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1435:8: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1435:8: branch_false: following 'false' branch (when 's_size_16bit >= s_size_total')...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1500:8: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1500:8: branch_true: following 'true' branch (when 's_size_16bit != 0')...
branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1509:31: branch_true: following 'true' branch (when 'list' is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1511:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1513:20: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1514:17: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1519:21: branch_true: following 'true' branch (when 'i < max_compose_len')...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1520:17: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1520:16: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1533:16: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1533:16: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1539:35: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1519:21: branch_true: following 'true' branch (when 'i < max_compose_len')...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1520:17: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1520:16: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1533:16: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1535:46: release_memory: 'ibus_compose_seqs_32bit_first' is NULL
ibus-1.5.33-rc2/src/ibuscomposetable.c:1535:17: danger: dereference of NULL 'ibus_compose_seqs_32bit_first + (long unsigned int)m * 2'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def315]
ibus-1.5.33-rc2/src/ibuscomposetable.c:1535:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘ibus_compose_seqs_32bit_first’
ibus-1.5.33-rc2/src/ibuscomposetable.c:1406:5: branch_true: following ‘true’ branch (when ‘compose_list’ is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1408:20: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1412:31: branch_true: following ‘true’ branch (when ‘list’ is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1413:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1421:8: branch_true: following ‘true’ branch (when ‘s_size_16bit != 0’)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1422:13: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1422:13: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1429:29: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1430:13: branch_false: following ‘false’ branch (when ‘__p’ is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1435:8: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1435:8: branch_false: following ‘false’ branch (when ‘s_size_16bit >= s_size_total’)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1500:8: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1500:8: branch_true: following ‘true’ branch (when ‘s_size_16bit != 0’)...
branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1509:31: branch_true: following ‘true’ branch (when ‘list’ is non-NULL)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1511:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1513:20: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1514:17: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1519:21: branch_true: following ‘true’ branch (when ‘i < max_compose_len’)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1520:17: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1520:16: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1533:16: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1533:16: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1539:35: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1519:21: branch_true: following ‘true’ branch (when ‘i < max_compose_len’)...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1520:17: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1520:16: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/ibuscomposetable.c:1533:16: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuscomposetable.c:1535:46: release_memory: ‘ibus_compose_seqs_32bit_first’ is NULL
ibus-1.5.33-rc2/src/ibuscomposetable.c:1535:17: danger: dereference of NULL ‘ibus_compose_seqs_32bit_first + (long unsigned int)m * 2’
Error: COMPILER_WARNING: [#def316]
ibus-1.5.33-rc2/src/ibuscomposetable.c: scope_hint: In function 'ibus_compose_table_list_add_array'
ibus-1.5.33-rc2/src/ibuscomposetable.c:1760:25: warning[-Walloc-size-larger-than=]: argument 1 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807
/usr/include/glib-2.0/glib/gmem.h:102:10: note: in a call to allocation function 'g_malloc0_n' declared here
Error: COMPILER_WARNING: [#def317]
ibus-1.5.33-rc2/src/ibuscomposetable.c:1760:25: warning[-Walloc-size-larger-than=]: argument 1 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807
Error: GCC_ANALYZER_WARNING (CWE-404): [#def318]
ibus-1.5.33-rc2/src/ibusemoji.c:69:1: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusemoji.c:302:1: enter_function: entry to 'ibus_emoji_data_new'
ibus-1.5.33-rc2/src/ibusemoji.c:308:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusemoji.c:309:31: call_function: calling 'ibus_emoji_data_get_type' from 'ibus_emoji_data_new'
Error: GCC_ANALYZER_WARNING (CWE-404): [#def319]
ibus-1.5.33-rc2/src/ibusemoji.c:309:31: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusemoji.c:308:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusemoji.c:309:31: danger: missing call to 'va_end' to match 'va_start' at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def320]
ibus-1.5.33-rc2/src/ibusenginedesc.c:98:1: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusenginedesc.c:799:1: enter_function: entry to 'ibus_engine_desc_new_varargs'
ibus-1.5.33-rc2/src/ibusenginedesc.c:806:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusenginedesc.c:807:31: call_function: calling 'ibus_engine_desc_get_type' from 'ibus_engine_desc_new_varargs'
Error: GCC_ANALYZER_WARNING (CWE-404): [#def321]
ibus-1.5.33-rc2/src/ibusenginedesc.c:807:31: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusenginedesc.c:806:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusenginedesc.c:807:31: danger: missing call to 'va_end' to match 'va_start' at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: CPPCHECK_WARNING (CWE-476): [#def322]
ibus-1.5.33-rc2/src/ibushotkey.c:436: warning[nullPointer]: Possible null pointer dereference: p2
Error: GCC_ANALYZER_WARNING (CWE-476): [#def323]
ibus-1.5.33-rc2/src/ibushotkey.c:436:19: warning[-Wanalyzer-null-dereference]: dereference of NULL 'p2'
ibus-1.5.33-rc2/src/ibushotkey.c:423:8: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/src/ibushotkey.c:428:18: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibushotkey.c:436:19: branch_false: ...to here
ibus-1.5.33-rc2/src/ibushotkey.c:436:19: danger: dereference of NULL 'p2'
Error: CPPCHECK_WARNING (CWE-476): [#def324]
ibus-1.5.33-rc2/src/ibushotkey.c:437: warning[nullPointer]: Possible null pointer dereference: p2
Error: GCC_ANALYZER_WARNING (CWE-775): [#def325]
ibus-1.5.33-rc2/src/ibuskeymap.c:138:14: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(fname, "r")'
ibus-1.5.33-rc2/src/ibuskeymap.c:247:1: enter_function: entry to 'ibus_keymap_get'
ibus-1.5.33-rc2/src/ibuskeymap.c:262:8: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuskeymap.c:263:18: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:266:13: call_function: calling 'ibus_keymap_load' from 'ibus_keymap_get'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def326]
ibus-1.5.33-rc2/src/ibuskeymap.c:138:14: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(fname, "r")'
ibus-1.5.33-rc2/src/ibuskeymap.c:247:1: enter_function: entry to 'ibus_keymap_get'
ibus-1.5.33-rc2/src/ibuskeymap.c:262:8: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuskeymap.c:263:18: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:266:13: call_function: calling 'ibus_keymap_load' from 'ibus_keymap_get'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def327]
ibus-1.5.33-rc2/src/ibuskeymap.c:150:51: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(fname, "r")'
ibus-1.5.33-rc2/src/ibuskeymap.c:247:1: enter_function: entry to 'ibus_keymap_get'
ibus-1.5.33-rc2/src/ibuskeymap.c:262:8: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuskeymap.c:263:18: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:266:13: call_function: calling 'ibus_keymap_load' from 'ibus_keymap_get'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def328]
ibus-1.5.33-rc2/src/ibuskeymap.c:150:51: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(fname, "r")'
ibus-1.5.33-rc2/src/ibuskeymap.c:247:1: enter_function: entry to 'ibus_keymap_get'
ibus-1.5.33-rc2/src/ibuskeymap.c:262:8: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuskeymap.c:263:18: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:266:13: call_function: calling 'ibus_keymap_load' from 'ibus_keymap_get'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def329]
ibus-1.5.33-rc2/src/ibuskeymap.c:171:19: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(fname, "r")'
ibus-1.5.33-rc2/src/ibuskeymap.c:161:1: enter_function: entry to 'ibus_keymap_load'
ibus-1.5.33-rc2/src/ibuskeymap.c:176:8: branch_false: following 'false' branch (when 'fname' is non-NULL)...
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: acquire_resource: opened here
ibus-1.5.33-rc2/src/ibuskeymap.c:182:8: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:187:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuskeymap.c:188:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:189:14: call_function: calling 'ibus_keymap_parse_line' from 'ibus_keymap_load'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def330]
ibus-1.5.33-rc2/src/ibuskeymap.c:171:19: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(fname, "r")'
ibus-1.5.33-rc2/src/ibuskeymap.c:161:1: enter_function: entry to 'ibus_keymap_load'
ibus-1.5.33-rc2/src/ibuskeymap.c:176:8: branch_false: following 'false' branch (when 'fname' is non-NULL)...
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibuskeymap.c:182:8: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:187:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuskeymap.c:188:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:189:14: call_function: calling 'ibus_keymap_parse_line' from 'ibus_keymap_load'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def331]
ibus-1.5.33-rc2/src/ibuskeymap.c:172:17: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(fname, "r")'
ibus-1.5.33-rc2/src/ibuskeymap.c:161:1: enter_function: entry to 'ibus_keymap_load'
ibus-1.5.33-rc2/src/ibuskeymap.c:176:8: branch_false: following 'false' branch (when 'fname' is non-NULL)...
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: acquire_resource: opened here
ibus-1.5.33-rc2/src/ibuskeymap.c:182:8: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:187:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuskeymap.c:188:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:189:14: call_function: calling 'ibus_keymap_parse_line' from 'ibus_keymap_load'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def332]
ibus-1.5.33-rc2/src/ibuskeymap.c:172:17: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(fname, "r")'
ibus-1.5.33-rc2/src/ibuskeymap.c:161:1: enter_function: entry to 'ibus_keymap_load'
ibus-1.5.33-rc2/src/ibuskeymap.c:176:8: branch_false: following 'false' branch (when 'fname' is non-NULL)...
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibuskeymap.c:182:8: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:187:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuskeymap.c:188:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:189:14: call_function: calling 'ibus_keymap_parse_line' from 'ibus_keymap_load'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def333]
ibus-1.5.33-rc2/src/ibuskeymap.c:174:17: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(fname, "r")'
ibus-1.5.33-rc2/src/ibuskeymap.c:161:1: enter_function: entry to 'ibus_keymap_load'
ibus-1.5.33-rc2/src/ibuskeymap.c:176:8: branch_false: following 'false' branch (when 'fname' is non-NULL)...
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: acquire_resource: opened here
ibus-1.5.33-rc2/src/ibuskeymap.c:182:8: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:187:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuskeymap.c:188:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:189:14: call_function: calling 'ibus_keymap_parse_line' from 'ibus_keymap_load'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def334]
ibus-1.5.33-rc2/src/ibuskeymap.c:174:17: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(fname, "r")'
ibus-1.5.33-rc2/src/ibuskeymap.c:161:1: enter_function: entry to 'ibus_keymap_load'
ibus-1.5.33-rc2/src/ibuskeymap.c:176:8: branch_false: following 'false' branch (when 'fname' is non-NULL)...
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibuskeymap.c:182:8: branch_false: following 'false' branch...
branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:187:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuskeymap.c:188:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:189:14: call_function: calling 'ibus_keymap_parse_line' from 'ibus_keymap_load'
Error: GCC_ANALYZER_WARNING (CWE-775): [#def335]
ibus-1.5.33-rc2/src/ibuskeymap.c:180:5: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(fname, "r")'
ibus-1.5.33-rc2/src/ibuskeymap.c:176:8: branch_false: following 'false' branch (when 'fname' is non-NULL)...
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: acquire_resource: opened here
ibus-1.5.33-rc2/src/ibuskeymap.c:180:5: danger: 'fopen(fname, "r")' leaks here; was opened at [(3)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def336]
ibus-1.5.33-rc2/src/ibuskeymap.c:180:5: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(fname, "r")'
ibus-1.5.33-rc2/src/ibuskeymap.c:176:8: branch_false: following 'false' branch (when 'fname' is non-NULL)...
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuskeymap.c:179:10: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibuskeymap.c:180:5: danger: 'fopen(fname, "r")' leaks here; was allocated at [(3)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-758): [#def337]
ibus-1.5.33-rc2/src/ibuskeys.c:138: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: COMPILER_WARNING (CWE-563): [#def338]
ibus-1.5.33-rc2/src/ibusmessage.c: scope_hint: In function 'ibus_message_new'
ibus-1.5.33-rc2/src/ibusmessage.c:462:25: warning[-Wunused-but-set-variable]: variable 'priv' set but not used
Error: GCC_ANALYZER_WARNING (CWE-404): [#def339]
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusmessage.c:464:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: following 'true' branch (when 'code <= 255')...
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: following 'true' branch (when 'description' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:469:19: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:469:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:473:20: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:473:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:478:5: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:520:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusmessage.c:521:12: branch_true: following 'true' branch (when 'prop' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: danger: missing call to 'va_end' to match 'va_start' at [(13)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def340]
ibus-1.5.33-rc2/src/ibusmessage.c:523:14: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusmessage.c:464:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: following 'true' branch (when 'code <= 255')...
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: following 'true' branch (when 'description' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:469:19: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:469:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:473:20: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:473:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:478:5: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:520:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusmessage.c:521:12: branch_true: following 'true' branch (when 'prop' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:523:14: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:523:14: danger: missing call to 'va_end' to match 'va_start' at [(13)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def341]
ibus-1.5.33-rc2/src/ibusmessage.c:524:14: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusmessage.c:464:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: following 'true' branch (when 'code <= 255')...
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: following 'true' branch (when 'description' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:469:19: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:469:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:473:20: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:473:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:478:5: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:520:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusmessage.c:521:12: branch_true: following 'true' branch (when 'prop' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:523:14: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:523:14: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:524:14: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:524:14: danger: missing call to 'va_end' to match 'va_start' at [(13)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def342]
ibus-1.5.33-rc2/src/ibusmessage.c:526:13: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusmessage.c:464:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: following 'true' branch (when 'code <= 255')...
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: following 'true' branch (when 'description' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:469:19: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:469:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:473:20: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:473:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:478:5: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:520:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusmessage.c:521:12: branch_true: following 'true' branch (when 'prop' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:523:14: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:523:14: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:524:14: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:524:14: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:526:13: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:526:13: danger: missing call to 'va_end' to match 'va_start' at [(13)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def343]
ibus-1.5.33-rc2/src/ibusmessage.c:528:17: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusmessage.c:464:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: following 'true' branch (when 'code <= 255')...
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: following 'true' branch (when 'description' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:469:19: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:469:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:473:20: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:473:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:478:5: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:520:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusmessage.c:521:12: branch_true: following 'true' branch (when 'prop' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:523:14: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:523:14: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:524:14: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:524:14: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:526:13: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:527:25: branch_true: following 'true' branch (when 'n_properties > i')...
ibus-1.5.33-rc2/src/ibusmessage.c:528:39: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:528:17: danger: missing call to 'va_end' to match 'va_start' at [(13)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def344]
ibus-1.5.33-rc2/src/ibusmessage.c:529:13: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusmessage.c:464:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: following 'true' branch (when 'code <= 255')...
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: following 'true' branch (when 'description' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:469:19: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:469:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:473:20: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:473:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:478:5: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:520:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusmessage.c:521:12: branch_true: following 'true' branch (when 'prop' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:523:14: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:523:14: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:524:14: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:524:14: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:526:13: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:527:25: branch_true: following 'true' branch (when 'n_properties > i')...
ibus-1.5.33-rc2/src/ibusmessage.c:528:39: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:529:13: danger: missing call to 'va_end' to match 'va_start' at [(13)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def345]
ibus-1.5.33-rc2/src/ibusmessage.c:530:13: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusmessage.c:464:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:465:5: branch_true: following 'true' branch (when 'code <= 255')...
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:466:5: branch_true: following 'true' branch (when 'description' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:467:5: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:469:19: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:469:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:473:20: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:473:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:478:5: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:520:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusmessage.c:521:12: branch_true: following 'true' branch (when 'prop' is non-NULL)...
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:522:9: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:523:14: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:523:14: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:524:14: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:524:14: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusmessage.c:526:13: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:527:25: branch_true: following 'true' branch (when 'n_properties > i')...
ibus-1.5.33-rc2/src/ibusmessage.c:528:39: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusmessage.c:530:13: danger: missing call to 'va_end' to match 'va_start' at [(13)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/12)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def346]
ibus-1.5.33-rc2/src/ibuspanelservice.c:1787:9: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibuspanelservice.c:1774:5: branch_true: following 'true' branch (when 'first_property_name' is non-NULL)...
ibus-1.5.33-rc2/src/ibuspanelservice.c:1776:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1779:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1782:12: branch_false: following 'false' branch (when 'keys' is non-NULL)...
ibus-1.5.33-rc2/src/ibuspanelservice.c:1787:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1787:9: danger: missing call to 'va_end' to match 'va_start' at [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def347]
ibus-1.5.33-rc2/src/ibuspanelservice.c:1791:13: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibuspanelservice.c:1774:5: branch_true: following 'true' branch (when 'first_property_name' is non-NULL)...
ibus-1.5.33-rc2/src/ibuspanelservice.c:1776:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1779:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1782:12: branch_false: following 'false' branch (when 'keys' is non-NULL)...
ibus-1.5.33-rc2/src/ibuspanelservice.c:1787:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1791:13: danger: missing call to 'va_end' to match 'va_start' at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def348]
ibus-1.5.33-rc2/src/ibuspanelservice.c:1792:13: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibuspanelservice.c:1774:5: branch_true: following 'true' branch (when 'first_property_name' is non-NULL)...
ibus-1.5.33-rc2/src/ibuspanelservice.c:1776:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1779:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1782:12: branch_false: following 'false' branch (when 'keys' is non-NULL)...
ibus-1.5.33-rc2/src/ibuspanelservice.c:1787:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1792:13: danger: missing call to 'va_end' to match 'va_start' at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def349]
ibus-1.5.33-rc2/src/ibuspanelservice.c:1796:13: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibuspanelservice.c:1774:5: branch_true: following 'true' branch (when 'first_property_name' is non-NULL)...
ibus-1.5.33-rc2/src/ibuspanelservice.c:1776:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1779:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1782:12: branch_false: following 'false' branch (when 'keys' is non-NULL)...
ibus-1.5.33-rc2/src/ibuspanelservice.c:1787:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1796:13: danger: missing call to 'va_end' to match 'va_start' at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def350]
ibus-1.5.33-rc2/src/ibuspanelservice.c:1798:9: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibuspanelservice.c:1774:5: branch_true: following 'true' branch (when 'first_property_name' is non-NULL)...
ibus-1.5.33-rc2/src/ibuspanelservice.c:1776:5: branch_true: ...to here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1779:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1782:12: branch_false: following 'false' branch (when 'keys' is non-NULL)...
ibus-1.5.33-rc2/src/ibuspanelservice.c:1787:9: branch_false: ...to here
ibus-1.5.33-rc2/src/ibuspanelservice.c:1789:16: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibuspanelservice.c:1798:9: danger: missing call to 'va_end' to match 'va_start' at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def351]
ibus-1.5.33-rc2/src/ibusproperty.c:81:1: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusproperty.c:530:1: enter_function: entry to 'ibus_property_new_varargs'
ibus-1.5.33-rc2/src/ibusproperty.c:537:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusproperty.c:538:29: call_function: calling 'ibus_property_get_type' from 'ibus_property_new_varargs'
Error: GCC_ANALYZER_WARNING (CWE-404): [#def352]
ibus-1.5.33-rc2/src/ibusproperty.c:538:29: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusproperty.c:537:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusproperty.c:538:29: danger: missing call to 'va_end' to match 'va_start' at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: COMPILER_WARNING (CWE-563): [#def353]
ibus-1.5.33-rc2/src/ibusserializable.c: scope_hint: In function 'ibus_serializable_serialize_object'
ibus-1.5.33-rc2/src/ibusserializable.c:272:14: warning[-Wunused-but-set-variable]: variable 'retval' set but not used
Error: GCC_ANALYZER_WARNING (CWE-404): [#def354]
ibus-1.5.33-rc2/src/ibustext.c:209:11: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibustext.c:208:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibustext.c:209:11: danger: missing call to 'va_end' to match 'va_start' at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def355]
ibus-1.5.33-rc2/src/ibusunicode.c:105:1: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusunicode.c:319:1: enter_function: entry to 'ibus_unicode_data_new'
ibus-1.5.33-rc2/src/ibusunicode.c:325:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusunicode.c:326:35: call_function: calling 'ibus_unicode_data_get_type' from 'ibus_unicode_data_new'
Error: GCC_ANALYZER_WARNING (CWE-404): [#def356]
ibus-1.5.33-rc2/src/ibusunicode.c:108:1: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusunicode.c:869:1: enter_function: entry to 'ibus_unicode_block_new'
ibus-1.5.33-rc2/src/ibusunicode.c:875:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusunicode.c:876:34: call_function: calling 'ibus_unicode_block_get_type' from 'ibus_unicode_block_new'
Error: GCC_ANALYZER_WARNING (CWE-404): [#def357]
ibus-1.5.33-rc2/src/ibusunicode.c:326:35: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusunicode.c:325:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusunicode.c:326:35: danger: missing call to 'va_end' to match 'va_start' at [(1)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def358]
ibus-1.5.33-rc2/src/ibusunicode.c:876:34: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusunicode.c:875:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusunicode.c:876:34: danger: missing call to 'va_end' to match 'va_start' at [(1)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def359]
ibus-1.5.33-rc2/src/ibusxevent.c:129:1: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusxevent.c:383:1: enter_function: entry to 'ibus_extension_event_new'
ibus-1.5.33-rc2/src/ibusxevent.c:389:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusxevent.c:390:36: call_function: calling 'ibus_extension_event_get_type' from 'ibus_extension_event_new'
Error: GCC_ANALYZER_WARNING (CWE-404): [#def360]
ibus-1.5.33-rc2/src/ibusxevent.c:132:1: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusxevent.c:1078:1: enter_function: entry to 'ibus_x_event_new'
ibus-1.5.33-rc2/src/ibusxevent.c:1084:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusxevent.c:1085:28: call_function: calling 'ibus_x_event_get_type' from 'ibus_x_event_new'
Error: GCC_ANALYZER_WARNING (CWE-404): [#def361]
ibus-1.5.33-rc2/src/ibusxevent.c:390:36: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusxevent.c:389:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusxevent.c:390:36: danger: missing call to 'va_end' to match 'va_start' at [(1)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def362]
ibus-1.5.33-rc2/src/ibusxevent.c:1085:28: warning[-Wanalyzer-va-list-leak]: missing call to 'va_end'
ibus-1.5.33-rc2/src/ibusxevent.c:1084:5: acquire_resource: 'va_start' called here
ibus-1.5.33-rc2/src/ibusxevent.c:1085:28: danger: missing call to 'va_end' to match 'va_start' at [(1)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def363]
ibus-1.5.33-rc2/src/ibusxml.c:218:19: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(filename, "r")'
ibus-1.5.33-rc2/src/ibusxml.c:200:16: acquire_resource: opened here
ibus-1.5.33-rc2/src/ibusxml.c:202:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusxml.c:218:19: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusxml.c:218:19: danger: 'fopen(filename, "r")' leaks here; was opened at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def364]
ibus-1.5.33-rc2/src/ibusxml.c:218:19: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(filename, "r")'
ibus-1.5.33-rc2/src/ibusxml.c:200:16: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibusxml.c:202:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusxml.c:218:19: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusxml.c:218:19: danger: 'fopen(filename, "r")' leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def365]
ibus-1.5.33-rc2/src/ibusxml.c:225:22: warning[-Wanalyzer-file-leak]: leak of FILE 'fopen(filename, "r")'
ibus-1.5.33-rc2/src/ibusxml.c:200:16: acquire_resource: opened here
ibus-1.5.33-rc2/src/ibusxml.c:202:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusxml.c:218:19: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusxml.c:220:16: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusxml.c:224:19: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusxml.c:225:22: danger: 'fopen(filename, "r")' leaks here; was opened at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def366]
ibus-1.5.33-rc2/src/ibusxml.c:225:22: warning[-Wanalyzer-malloc-leak]: leak of 'fopen(filename, "r")'
ibus-1.5.33-rc2/src/ibusxml.c:200:16: acquire_memory: allocated here
ibus-1.5.33-rc2/src/ibusxml.c:202:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/src/ibusxml.c:218:19: branch_false: ...to here
ibus-1.5.33-rc2/src/ibusxml.c:220:16: branch_true: following 'true' branch...
ibus-1.5.33-rc2/src/ibusxml.c:224:19: branch_true: ...to here
ibus-1.5.33-rc2/src/ibusxml.c:225:22: danger: 'fopen(filename, "r")' leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def367]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def368]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def369]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def370]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def371]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def372]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def373]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def374]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def375]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def376]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def377]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def378]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def379]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def380]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def381]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def382]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def383]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def384]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def385]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def386]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def387]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def388]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def389]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def390]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def391]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def392]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def393]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def394]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def395]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def396]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def397]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def398]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def399]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def400]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def401]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def402]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def403]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def404]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def405]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def406]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def407]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def408]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def409]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def410]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def411]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def412]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def413]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def414]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def415]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def416]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def417]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def418]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def419]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def420]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def421]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def422]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def423]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def424]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def425]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def426]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def427]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def428]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def429]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def430]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def431]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def432]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def433]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def434]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def435]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def436]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def437]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def438]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def439]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def440]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def441]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def442]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def443]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def444]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def445]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def446]
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/src/tmp-introspect4ei7y5ki/IBus-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: COMPILER_WARNING (CWE-704): [#def447]
ibus-1.5.33-rc2/tools/krcfile.c:287:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def448]
ibus-1.5.33-rc2/tools/krcfile.c:344:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: GCC_ANALYZER_WARNING (CWE-688): [#def449]
ibus-1.5.33-rc2/tools/krcfile.c:1405:34: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/tools/krcfile.c:1373:1: enter_function: entry to ‘krc_file_parse_data’
ibus-1.5.33-rc2/tools/krcfile.c:1381:9: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
ibus-1.5.33-rc2/tools/krcfile.c:1382:9: branch_true: ...to here
ibus-1.5.33-rc2/tools/krcfile.c:1382:9: branch_true: following ‘true’ branch (when ‘data’ is non-NULL)...
branch_true: ...to here
ibus-1.5.33-rc2/tools/krcfile.c:1388:20: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/krcfile.c:1391:22: call_function: inlined call to ‘string_get’ from ‘krc_file_parse_data’
ibus-1.5.33-rc2/tools/krcfile.c:1392:20: branch_true: following ‘true’ branch (when ‘_tmp0_ == 10’)...
ibus-1.5.33-rc2/tools/krcfile.c:1400:25: branch_true: ...to here
ibus-1.5.33-rc2/tools/krcfile.c:1401:34: call_function: calling ‘string_substring’ from ‘krc_file_parse_data’
ibus-1.5.33-rc2/tools/krcfile.c:1401:34: return_function: returning to ‘krc_file_parse_data’ from ‘string_substring’
ibus-1.5.33-rc2/tools/krcfile.c:1405:34: danger: argument 1 (‘string_substring(data, offset, sub_length)’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def450]
ibus-1.5.33-rc2/tools/krcfile.c:1436:43: warning[-Wanalyzer-null-argument]: use of NULL ‘sub’ where non-null expected
ibus-1.5.33-rc2/tools/krcfile.c:1373:1: enter_function: entry to ‘krc_file_parse_data’
ibus-1.5.33-rc2/tools/krcfile.c:1381:9: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
ibus-1.5.33-rc2/tools/krcfile.c:1382:9: branch_true: ...to here
ibus-1.5.33-rc2/tools/krcfile.c:1382:9: branch_true: following ‘true’ branch (when ‘data’ is non-NULL)...
branch_true: ...to here
ibus-1.5.33-rc2/tools/krcfile.c:1388:20: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/krcfile.c:1391:22: call_function: inlined call to ‘string_get’ from ‘krc_file_parse_data’
ibus-1.5.33-rc2/tools/krcfile.c:1392:20: branch_true: following ‘true’ branch (when ‘_tmp0_ == 10’)...
ibus-1.5.33-rc2/tools/krcfile.c:1400:25: branch_true: ...to here
ibus-1.5.33-rc2/tools/krcfile.c:1401:34: call_function: calling ‘string_substring’ from ‘krc_file_parse_data’
ibus-1.5.33-rc2/tools/krcfile.c:1401:34: return_function: returning to ‘krc_file_parse_data’ from ‘string_substring’
ibus-1.5.33-rc2/tools/krcfile.c:1407:28: branch_true: following ‘true’ branch (when ‘_tmp3_ > 0’)...
ibus-1.5.33-rc2/tools/krcfile.c:1416:70: branch_true: ...to here
ibus-1.5.33-rc2/tools/krcfile.c:1420:28: branch_true: following ‘true’ branch (when ‘_tmp0_ == 13’)...
ibus-1.5.33-rc2/tools/krcfile.c:1425:33: branch_true: ...to here
ibus-1.5.33-rc2/tools/krcfile.c:1427:43: call_function: calling ‘string_substring’ from ‘krc_file_parse_data’
ibus-1.5.33-rc2/tools/krcfile.c:1427:43: return_function: returning to ‘krc_file_parse_data’ from ‘string_substring’
ibus-1.5.33-rc2/tools/krcfile.c:1436:43: danger: argument 1 (‘sub’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def451]
ibus-1.5.33-rc2/tools/krcfile.c:1964:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ibus-1.5.33-rc2/tools/krcfile.c:1915:1: enter_function: entry to ‘krc_file_to_data’
ibus-1.5.33-rc2/tools/krcfile.c:1926:9: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
ibus-1.5.33-rc2/tools/krcfile.c:1927:18: branch_true: ...to here
ibus-1.5.33-rc2/tools/krcfile.c:1947:36: branch_false: following ‘false’ branch (when ‘_tmp3_ != 0’)...
ibus-1.5.33-rc2/tools/krcfile.c:1956:36: branch_false: ...to here
ibus-1.5.33-rc2/tools/krcfile.c:1956:36: branch_false: following ‘false’ branch (when ‘group_node’ is non-NULL)...
ibus-1.5.33-rc2/tools/krcfile.c:1960:33: branch_false: ...to here
ibus-1.5.33-rc2/tools/krcfile.c:1961:42: call_function: inlined call to ‘_krc_file_group_dup0’ from ‘krc_file_to_data’
ibus-1.5.33-rc2/tools/krcfile.c:1964:33: branch_false: ...to here
ibus-1.5.33-rc2/tools/krcfile.c:1964:33: danger: dereference of NULL ‘<unknown>’
Error: COMPILER_WARNING (CWE-704): [#def452]
ibus-1.5.33-rc2/tools/krcfile.c:2497:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def453]
ibus-1.5.33-rc2/tools/main.c:679:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: GCC_ANALYZER_WARNING (CWE-476): [#def454]
ibus-1.5.33-rc2/tools/main.c:2355:33: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ibus-1.5.33-rc2/tools/main.c:4896:1: enter_function: entry to ‘_list_engine_entry_func’
ibus-1.5.33-rc2/tools/main.c:4901:18: call_function: calling ‘list_engine’ from ‘_list_engine_entry_func’
Error: COMPILER_WARNING (CWE-704): [#def455]
ibus-1.5.33-rc2/tools/main.c:4867:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: GCC_ANALYZER_WARNING (CWE-476): [#def456]
ibus-1.5.33-rc2/tools/main.c:5129:9: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ibus-1.5.33-rc2/tools/main.c:5082:1: enter_function: entry to ‘_vala_main’
ibus-1.5.33-rc2/tools/main.c:5112:12: branch_false: following ‘false’ branch (when ‘argv_length1 > 1’)...
ibus-1.5.33-rc2/tools/main.c:5119:63: branch_false: ...to here
ibus-1.5.33-rc2/tools/main.c:5119:35: call_function: calling ‘_vala_array_dup1’ from ‘_vala_main’
ibus-1.5.33-rc2/tools/main.c:5119:35: return_function: returning to ‘_vala_main’ from ‘_vala_array_dup1’
ibus-1.5.33-rc2/tools/main.c:5129:9: danger: dereference of NULL ‘_vala_array_dup1(argv + 8, (long int)(argv_length1 + -1))’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def457]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def458]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def459]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def460]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def461]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def462]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def463]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def464]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def465]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def466]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:96:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def467]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def468]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:96:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def469]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def470]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def471]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def472]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def473]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def474]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:104:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def475]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def476]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:104:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def477]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def478]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def479]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def480]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def481]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def482]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:139:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def483]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def484]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:139:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def485]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def486]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:152:8: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def487]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def488]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:152:8: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def489]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def490]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:154:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def491]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def492]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:154:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def493]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def494]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:161:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def495]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def496]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:161:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def497]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def498]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:164:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def499]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def500]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:164:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def501]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def502]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def503]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def504]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def505]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def506]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def507]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def508]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def509]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def510]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:709:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def511]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def512]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:709:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def513]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def514]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:713:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def515]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def516]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:713:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def517]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def518]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:725:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def519]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def520]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:725:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def521]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def522]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:728:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def523]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def524]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:728:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def525]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def526]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:732:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def527]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def528]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:732:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def529]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def530]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:734:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def531]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def532]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:734:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def533]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def534]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:758:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def535]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def536]
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:758:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:795:1: enter_function: entry to ‘main’
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:806:6: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/tools/tmp-introspect5la8d40o/IBusIMModule-1.0.c:812:8: call_function: calling ‘dump_irepository’ from ‘main’
Error: COMPILER_WARNING: [#def537]
ibus-1.5.33-rc2/ui/gtk3/application.c:47:9: warning: ‘G_USEC_PER_SEC’ redefined
/usr/include/glib-2.0/glib.h:92: included_from: Included from here.
ibus-1.5.33-rc2/ui/gtk3/application.c:29: included_from: Included from here.
/usr/include/glib-2.0/glib/gtimer.h:44:9: note: this is the location of the previous definition
Error: COMPILER_WARNING: [#def538]
ibus-1.5.33-rc2/ui/gtk3/application.c:47:9: warning[warning]: ‘G_USEC_PER_SEC’ redefined
Error: COMPILER_WARNING (CWE-704): [#def539]
ibus-1.5.33-rc2/ui/gtk3/application.c:2340:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def540]
ibus-1.5.33-rc2/ui/gtk3/bindingcommon.c:247:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def541]
ibus-1.5.33-rc2/ui/gtk3/bindingcommon.c:1405:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def542]
ibus-1.5.33-rc2/ui/gtk3/bindingcommon.c:1750:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def543]
ibus-1.5.33-rc2/ui/gtk3/candidatearea.c:2447:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: GCC_ANALYZER_WARNING (CWE-476): [#def544]
ibus-1.5.33-rc2/ui/gtk3/candidatearea.vala:136:6: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘candidates’
ibus-1.5.33-rc2/ui/gtk3/candidatearea.c:654:1: enter_function: entry to ‘candidate_area_set_candidates’
ibus-1.5.33-rc2/ui/gtk3/candidatearea.vala:124:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
ibus-1.5.33-rc2/ui/gtk3/candidatearea.vala:127:11: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/candidatearea.vala:127:11: branch_false: following ‘false’ branch (when ‘candidates’ is NULL)...
ibus-1.5.33-rc2/ui/gtk3/candidatearea.vala:127:84: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/candidatearea.vala:131:2: branch_true: following ‘true’ branch (when ‘candidates_length1 <= 16’)...
branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/candidatearea.vala:132:8: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/ui/gtk3/candidatearea.vala:133:14: call_function: inlined call to ‘_g_object_ref0’ from ‘candidate_area_set_candidates’
ibus-1.5.33-rc2/ui/gtk3/candidatearea.vala:135:8: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/candidatearea.vala:135:8: branch_true: following ‘true’ branch (when ‘i < candidates_length1’)...
ibus-1.5.33-rc2/ui/gtk3/candidatearea.vala:136:25: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/candidatearea.vala:136:6: danger: dereference of NULL ‘candidates + (long unsigned int)i * 8’
Error: COMPILER_WARNING (CWE-704): [#def545]
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.c:3036:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: GCC_ANALYZER_WARNING (CWE-688): [#def546]
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:230:12: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.c:1151:1: enter_function: entry to ‘candidate_panel_set_preedit_text_real’
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:226:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:227:5: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:227:5: branch_true: following ‘true’ branch (when ‘text’ is non-NULL)...
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:228:12: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:230:12: danger: argument 1 (‘<unknown>’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def547]
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:647:18: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.c:2838:1: enter_function: entry to ‘candidate_panel_realize_window’
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:637:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:640:6: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:640:5: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:642:2: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:642:11: call_function: inlined call to ‘_g_object_ref0’ from ‘candidate_panel_realize_window’
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:643:7: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:643:5: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:647:18: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/candidatepanel.vala:647:18: danger: dereference of NULL ‘<unknown>’
Error: COMPILER_WARNING (CWE-704): [#def548]
ibus-1.5.33-rc2/ui/gtk3/emojier.c:1020:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def549]
ibus-1.5.33-rc2/ui/gtk3/emojier.c:13364:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def550]
ibus-1.5.33-rc2/ui/gtk3/emojier.c:13498:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def551]
ibus-1.5.33-rc2/ui/gtk3/emojier.c:13620:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def552]
ibus-1.5.33-rc2/ui/gtk3/emojier.c:13675:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def553]
ibus-1.5.33-rc2/ui/gtk3/emojier.c:14154:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def554]
ibus-1.5.33-rc2/ui/gtk3/emojier.c:14218:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def555]
ibus-1.5.33-rc2/ui/gtk3/emojier.c:14282:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def556]
ibus-1.5.33-rc2/ui/gtk3/emojier.c:14789:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def557]
ibus-1.5.33-rc2/ui/gtk3/emojier.c:14851:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def558]
ibus-1.5.33-rc2/ui/gtk3/emojier.c:14988:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def559]
ibus-1.5.33-rc2/ui/gtk3/emojier.c:15082:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def560]
ibus-1.5.33-rc2/ui/gtk3/emojier.c:15222:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def561]
ibus-1.5.33-rc2/ui/gtk3/emojier.vala: scope_hint: In function ‘ibus_emojier_ebox_row_set_text’
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:53:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def562]
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:53:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: GCC_ANALYZER_WARNING (CWE-688): [#def563]
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:105:11: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/ui/gtk3/emojier.c:13714:1: enter_function: entry to ‘ibus_emojier_ewhite_label_real_get_preferred_width’
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:104:7: call_function: calling ‘string_get_char’ from ‘ibus_emojier_ewhite_label_real_get_preferred_width’
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:104:7: return_function: returning to ‘ibus_emojier_ewhite_label_real_get_preferred_width’ from ‘string_get_char’
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:105:11: danger: argument 1 (‘<unknown>’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def564]
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:133:11: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/ui/gtk3/emojier.c:13911:1: enter_function: entry to ‘ibus_emojier_ewhite_label_real_get_preferred_height’
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:132:7: call_function: calling ‘string_get_char’ from ‘ibus_emojier_ewhite_label_real_get_preferred_height’
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:132:7: return_function: returning to ‘ibus_emojier_ewhite_label_real_get_preferred_height’ from ‘string_get_char’
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:133:11: danger: argument 1 (‘<unknown>’) NULL where non-null expected
Error: COMPILER_WARNING (CWE-704): [#def565]
ibus-1.5.33-rc2/ui/gtk3/emojier.vala: scope_hint: In function ‘ibus_emojier_update_category_to_emojis_dict’
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:714:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def566]
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:714:19: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: GCC_ANALYZER_WARNING (CWE-688): [#def567]
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:1445:11: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/ui/gtk3/emojier.c:7480:1: enter_function: entry to ‘ibus_emojier_update_candidate_window’
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:1443:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:1444:11: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/emojier.vala:1445:11: danger: argument 1 (‘<unknown>’) NULL where non-null expected
Error: COMPILER_WARNING (CWE-704): [#def568]
ibus-1.5.33-rc2/ui/gtk3/emojierapp.c:1290:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-843): [#def569]
ibus-1.5.33-rc2/ui/gtk3/emojierapp.vala: scope_hint: In function ‘emoji_application_save_selected_string’
ibus-1.5.33-rc2/ui/gtk3/emojierapp.vala:65:46: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_settings_set_strv’ from incompatible pointer type
/usr/include/glib-2.0/gio/gio.h:137: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:30: included_from: Included from here.
ibus-1.5.33-rc2/ui/gtk3/emojierapp.c:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gsettings.h:191:94: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
Error: COMPILER_WARNING (CWE-843): [#def570]
ibus-1.5.33-rc2/ui/gtk3/emojierapp.vala:65:46: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_settings_set_strv’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-843): [#def571]
ibus-1.5.33-rc2/ui/gtk3/emojierapp.vala: scope_hint: In function ‘_emoji_application_command_line’
ibus-1.5.33-rc2/ui/gtk3/emojierapp.vala:155:8: warning[-Wincompatible-pointer-types]: assignment to ‘const gchar **’ {aka ‘const char **’} from incompatible pointer type ‘gchar **’ {aka ‘char **’}
Error: COMPILER_WARNING (CWE-843): [#def572]
ibus-1.5.33-rc2/ui/gtk3/emojierapp.vala:155:8: warning[-Wincompatible-pointer-types]: assignment to ‘const gchar **’ {{aka ‘const char **’}} from incompatible pointer type ‘gchar **’ {{aka ‘char **’}}
Error: COMPILER_WARNING (CWE-843): [#def573]
ibus-1.5.33-rc2/ui/gtk3/emojierapp.vala:165:7: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {aka ‘char **’} from incompatible pointer type ‘const gchar **’ {aka ‘const char **’}
Error: COMPILER_WARNING (CWE-843): [#def574]
ibus-1.5.33-rc2/ui/gtk3/emojierapp.vala:165:7: warning[-Wincompatible-pointer-types]: assignment to ‘gchar **’ {{aka ‘char **’}} from incompatible pointer type ‘const gchar **’ {{aka ‘const char **’}}
Error: COMPILER_WARNING (CWE-704): [#def575]
ibus-1.5.33-rc2/ui/gtk3/extension.c:521:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-477): [#def576]
ibus-1.5.33-rc2/ui/gtk3/extension.vala: scope_hint: In function ‘extension_gtk_construct’
ibus-1.5.33-rc2/ui/gtk3/extension.vala:29:2: warning[-Wdeprecated-declarations]: ‘G_APPLICATION_FLAGS_NONE’ is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead
/usr/include/glib-2.0/gio/giotypes.h:30: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:30: included_from: Included from here.
ibus-1.5.33-rc2/ui/gtk3/extension.c:27: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:1563:3: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def577]
ibus-1.5.33-rc2/ui/gtk3/extension.vala:29:2: warning[-Wdeprecated-declarations]: ‘G_APPLICATION_FLAGS_NONE’ is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead
Error: COMPILER_WARNING (CWE-704): [#def578]
ibus-1.5.33-rc2/ui/gtk3/glib-2.0.vapi:5239:10: warning[-Wdiscarded-qualifiers]: passing argument 1 of ‘func’ discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def579]
ibus-1.5.33-rc2/ui/gtk3/handle.c:1102:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def580]
ibus-1.5.33-rc2/ui/gtk3/iconwidget.c:871:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def581]
ibus-1.5.33-rc2/ui/gtk3/iconwidget.c:1214:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def582]
ibus-1.5.33-rc2/ui/gtk3/indicator.c:485:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def583]
ibus-1.5.33-rc2/ui/gtk3/indicator.c:560:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def584]
ibus-1.5.33-rc2/ui/gtk3/indicator.c:3908:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def585]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala: scope_hint: In function ‘indicator_set_id’
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:36:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def586]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:36:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def587]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala: scope_hint: In function ‘indicator_set_category_s’
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:37:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def588]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:37:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def589]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala: scope_hint: In function ‘indicator_set_status_s’
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:38:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def590]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:38:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def591]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala: scope_hint: In function ‘indicator_set_icon_name’
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:39:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def592]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:39:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def593]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala: scope_hint: In function ‘indicator_set_icon_desc’
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:40:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def594]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:40:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def595]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala: scope_hint: In function ‘indicator_set_attention_icon_name’
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:41:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def596]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:41:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def597]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala: scope_hint: In function ‘indicator_set_attention_icon_desc’
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:42:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def598]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:42:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def599]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala: scope_hint: In function ‘indicator_set_title’
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:43:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def600]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:43:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def601]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala: scope_hint: In function ‘indicator_set_icon_theme_path’
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:44:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def602]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:44:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def603]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala: scope_hint: In function ‘indicator_set_label_s’
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:46:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def604]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:46:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def605]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala: scope_hint: In function ‘indicator_set_label_guide_s’
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:47:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def606]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:47:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-697): [#def607]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala: scope_hint: In function ‘indicator_construct’
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:142:202: warning[-Waddress]: the comparison will always evaluate as ‘false’ for the address of ‘_indicator_name_appeared_handler_gbus_name_appeared_callback’ will never be NULL
ibus-1.5.33-rc2/ui/gtk3/indicator.c:594:1: note: ‘_indicator_name_appeared_handler_gbus_name_appeared_callback’ declared here
Error: COMPILER_WARNING (CWE-697): [#def608]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:142:441: warning[-Waddress]: the comparison will always evaluate as ‘false’ for the address of ‘_indicator_name_vanished_handler_gbus_name_vanished_callback’ will never be NULL
ibus-1.5.33-rc2/ui/gtk3/indicator.c:605:1: note: ‘_indicator_name_vanished_handler_gbus_name_vanished_callback’ declared here
Error: COMPILER_WARNING (CWE-681): [#def609]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala: scope_hint: In function ‘indicator_set_cairo_image_surface_full’
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:568:17: warning[-Woverflow]: overflow in conversion from ‘long unsigned int’ to ‘gint’ {aka ‘int’} changes value from ‘18446744073709551615’ to ‘-1’
Error: COMPILER_WARNING (CWE-681): [#def610]
ibus-1.5.33-rc2/ui/gtk3/indicator.vala:568:17: warning[-Woverflow]: overflow in conversion from ‘long unsigned int’ to ‘gint’ {{aka ‘int’}} changes value from ‘18446744073709551615’ to ‘-1’
Error: COMPILER_WARNING (CWE-704): [#def611]
ibus-1.5.33-rc2/ui/gtk3/keybindingmanager.c:1966:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def612]
ibus-1.5.33-rc2/ui/gtk3/keybindingmanager.c:2059:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-563): [#def613]
ibus-1.5.33-rc2/ui/gtk3/keybindingmanager.vala: scope_hint: In function ‘_vala_XIGrabModifiers_array_free’
ibus-1.5.33-rc2/ui/gtk3/keybindingmanager.vala:245:6: warning[-Wunused-value]: statement with no effect
Error: COMPILER_WARNING (CWE-563): [#def614]
ibus-1.5.33-rc2/ui/gtk3/keybindingmanager.vala: scope_hint: In function ‘keybinding_manager_grab_keycode’
ibus-1.5.33-rc2/ui/gtk3/keybindingmanager.vala:255:4: warning[-Wunused-value]: statement with no effect
Error: COMPILER_WARNING (CWE-704): [#def615]
ibus-1.5.33-rc2/ui/gtk3/message.c:1617:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: GCC_ANALYZER_WARNING (CWE-688): [#def616]
ibus-1.5.33-rc2/ui/gtk3/message.vala:110:11: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/ui/gtk3/message.c:542:1: enter_function: entry to ‘message_dialog_create_ui’
ibus-1.5.33-rc2/ui/gtk3/message.vala:106:2: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/ui/gtk3/message.vala:110:11: danger: argument 1 (‘<unknown>’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def617]
ibus-1.5.33-rc2/ui/gtk3/message.vala:214:11: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/ui/gtk3/message.c:1010:1: enter_function: entry to ‘message_dialog_update_message’
ibus-1.5.33-rc2/ui/gtk3/message.vala:210:2: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/ui/gtk3/message.vala:214:11: danger: argument 1 (‘<unknown>’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-476): [#def618]
ibus-1.5.33-rc2/ui/gtk3/message.vala:341:18: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ibus-1.5.33-rc2/ui/gtk3/message.c:1464:1: enter_function: entry to ‘message_dialog_realize_window’
ibus-1.5.33-rc2/ui/gtk3/message.vala:331:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
ibus-1.5.33-rc2/ui/gtk3/message.vala:334:6: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/message.vala:334:5: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/ui/gtk3/message.vala:336:2: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/message.vala:336:11: call_function: inlined call to ‘_g_object_ref0’ from ‘message_dialog_realize_window’
ibus-1.5.33-rc2/ui/gtk3/message.vala:337:7: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/message.vala:337:5: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/ui/gtk3/message.vala:341:18: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/message.vala:341:18: danger: dereference of NULL ‘<unknown>’
Error: COMPILER_WARNING (CWE-704): [#def619]
ibus-1.5.33-rc2/ui/gtk3/panel.c:1111:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def620]
ibus-1.5.33-rc2/ui/gtk3/panel.c:11558:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-477): [#def621]
ibus-1.5.33-rc2/ui/gtk3/panel.vala: scope_hint: In function ‘panel_init_status_icon’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:461:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_new’ is deprecated
/usr/include/gtk-3.0/gtk/gtk.h:275: included_from: Included from here.
ibus-1.5.33-rc2/ui/gtk3/panel.c:30: included_from: Included from here.
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:84:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def622]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:461:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_new’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def623]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:462:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_name’ is deprecated
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:148:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def624]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:462:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_name’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def625]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:463:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_title’ is deprecated
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:143:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def626]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:463:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_title’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def627]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:466:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_get_size’ is deprecated
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:125:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def628]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:466:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_get_size’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def629]
ibus-1.5.33-rc2/ui/gtk3/panel.vala: scope_hint: In function ‘panel_init_status_icon_menu’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:476:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_from_icon_name’ is deprecated
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def630]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:476:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_from_icon_name’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def631]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:483:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_get_x11_window_id’ is deprecated
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:178:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def632]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:483:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_get_x11_window_id’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def633]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:503:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_get_geometry’ is deprecated
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:166:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def634]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:503:2: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_get_geometry’ is deprecated
Error: COMPILER_WARNING (CWE-843): [#def635]
ibus-1.5.33-rc2/ui/gtk3/panel.vala: scope_hint: In function ‘panel_init_engines_order’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:725:51: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_settings_set_strv’ from incompatible pointer type
/usr/include/glib-2.0/gio/gio.h:137: included_from: Included from here.
ibus-1.5.33-rc2/src/ibusproxy.h:46: included_from: Included from here.
ibus-1.5.33-rc2/src/ibus.h:36: included_from: Included from here.
/usr/include/glib-2.0/gio/gsettings.h:191:94: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
Error: COMPILER_WARNING (CWE-843): [#def636]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:725:51: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_settings_set_strv’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-477): [#def637]
ibus-1.5.33-rc2/ui/gtk3/panel.vala: scope_hint: In function ‘panel_set_show_icon_on_systray’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:785:3: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_visible’ is deprecated
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def638]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:785:3: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_visible’ is deprecated
Error: COMPILER_WARNING (CWE-843): [#def639]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1188:2: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘pango_attribute_destroy’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-843): [#def640]
ibus-1.5.33-rc2/ui/gtk3/panel.vala: scope_hint: In function ‘panel_set_language_from_engine’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1188:29: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘pango_attribute_destroy’ from incompatible pointer type
ibus-1.5.33-rc2/ui/gtk3/panel.c:217:97: note: in definition of macro ‘_pango_attribute_destroy0’
/usr/include/pango-1.0/pango/pango.h:25: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdktypes.h:35: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:30: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-attributes.h:513:94: note: expected ‘PangoAttribute *’ {aka ‘struct _PangoAttribute *’} but argument is of type ‘PangoAttrLanguage *’ {aka ‘struct _PangoAttrLanguage *’}
Error: COMPILER_WARNING (CWE-843): [#def641]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1194:3: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘pango_attribute_destroy’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-843): [#def642]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1194:30: warning[-Wincompatible-pointer-types]: passing argument 1 of ‘pango_attribute_destroy’ from incompatible pointer type
ibus-1.5.33-rc2/ui/gtk3/panel.c:217:97: note: in definition of macro ‘_pango_attribute_destroy0’
/usr/include/pango-1.0/pango/pango-attributes.h:513:94: note: expected ‘PangoAttribute *’ {aka ‘struct _PangoAttribute *’} but argument is of type ‘PangoAttrLanguage *’ {aka ‘struct _PangoAttrLanguage *’}
Error: COMPILER_WARNING (CWE-843): [#def643]
ibus-1.5.33-rc2/ui/gtk3/panel.vala: scope_hint: In function ‘__lambda76_’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1374:42: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘ibus_bus_preload_engines_async’ from incompatible pointer type
ibus-1.5.33-rc2/src/ibus.h:45: included_from: Included from here.
ibus-1.5.33-rc2/src/ibusbus.h:1176:58: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
Error: COMPILER_WARNING (CWE-843): [#def644]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1374:42: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘ibus_bus_preload_engines_async’ from incompatible pointer type
Error: CPPCHECK_WARNING (CWE-476): [#def645]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1390: warning[nullPointer]: Possible null pointer dereference: name_collection
Error: COMPILER_WARNING (CWE-843): [#def646]
ibus-1.5.33-rc2/ui/gtk3/panel.vala: scope_hint: In function ‘panel_update_engines’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1401:62: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘ibus_bus_get_engines_by_names’ from incompatible pointer type
ibus-1.5.33-rc2/src/ibusbus.h:831:63: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
Error: COMPILER_WARNING (CWE-843): [#def647]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1401:62: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘ibus_bus_get_engines_by_names’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-843): [#def648]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1410:53: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_settings_set_strv’ from incompatible pointer type
/usr/include/glib-2.0/gio/gsettings.h:191:94: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
Error: COMPILER_WARNING (CWE-843): [#def649]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1410:53: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_settings_set_strv’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-843): [#def650]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1411:64: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘ibus_bus_get_engines_by_names’ from incompatible pointer type
ibus-1.5.33-rc2/src/ibusbus.h:831:63: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
Error: COMPILER_WARNING (CWE-843): [#def651]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1411:64: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘ibus_bus_get_engines_by_names’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-681): [#def652]
ibus-1.5.33-rc2/ui/gtk3/panel.vala: scope_hint: In function ‘panel_create_cairo_image_surface_with_string’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1510:19: warning[-Woverflow]: overflow in conversion from ‘long unsigned int’ to ‘gint’ {aka ‘int’} changes value from ‘4611686018427387903’ to ‘-1’
Error: COMPILER_WARNING (CWE-681): [#def653]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1510:19: warning[-Woverflow]: overflow in conversion from ‘long unsigned int’ to ‘gint’ {{aka ‘int’}} changes value from ‘4611686018427387903’ to ‘-1’
Error: COMPILER_WARNING (CWE-843): [#def654]
ibus-1.5.33-rc2/ui/gtk3/panel.vala: scope_hint: In function ‘panel_show_about_dialog’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1580:42: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gtk_about_dialog_set_authors’ from incompatible pointer type
/usr/include/gtk-3.0/gtk/gtk.h:31: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtkaboutdialog.h:188:82: note: expected ‘const gchar **’ {aka ‘const char **’} but argument is of type ‘gchar **’ {aka ‘char **’}
Error: COMPILER_WARNING (CWE-843): [#def655]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1580:42: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gtk_about_dialog_set_authors’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-843): [#def656]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1582:68: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘gtk_about_dialog_add_credit_section’ from incompatible pointer type
/usr/include/gtk-3.0/gtk/gtkaboutdialog.h:217:82: note: expected ‘const gchar **’ {aka ‘const char **’} but argument is of type ‘gchar **’ {aka ‘char **’}
Error: COMPILER_WARNING (CWE-843): [#def657]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1582:68: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘gtk_about_dialog_add_credit_section’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-843): [#def658]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1585:46: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gtk_about_dialog_set_documenters’ from incompatible pointer type
/usr/include/gtk-3.0/gtk/gtkaboutdialog.h:193:82: note: expected ‘const gchar **’ {aka ‘const char **’} but argument is of type ‘gchar **’ {aka ‘char **’}
Error: COMPILER_WARNING (CWE-843): [#def659]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1585:46: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gtk_about_dialog_set_documenters’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-477): [#def660]
ibus-1.5.33-rc2/ui/gtk3/panel.vala: scope_hint: In function ‘__lambda124_’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1806:3: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_from_pixbuf’ is deprecated
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:97:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def661]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1806:3: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_from_pixbuf’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-476): [#def662]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1977:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘base’
ibus-1.5.33-rc2/ui/gtk3/panel.c:10304:1: enter_function: entry to ‘panel_real_update_preedit_text’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1972:2: branch_true: following ‘true’ branch (when ‘text’ is non-NULL)...
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1975:5: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1975:5: branch_true: following ‘true’ branch (when ‘visible != 0’)...
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1977:12: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1977:12: call_function: calling ‘panel_get_active_candidate_panel’ from ‘panel_real_update_preedit_text’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1977:12: return_function: returning to ‘panel_real_update_preedit_text’ from ‘panel_get_active_candidate_panel’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1977:3: danger: dereference of NULL ‘base’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def663]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1995:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘base’
ibus-1.5.33-rc2/ui/gtk3/panel.c:10365:1: enter_function: entry to ‘panel_real_update_auxiliary_text’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1991:2: branch_true: following ‘true’ branch (when ‘text’ is non-NULL)...
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1994:5: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1994:5: branch_true: following ‘true’ branch (when ‘visible != 0’)...
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1995:12: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1995:12: call_function: calling ‘panel_get_active_candidate_panel’ from ‘panel_real_update_auxiliary_text’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1995:12: return_function: returning to ‘panel_real_update_auxiliary_text’ from ‘panel_get_active_candidate_panel’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:1995:3: danger: dereference of NULL ‘base’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def664]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2009:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘base’
ibus-1.5.33-rc2/ui/gtk3/panel.c:10436:1: enter_function: entry to ‘panel_real_update_lookup_table’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2005:2: branch_true: following ‘true’ branch (when ‘table’ is non-NULL)...
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2008:5: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2008:5: branch_true: following ‘true’ branch (when ‘visible != 0’)...
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2009:12: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2009:12: call_function: calling ‘panel_get_active_candidate_panel’ from ‘panel_real_update_lookup_table’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2009:12: return_function: returning to ‘panel_real_update_lookup_table’ from ‘panel_get_active_candidate_panel’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2009:3: danger: dereference of NULL ‘base’
Error: COMPILER_WARNING (CWE-477): [#def665]
ibus-1.5.33-rc2/ui/gtk3/panel.vala: scope_hint: In function ‘panel_real_state_changed’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2056:4: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_from_file’ is deprecated
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:100:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def666]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2056:4: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_from_file’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-688): [#def667]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2066:14: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/ui/gtk3/panel.c:10628:1: enter_function: entry to ‘panel_real_state_changed’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2025:5: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2029:6: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2049:3: release_memory: using NULL here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2049:3: release_memory: using NULL here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2049:3: release_memory: using NULL here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2054:5: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2064:6: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2064:6: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2065:14: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2066:14: danger: argument 1 (‘<unknown>’) NULL where non-null expected
Error: GCC_ANALYZER_WARNING (CWE-688): [#def668]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2066:14: warning[-Wanalyzer-null-argument]: use of NULL ‘icon_name’ where non-null expected
ibus-1.5.33-rc2/ui/gtk3/panel.c:10628:1: enter_function: entry to ‘panel_real_state_changed’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2025:5: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2029:6: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2047:5: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2048:12: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2049:3: release_memory: using NULL here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2049:3: release_memory: using NULL here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2049:3: release_memory: using NULL here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2054:6: call_function: calling ‘string_get’ from ‘panel_real_state_changed’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2054:6: return_function: returning to ‘panel_real_state_changed’ from ‘string_get’
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2054:5: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2064:6: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2064:6: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2065:14: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2066:14: danger: argument 1 (‘<unknown>’) NULL where non-null expected
Error: COMPILER_WARNING (CWE-477): [#def669]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2074:5: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_from_pixbuf’ is deprecated
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:97:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def670]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2074:5: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_from_pixbuf’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def671]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2088:6: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_from_icon_name’ is deprecated
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def672]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2088:6: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_from_icon_name’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def673]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2095:6: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_from_icon_name’ is deprecated
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def674]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2095:6: warning[-Wdeprecated-declarations]: ‘gtk_status_icon_set_from_icon_name’ is deprecated
Error: COMPILER_WARNING (CWE-843): [#def675]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2130:49: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_settings_set_strv’ from incompatible pointer type
/usr/include/glib-2.0/gio/gsettings.h:191:94: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
Error: COMPILER_WARNING (CWE-843): [#def676]
ibus-1.5.33-rc2/ui/gtk3/panel.vala:2130:49: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_settings_set_strv’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-704): [#def677]
ibus-1.5.33-rc2/ui/gtk3/panelbinding.c:1435:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def678]
ibus-1.5.33-rc2/ui/gtk3/panelbinding.c:5578:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: GCC_ANALYZER_WARNING (CWE-688): [#def679]
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:94:11: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/ui/gtk3/panelbinding.c:4767:1: enter_function: entry to ‘panel_binding_real_process_key_event’
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1020:4: call_function: calling ‘preedit_backspace’ from ‘panel_binding_real_process_key_event’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def680]
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:106:12: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/ui/gtk3/panelbinding.c:4767:1: enter_function: entry to ‘panel_binding_real_process_key_event’
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1020:4: call_function: calling ‘preedit_backspace’ from ‘panel_binding_real_process_key_event’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def681]
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:114:11: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/ui/gtk3/panelbinding.c:5260:1: enter_function: entry to ‘panel_binding_candidate_clicked_lookup_table_real’
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1165:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1169:5: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1169:5: branch_false: following ‘false’ branch (when ‘button != 1000’)...
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1180:11: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1180:5: branch_false: following ‘false’ branch (when ‘_tmp5_’ is non-NULL)...
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1183:16: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1184:5: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1186:6: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1187:3: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1193:5: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1200:2: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1200:2: call_function: calling ‘panel_binding_show_preedit_and_candidate’ from ‘panel_binding_candidate_clicked_lookup_table_real’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def682]
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:193:11: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/ui/gtk3/panelbinding.c:4767:1: enter_function: entry to ‘panel_binding_real_process_key_event’
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1011:7: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1013:21: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1013:21: call_function: calling ‘panel_binding_key_press_enter’ from ‘panel_binding_real_process_key_event’
Error: COMPILER_WARNING (CWE-843): [#def683]
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala: scope_hint: In function ‘panel_binding_commit_text_update_favorites’
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:499:46: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_settings_set_strv’ from incompatible pointer type
/usr/include/glib-2.0/gio/gio.h:137: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28: included_from: Included from here.
/usr/include/gtk-3.0/gdk/gdk.h:32: included_from: Included from here.
/usr/include/glib-2.0/gio/gsettings.h:191:94: note: expected ‘const gchar * const*’ {aka ‘const char * const*’} but argument is of type ‘gchar **’ {aka ‘char **’}
Error: COMPILER_WARNING (CWE-843): [#def684]
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:499:46: warning[-Wincompatible-pointer-types]: passing argument 3 of ‘g_settings_set_strv’ from incompatible pointer type
Error: GCC_ANALYZER_WARNING (CWE-688): [#def685]
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:635:12: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/ui/gtk3/panelbinding.c:5246:1: enter_function: entry to ‘panel_binding_show_category_list_real’
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1159:2: branch_true: following ‘true’ branch (when ‘self’ is non-NULL)...
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1160:2: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/panelbinding.vala:1160:2: call_function: calling ‘panel_binding_key_press_space’ from ‘panel_binding_show_category_list_real’
Error: COMPILER_WARNING: [#def686]
ibus-1.5.33-rc2/ui/gtk3/pango.vala: scope_hint: In function ‘get_pango_attr_list_from_ibus_text’
ibus-1.5.33-rc2/ui/gtk3/pango.vala:43:12: warning[-Warray-bounds=]: array subscript -1 is outside array bounds of ‘void[<unknown>]’
/usr/include/glib-2.0/glib/glist.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib/ghash.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:52: included_from: Included from here.
ibus-1.5.33-rc2/src/ibusversion.h:71: included_from: Included from here.
ibus-1.5.33-rc2/src/ibus.h:29: included_from: Included from here.
ibus-1.5.33-rc2/ui/gtk3/pango.c:26: included_from: Included from here.
/usr/include/glib-2.0/glib/gmem.h:273:19: note: at offset -8 into object of size [0, 9223372036854775807] allocated by ‘g_malloc0_n’
Error: COMPILER_WARNING: [#def687]
ibus-1.5.33-rc2/ui/gtk3/pango.vala:47:12: warning[-Warray-bounds=]: array subscript -1 is outside array bounds of ‘void[<unknown>]’
/usr/include/glib-2.0/glib/gmem.h:273:19: note: at offset -8 into object of size [0, 9223372036854775807] allocated by ‘g_malloc0_n’
Error: COMPILER_WARNING (CWE-704): [#def688]
ibus-1.5.33-rc2/ui/gtk3/property.c:1057:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def689]
ibus-1.5.33-rc2/ui/gtk3/property.c:1132:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def690]
ibus-1.5.33-rc2/ui/gtk3/property.c:1354:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def691]
ibus-1.5.33-rc2/ui/gtk3/property.c:1615:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def692]
ibus-1.5.33-rc2/ui/gtk3/property.c:1888:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def693]
ibus-1.5.33-rc2/ui/gtk3/property.c:2007:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-843): [#def694]
ibus-1.5.33-rc2/ui/gtk3/property.vala: scope_hint: In function ‘property_manager_create_menu_items_internal’
ibus-1.5.33-rc2/ui/gtk3/property.vala:72:58: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gtk_menu_item_set_submenu’ from incompatible pointer type
/usr/include/gtk-3.0/gtk/gtkcheckmenuitem.h:33: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:72: included_from: Included from here.
ibus-1.5.33-rc2/ui/gtk3/property.c:30: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtkmenuitem.h:121:69: note: expected ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} but argument is of type ‘GtkMenu *’ {aka ‘struct _GtkMenu *’}
Error: COMPILER_WARNING (CWE-843): [#def695]
ibus-1.5.33-rc2/ui/gtk3/property.vala:72:58: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gtk_menu_item_set_submenu’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-843): [#def696]
ibus-1.5.33-rc2/ui/gtk3/property.vala:85:49: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gtk_menu_shell_append’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-843): [#def697]
ibus-1.5.33-rc2/ui/gtk3/property.vala:85:140: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gtk_menu_shell_append’ from incompatible pointer type
/usr/include/gtk-3.0/gtk/gtkmenu.h:33: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtklabel.h:34: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtkaccellabel.h:35: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:33: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtkmenushell.h:92:55: note: expected ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} but argument is of type ‘GtkMenuItem *’ {aka ‘struct _GtkMenuItem *’}
Error: COMPILER_WARNING (CWE-704): [#def698]
ibus-1.5.33-rc2/ui/gtk3/propertypanel.c:601:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def699]
ibus-1.5.33-rc2/ui/gtk3/propertypanel.c:2431:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def700]
ibus-1.5.33-rc2/ui/gtk3/propertypanel.c:2479:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def701]
ibus-1.5.33-rc2/ui/gtk3/propertypanel.c:3022:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def702]
ibus-1.5.33-rc2/ui/gtk3/propertypanel.c:3343:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def703]
ibus-1.5.33-rc2/ui/gtk3/propertypanel.c:3731:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def704]
ibus-1.5.33-rc2/ui/gtk3/propertypanel.c:3951:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def705]
ibus-1.5.33-rc2/ui/gtk3/propertypanel.c:4036:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: GCC_ANALYZER_WARNING (CWE-476): [#def706]
ibus-1.5.33-rc2/ui/gtk3/propertypanel.vala:99:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ibus-1.5.33-rc2/ui/gtk3/propertypanel.c:821:1: enter_function: entry to ‘property_panel_set_properties’
ibus-1.5.33-rc2/ui/gtk3/propertypanel.vala:91:2: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/ui/gtk3/propertypanel.vala:98:21: branch_true: following ‘true’ branch (when ‘item_it < _tmp0__length1’)...
ibus-1.5.33-rc2/ui/gtk3/propertypanel.vala:98:44: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/propertypanel.vala:98:13: call_function: inlined call to ‘_g_object_ref0’ from ‘property_panel_set_properties’
ibus-1.5.33-rc2/ui/gtk3/propertypanel.vala:99:12: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/propertypanel.vala:99:12: danger: dereference of NULL ‘<unknown>’
Error: COMPILER_WARNING (CWE-843): [#def707]
ibus-1.5.33-rc2/ui/gtk3/propertypanel.vala: scope_hint: In function ‘prop_menu_create_items’
ibus-1.5.33-rc2/ui/gtk3/propertypanel.vala:561:57: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gtk_menu_item_set_submenu’ from incompatible pointer type
/usr/include/gtk-3.0/gtk/gtkcheckmenuitem.h:33: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:72: included_from: Included from here.
ibus-1.5.33-rc2/ui/gtk3/propertypanel.c:29: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtkmenuitem.h:121:69: note: expected ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} but argument is of type ‘GtkMenu *’ {aka ‘struct _GtkMenu *’}
Error: COMPILER_WARNING (CWE-843): [#def708]
ibus-1.5.33-rc2/ui/gtk3/propertypanel.vala:561:57: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gtk_menu_item_set_submenu’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-843): [#def709]
ibus-1.5.33-rc2/ui/gtk3/propertypanel.vala:576:49: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gtk_menu_shell_append’ from incompatible pointer type
Error: COMPILER_WARNING (CWE-843): [#def710]
ibus-1.5.33-rc2/ui/gtk3/propertypanel.vala:576:140: warning[-Wincompatible-pointer-types]: passing argument 2 of ‘gtk_menu_shell_append’ from incompatible pointer type
/usr/include/gtk-3.0/gtk/gtkmenu.h:33: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtklabel.h:34: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtkaccellabel.h:35: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtk.h:33: included_from: Included from here.
/usr/include/gtk-3.0/gtk/gtkmenushell.h:92:55: note: expected ‘GtkWidget *’ {aka ‘struct _GtkWidget *’} but argument is of type ‘GtkMenuItem *’ {aka ‘struct _GtkMenuItem *’}
Error: COMPILER_WARNING (CWE-704): [#def711]
ibus-1.5.33-rc2/ui/gtk3/separator.c:158:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def712]
ibus-1.5.33-rc2/ui/gtk3/separator.c:213:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def713]
ibus-1.5.33-rc2/ui/gtk3/switcher.c:2913:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def714]
ibus-1.5.33-rc2/ui/gtk3/switcher.c:3079:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def715]
ibus-1.5.33-rc2/ui/gtk3/switcher.vala: scope_hint: In function ‘switcher_ibus_engine_button_set_transname’
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:63:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def716]
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:63:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: GCC_ANALYZER_WARNING (CWE-476): [#def717]
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:433:18: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
ibus-1.5.33-rc2/ui/gtk3/switcher.c:1778:1: enter_function: entry to ‘switcher_realize_window’
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:428:11: call_function: inlined call to ‘_g_object_ref0’ from ‘switcher_realize_window’
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:429:7: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:429:5: branch_false: following ‘false’ branch...
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:433:18: branch_false: ...to here
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:433:18: danger: dereference of NULL ‘<unknown>’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def718]
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:549:12: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
ibus-1.5.33-rc2/ui/gtk3/switcher.c:2256:1: enter_function: entry to ‘switcher_get_xkb_language’
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:538:2: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:541:11: call_function: calling ‘string_slice’ from ‘switcher_get_xkb_language’
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:541:11: return_function: returning to ‘switcher_get_xkb_language’ from ‘string_slice’
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:541:2: branch_true: following ‘true’ branch...
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:541:2: branch_true: ...to here
ibus-1.5.33-rc2/ui/gtk3/switcher.vala:549:12: danger: argument 1 (‘<unknown>’) NULL where non-null expected
Error: COMPILER_WARNING (CWE-704): [#def719]
ibus-1.5.33-rc2/ui/gtk3/xkblayout.c:2704:13: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: GCC_ANALYZER_WARNING (CWE-476): [#def720]
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:873:5: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL 'fi'
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:2409:12: enter_function: entry to '_FrameInstGetItemSize'
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:2455:20: branch_true: following 'true' branch (when 'number != 0')...
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:2457:17: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:2457:17: branch_true: following 'true' branch (when 'i >= 0')...
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:2458:21: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:2459:25: call_function: calling '_FrameInstGetItemSize' from '_FrameInstGetItemSize'
Error: GCC_ANALYZER_WARNING (CWE-476): [#def721]
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:2221:24: warning[-Wanalyzer-null-dereference]: dereference of NULL 'd'
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:2409:12: enter_function: entry to '_FrameInstGetItemSize'
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:2455:20: branch_true: following 'true' branch (when 'number != 0')...
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:2457:17: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:2457:17: branch_true: following 'true' branch (when 'i >= 0')...
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:2458:21: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/FrameMgr.c:2459:25: call_function: calling '_FrameInstGetItemSize' from '_FrameInstGetItemSize'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def722]
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:123:5: warning[-Wanalyzer-malloc-leak]: leak of 'ims'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:108:23: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:108:8: branch_false: following 'false' branch (when 'ims' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:111:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:113:8: branch_false: following 'false' branch (when 'modifiers' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:115:9: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:113:9: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:117:9: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:113:9: branch_false: following 'false' branch (when the strings are non-equal)...
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:123:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:123:5: danger: 'ims' leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def723]
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:148:9: warning[-Wanalyzer-malloc-leak]: leak of 'args'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:127:6: enter_function: entry to 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:141:5: call_function: calling '_IMVaToNestedList' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:141:5: return_function: returning to 'IMOpenIM' from '_IMVaToNestedList'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:144:17: call_function: calling '_FindModifiers' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:144:17: return_function: returning to 'IMOpenIM' from '_FindModifiers'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:146:11: call_function: calling '_GetIMS' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:146:11: return_function: returning to 'IMOpenIM' from '_GetIMS'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:147:8: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:148:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:148:9: danger: 'args' leaks here; was allocated at [(6)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def724]
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:155:21: warning[-Wanalyzer-malloc-leak]: leak of '_GetIMS(_FindModifiers(args))'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:127:6: enter_function: entry to 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:141:5: call_function: calling '_IMVaToNestedList' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:141:5: return_function: returning to 'IMOpenIM' from '_IMVaToNestedList'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:144:17: call_function: calling '_FindModifiers' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:144:17: return_function: returning to 'IMOpenIM' from '_FindModifiers'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:146:11: call_function: calling '_GetIMS' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:146:11: return_function: returning to 'IMOpenIM' from '_GetIMS'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:147:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:153:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:155:21: danger: '_GetIMS(_FindModifiers(args))' leaks here; was allocated at [(14)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def725]
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:156:5: warning[-Wanalyzer-malloc-leak]: leak of '_GetIMS(_FindModifiers(args))'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:127:6: enter_function: entry to 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:141:5: call_function: calling '_IMVaToNestedList' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:141:5: return_function: returning to 'IMOpenIM' from '_IMVaToNestedList'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:144:17: call_function: calling '_FindModifiers' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:144:17: return_function: returning to 'IMOpenIM' from '_FindModifiers'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:146:11: call_function: calling '_GetIMS' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:146:11: return_function: returning to 'IMOpenIM' from '_GetIMS'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:147:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:153:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:156:5: danger: '_GetIMS(_FindModifiers(args))' leaks here; was allocated at [(14)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def726]
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:159:9: warning[-Wanalyzer-malloc-leak]: leak of '_GetIMS(_FindModifiers(args))'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:127:6: enter_function: entry to 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:141:5: call_function: calling '_IMVaToNestedList' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:141:5: return_function: returning to 'IMOpenIM' from '_IMVaToNestedList'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:144:17: call_function: calling '_FindModifiers' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:144:17: return_function: returning to 'IMOpenIM' from '_FindModifiers'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:146:11: call_function: calling '_GetIMS' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:146:11: return_function: returning to 'IMOpenIM' from '_GetIMS'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:147:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:153:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:157:8: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:159:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:159:9: danger: '_GetIMS(_FindModifiers(args))' leaks here; was allocated at [(14)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def727]
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:163:11: warning[-Wanalyzer-malloc-leak]: leak of '_GetIMS(_FindModifiers(args))'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:127:6: enter_function: entry to 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:141:5: call_function: calling '_IMVaToNestedList' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:141:5: return_function: returning to 'IMOpenIM' from '_IMVaToNestedList'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:144:17: call_function: calling '_FindModifiers' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:144:17: return_function: returning to 'IMOpenIM' from '_FindModifiers'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:146:11: call_function: calling '_GetIMS' from 'IMOpenIM'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:146:11: return_function: returning to 'IMOpenIM' from '_GetIMS'
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:147:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:153:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:157:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:163:12: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/IMConn.c:163:11: danger: '_GetIMS(_FindModifiers(args))' leaks here; was allocated at [(14)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/13)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def728]
ibus-1.5.33-rc2/util/IMdkit/IMValues.c:95:11: warning[-Wanalyzer-malloc-leak]: leak of 'args'
ibus-1.5.33-rc2/util/IMdkit/IMValues.c:80:7: enter_function: entry to 'IMGetIMValues'
ibus-1.5.33-rc2/util/IMdkit/IMValues.c:92:5: call_function: inlined call to '_IMVaToNestedList' from 'IMGetIMValues'
branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/IMValues.c:92:5: call_function: inlined call to '_IMVaToNestedList' from 'IMGetIMValues'
ibus-1.5.33-rc2/util/IMdkit/IMValues.c:92:5: call_function: inlined call to '_IMVaToNestedList' from 'IMGetIMValues'
ibus-1.5.33-rc2/util/IMdkit/IMValues.c:95:11: danger: 'args' leaks here; was allocated at [(8)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def729]
ibus-1.5.33-rc2/util/IMdkit/IMValues.c:118:11: warning[-Wanalyzer-malloc-leak]: leak of 'args'
ibus-1.5.33-rc2/util/IMdkit/IMValues.c:103:7: enter_function: entry to 'IMSetIMValues'
ibus-1.5.33-rc2/util/IMdkit/IMValues.c:115:5: call_function: inlined call to '_IMVaToNestedList' from 'IMSetIMValues'
branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/IMValues.c:115:5: call_function: inlined call to '_IMVaToNestedList' from 'IMSetIMValues'
ibus-1.5.33-rc2/util/IMdkit/IMValues.c:115:5: call_function: inlined call to '_IMVaToNestedList' from 'IMSetIMValues'
ibus-1.5.33-rc2/util/IMdkit/IMValues.c:118:11: danger: 'args' leaks here; was allocated at [(8)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def730]
ibus-1.5.33-rc2/util/IMdkit/i18nAttr.c:121:27: warning[-Wanalyzer-malloc-leak]: leak of 'args'
ibus-1.5.33-rc2/util/IMdkit/i18nAttr.c:136:6: enter_function: entry to '_Xi18nInitAttrList'
ibus-1.5.33-rc2/util/IMdkit/i18nAttr.c:145:12: call_function: calling 'CreateAttrList' from '_Xi18nInitAttrList'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def731]
ibus-1.5.33-rc2/util/IMdkit/i18nAttr.c:121:27: warning[-Wanalyzer-malloc-leak]: leak of 'p'
ibus-1.5.33-rc2/util/IMdkit/i18nAttr.c:136:6: enter_function: entry to '_Xi18nInitAttrList'
ibus-1.5.33-rc2/util/IMdkit/i18nAttr.c:145:12: call_function: calling 'CreateAttrList' from '_Xi18nInitAttrList'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def732]
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:63:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:54:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:55:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:62:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:63:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def733]
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:106:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:97:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:98:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:105:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:106:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def734]
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:169:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:160:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:161:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:168:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:169:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def735]
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:223:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:214:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:215:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:222:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:223:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def736]
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:268:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:259:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:260:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:267:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:268:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def737]
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:310:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:301:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:302:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:309:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:310:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def738]
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:377:9: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:368:35: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:369:12: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:376:9: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:377:9: danger: 'reply' leaks here; was allocated at [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def739]
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:405:9: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:396:35: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:397:12: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:404:9: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:405:9: danger: 'reply' leaks here; was allocated at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def740]
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:451:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:442:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:443:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:450:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:451:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def741]
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:496:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:487:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:488:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:495:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nClbk.c:496:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def742]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:217:10: warning[-Wanalyzer-malloc-leak]: leak of 'valuesp'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:900:6: enter_function: entry to '_Xi18nGetIC'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:950:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1003:8: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1005:14: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1005:12: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1010:13: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1010:12: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1014:18: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1016:19: call_function: calling 'CreateNestedList' from '_Xi18nGetIC'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def743]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:474:9: warning[-Wanalyzer-malloc-leak]: leak of 'valuesp'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:900:6: enter_function: entry to '_Xi18nGetIC'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:950:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1003:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1014:18: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1016:19: call_function: calling 'CreateNestedList' from '_Xi18nGetIC'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def744]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:481:9: warning[-Wanalyzer-malloc-leak]: leak of 'nest_list'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:900:6: enter_function: entry to '_Xi18nGetIC'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:950:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1003:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1014:18: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1016:19: call_function: calling 'CreateNestedList' from '_Xi18nGetIC'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def745]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:481:9: warning[-Wanalyzer-malloc-leak]: leak of 'valuesp'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:900:6: enter_function: entry to '_Xi18nGetIC'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:950:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1003:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1014:18: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1016:19: call_function: calling 'CreateNestedList' from '_Xi18nGetIC'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def746]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:482:9: warning[-Wanalyzer-malloc-leak]: leak of 'valuesp'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:900:6: enter_function: entry to '_Xi18nGetIC'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:950:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1003:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1014:18: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1016:19: call_function: calling 'CreateNestedList' from '_Xi18nGetIC'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def747]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:492:5: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:900:6: enter_function: entry to '_Xi18nGetIC'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:950:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1003:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1014:18: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1016:19: call_function: calling 'CreateNestedList' from '_Xi18nGetIC'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def748]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:492:5: warning[-Wanalyzer-malloc-leak]: leak of 'nest_list'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:900:6: enter_function: entry to '_Xi18nGetIC'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:950:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1003:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1014:18: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1016:19: call_function: calling 'CreateNestedList' from '_Xi18nGetIC'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def749]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:492:5: warning[-Wanalyzer-malloc-leak]: leak of 'valuesp'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:900:6: enter_function: entry to '_Xi18nGetIC'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:950:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1003:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1014:18: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1016:19: call_function: calling 'CreateNestedList' from '_Xi18nGetIC'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def750]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: warning[-Wanalyzer-malloc-leak]: leak of 'attrID_list'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:939:30: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: danger: 'attrID_list' leaks here; was allocated at [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def751]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:950:9: warning[-Wanalyzer-malloc-leak]: leak of 'attrID_list'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:939:30: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:950:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:950:9: danger: 'attrID_list' leaks here; was allocated at [(1)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def752]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:952:5: warning[-Wanalyzer-malloc-leak]: leak of 'attrID_list'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:939:30: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:952:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:952:5: danger: 'attrID_list' leaks here; was allocated at [(1)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def753]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1005:14: warning[-Wanalyzer-malloc-leak]: leak of 'attrID_list'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:939:30: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:952:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:955:12: branch_false: following 'false' branch (when 'i >= number')...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:997:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1003:8: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1005:14: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1005:14: danger: 'attrID_list' leaks here; was allocated at [(1)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def754]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1006:13: warning[-Wanalyzer-malloc-leak]: leak of 'attrID_list'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:939:30: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:952:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:955:12: branch_false: following 'false' branch (when 'i >= number')...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:997:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1003:8: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1005:14: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1005:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1006:13: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1006:13: danger: 'attrID_list' leaks here; was allocated at [(1)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def755]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1010:13: warning[-Wanalyzer-malloc-leak]: leak of 'attrID_list'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:939:30: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:952:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:955:12: branch_false: following 'false' branch (when 'i >= number')...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:997:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1003:8: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1005:14: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1005:12: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1010:13: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1010:13: danger: 'attrID_list' leaks here; was allocated at [(1)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def756]
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1016:19: warning[-Wanalyzer-malloc-leak]: leak of 'attrID_list'
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:939:30: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:940:8: branch_false: following 'false' branch (when 'attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:946:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:949:12: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:952:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:955:12: branch_false: following 'false' branch (when 'i >= number')...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:997:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1003:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1014:18: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nIc.c:1016:19: danger: 'attrID_list' leaks here; was allocated at [(1)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def757]
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:255:17: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:816:14: enter_function: entry to 'xi18n_setIMValues'
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:821:16: call_function: calling 'ParseArgs' from 'xi18n_setIMValues'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def758]
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:277:17: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:816:14: enter_function: entry to 'xi18n_setIMValues'
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:821:16: call_function: calling 'ParseArgs' from 'xi18n_setIMValues'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def759]
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:294:17: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:816:14: enter_function: entry to 'xi18n_setIMValues'
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:821:16: call_function: calling 'ParseArgs' from 'xi18n_setIMValues'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def760]
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:922:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:908:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:909:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:921:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:922:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def761]
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:992:9: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:966:8: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:966:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:966:9: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:970:14: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:978:35: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:979:12: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:991:9: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:992:9: danger: 'reply' leaks here; was allocated at [(5)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def762]
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:1025:9: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:1012:35: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:1013:12: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:1025:9: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:1025:9: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def763]
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:1161:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:1154:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:1155:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:1160:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nMethod.c:1161:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def764]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:118:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1800:9: call_function: calling 'ConnectMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def765]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:192:5: warning[-Wanalyzer-malloc-leak]: leak of 'call_data.changeic.preedit_attr'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1814:9: call_function: calling 'OpenMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def766]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:196:14: warning[-Wanalyzer-malloc-leak]: leak of 'call_data.changeic.preedit_attr'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1814:9: call_function: calling 'OpenMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def767]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:244:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1814:9: call_function: calling 'OpenMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def768]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:327:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1821:9: call_function: calling 'CloseMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def769]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:479:12: warning[-Wanalyzer-malloc-leak]: leak of 'call_data.queryext.extension'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def770]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:484:9: warning[-Wanalyzer-malloc-leak]: leak of 'call_data.queryext.extension'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def771]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:485:9: warning[-Wanalyzer-malloc-leak]: leak of 'call_data.queryext.extension'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def772]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:487:9: warning[-Wanalyzer-malloc-leak]: leak of 'call_data.queryext.extension'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def773]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:527:5: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def774]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:527:5: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def775]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:531:10: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def776]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:531:10: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def777]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:536:5: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def778]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:536:5: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def779]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:545:9: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def780]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:545:9: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def781]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:549:18: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def782]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:549:18: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def783]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:553:9: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def784]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:553:9: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def785]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:559:9: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def786]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:559:9: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def787]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:561:13: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def788]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:561:13: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def789]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:562:9: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def790]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:567:5: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def791]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:567:5: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def792]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:567:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def793]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:569:5: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def794]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:569:5: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def795]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:573:20: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def796]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:573:20: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def797]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:574:9: warning[-Wanalyzer-malloc-leak]: leak of '<unknown>'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def798]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:574:9: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number) + (long unsigned int)i * 16'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def799]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:580:5: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def800]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:586:5: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def801]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:587:5: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def802]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:593:1: warning[-Wanalyzer-malloc-leak]: leak of 'MakeExtensionList(i18n_core, *(IMQueryExtensionStruct *)call_data.extension, number, & reply_number)'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1828:9: call_function: calling 'QueryExtensionMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def803]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:666:13: warning[-Wanalyzer-malloc-leak]: leak of 'data'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:659:38: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:660:16: branch_false: following 'false' branch (when 'data' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:665:13: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:666:13: danger: 'data' leaks here; was allocated at [(1)](sarif:/runs/0/results/41/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def804]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:816:12: warning[-Wanalyzer-malloc-leak]: leak of 'im_attrID_list'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:801:33: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:802:8: branch_false: following 'false' branch (when 'im_attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:807:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:809:8: branch_false: following 'false' branch (when 'name_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:814:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:816:12: danger: 'im_attrID_list' leaks here; was allocated at [(1)](sarif:/runs/0/results/42/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def805]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:816:12: warning[-Wanalyzer-malloc-leak]: leak of 'name_list'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:802:8: branch_false: following 'false' branch (when 'im_attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:807:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:808:26: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:809:8: branch_false: following 'false' branch (when 'name_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:814:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:816:12: danger: 'name_list' leaks here; was allocated at [(3)](sarif:/runs/0/results/43/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def806]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:818:9: warning[-Wanalyzer-malloc-leak]: leak of 'im_attrID_list'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:801:33: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:802:8: branch_false: following 'false' branch (when 'im_attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:807:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:809:8: branch_false: following 'false' branch (when 'name_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:814:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:816:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:818:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:818:9: danger: 'im_attrID_list' leaks here; was allocated at [(1)](sarif:/runs/0/results/44/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def807]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:818:9: warning[-Wanalyzer-malloc-leak]: leak of 'name_list'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:802:8: branch_false: following 'false' branch (when 'im_attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:807:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:808:26: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:809:8: branch_false: following 'false' branch (when 'name_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:814:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:816:12: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:818:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:818:9: danger: 'name_list' leaks here; was allocated at [(3)](sarif:/runs/0/results/45/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def808]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:821:5: warning[-Wanalyzer-malloc-leak]: leak of 'im_attrID_list'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:801:33: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:802:8: branch_false: following 'false' branch (when 'im_attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:807:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:809:8: branch_false: following 'false' branch (when 'name_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:814:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:816:12: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:821:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:821:5: danger: 'im_attrID_list' leaks here; was allocated at [(1)](sarif:/runs/0/results/46/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def809]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:821:5: warning[-Wanalyzer-malloc-leak]: leak of 'name_list'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:802:8: branch_false: following 'false' branch (when 'im_attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:807:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:808:26: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:809:8: branch_false: following 'false' branch (when 'name_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:814:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:816:12: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:821:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:821:5: danger: 'name_list' leaks here; was allocated at [(3)](sarif:/runs/0/results/47/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def810]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:836:5: warning[-Wanalyzer-malloc-leak]: leak of 'im_attrID_list'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:801:33: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:802:8: branch_false: following 'false' branch (when 'im_attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:807:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:809:8: branch_false: following 'false' branch (when 'name_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:814:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:816:12: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:821:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:824:18: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:834:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:836:5: danger: 'im_attrID_list' leaks here; was allocated at [(1)](sarif:/runs/0/results/48/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def811]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:901:5: warning[-Wanalyzer-malloc-leak]: leak of 'im_attrID_list'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:801:33: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:802:8: branch_false: following 'false' branch (when 'im_attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:807:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:809:8: branch_true: following 'true' branch (when 'name_list' is NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:810:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:901:5: danger: 'im_attrID_list' leaks here; was allocated at [(1)](sarif:/runs/0/results/49/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def812]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:904:9: warning[-Wanalyzer-malloc-leak]: leak of 'im_attrID_list'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:801:33: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:802:8: branch_false: following 'false' branch (when 'im_attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:807:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:809:8: branch_true: following 'true' branch (when 'name_list' is NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:810:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:903:8: branch_true: following 'true' branch (when 'im_attrID_list' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:904:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:904:9: danger: 'im_attrID_list' leaks here; was allocated at [(1)](sarif:/runs/0/results/50/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def813]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1044:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1035:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1036:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1043:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1044:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/51/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def814]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1110:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1101:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1102:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1109:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1110:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/52/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def815]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1393:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1384:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1385:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1392:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1393:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/53/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def816]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1506:16: warning[-Wanalyzer-malloc-leak]: leak of 'call_data.queryext.extension'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1934:9: call_function: calling 'EncodingNegotiatonMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def817]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1511:13: warning[-Wanalyzer-malloc-leak]: leak of 'call_data.queryext.extension'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1934:9: call_function: calling 'EncodingNegotiatonMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def818]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1512:13: warning[-Wanalyzer-malloc-leak]: leak of 'call_data.queryext.extension'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1934:9: call_function: calling 'EncodingNegotiatonMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def819]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1514:13: warning[-Wanalyzer-malloc-leak]: leak of 'call_data.queryext.extension'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1772:6: enter_function: entry to '_Xi18nMessageHandler'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1784:8: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1788:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1934:9: call_function: calling 'EncodingNegotiatonMessageProc' from '_Xi18nMessageHandler'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def820]
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1608:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1599:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1600:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1607:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nPtHdr.c:1608:5: danger: 'reply' leaks here; was allocated at [(1)](sarif:/runs/0/results/58/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def821]
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:169:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply_hdr'
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:265:6: enter_function: entry to '_Xi18nSetEventMask'
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:278:10: call_function: calling '_Xi18nNeedSwap' from '_Xi18nSetEventMask'
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:278:10: return_function: returning to '_Xi18nSetEventMask' from '_Xi18nNeedSwap'
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:284:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:289:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:297:5: call_function: calling '_Xi18nSendMessage' from '_Xi18nSetEventMask'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def822]
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:190:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:265:6: enter_function: entry to '_Xi18nSetEventMask'
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:278:10: call_function: calling '_Xi18nNeedSwap' from '_Xi18nSetEventMask'
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:278:10: return_function: returning to '_Xi18nSetEventMask' from '_Xi18nNeedSwap'
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:284:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:289:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:297:5: call_function: calling '_Xi18nSendMessage' from '_Xi18nSetEventMask'
Error: GCC_ANALYZER_WARNING (CWE-401): [#def823]
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:290:5: warning[-Wanalyzer-malloc-leak]: leak of 'reply'
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:265:6: enter_function: entry to '_Xi18nSetEventMask'
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:278:10: call_function: calling '_Xi18nNeedSwap' from '_Xi18nSetEventMask'
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:278:10: return_function: returning to '_Xi18nSetEventMask' from '_Xi18nNeedSwap'
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:283:31: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:284:8: branch_false: following 'false' branch (when 'reply' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:289:5: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nUtil.c:290:5: danger: 'reply' leaks here; was allocated at [(12)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/11)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def824]
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:66:32: warning[-Wanalyzer-malloc-leak]: leak of 'x_client'
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:60:28: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:61:8: branch_false: following 'false' branch (when 'x_client' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:65:9: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:66:32: danger: 'x_client' leaks here; was allocated at [(1)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def825]
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:200:9: warning[-Wanalyzer-malloc-leak]: leak of 'p'
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:92:12: branch_true: following 'true' branch (when 'client' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:93:9: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:102:8: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:141:13: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:141:13: branch_true: following 'true' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:143:48: branch_true: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:157:12: branch_false: following 'false' branch (when 'length != 0')...
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:162:18: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:181:12: branch_false: following 'false' branch...
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:196:36: acquire_memory: allocated here
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:196:12: branch_false: following 'false' branch (when 'p' is non-NULL)...
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:199:9: branch_false: ...to here
ibus-1.5.33-rc2/util/IMdkit/i18nX.c:200:9: danger: 'p' leaks here; was allocated at [(11)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/10)
Scan Properties
| analyzer-version-clippy | 1.90.0 |
| analyzer-version-cppcheck | 2.18.3 |
| analyzer-version-gcc | 15.2.1 |
| analyzer-version-gcc-analyzer | 16.0.0 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-65.us-west-2.compute.internal |
| known-false-positives | /usr/share/csmock/known-false-positives.js |
| known-false-positives-rpm | known-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch |
| mock-config | fedora-rawhide-gcc-latest-x86_64 |
| project-name | ibus-1.5.33~rc2-3.fc44 |
| store-results-to | /tmp/tmpgvevppl2/ibus-1.5.33~rc2-3.fc44.tar.xz |
| time-created | 2025-10-28 18:24:37 |
| time-finished | 2025-10-28 18:33:11 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-gcc-latest-x86_64' '-t' 'gcc,cppcheck,shellcheck,clippy,unicontrol' '-o' '/tmp/tmpgvevppl2/ibus-1.5.33~rc2-3.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--install=gcc-latest' '--gcc-analyzer-bin=/opt/gcc-latest/bin/gcc' '/tmp/tmpgvevppl2/ibus-1.5.33~rc2-3.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251027.143044.ge6b947b-1.el9 |