gtk2-2.24.33-23.fc44
List of Findings
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1]
gtk+-2.24.33/demos/gtk-demo/combobox.c:26:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘p’
gtk+-2.24.33/demos/gtk-demo/combobox.c:19:1: enter_function: entry to ‘strip_underscore’
gtk+-2.24.33/demos/gtk-demo/combobox.c:26:10: danger: dereference of NULL ‘p’
Error: COMPILER_WARNING: [#def2]
gtk+-2.24.33/demos/gtk-demo/main.c: scope_hint: In function ‘main’
gtk+-2.24.33/demos/gtk-demo/main.c:935:15: warning[-Wunused-but-set-variable=]: variable ‘tag’ set but not used
Error: COMPILER_WARNING: [#def3]
gtk+-2.24.33/demos/gtk-demo/textview.c: scope_hint: In function ‘insert_text’
gtk+-2.24.33/demos/gtk-demo/textview.c:135:23: warning[-Wunused-but-set-variable=]: variable ‘anchor’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def4]
gtk+-2.24.33/demos/testanimation.c: scope_hint: In function ‘progressive_prepared_callback’
gtk+-2.24.33/demos/testanimation.c:102:33: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_loader_get_animation’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:39: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixbuf.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:28: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:33: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:32: included_from: Included from here.
gtk+-2.24.33/demos/testanimation.c:27: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-loader.h:102:22: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def5]
gtk+-2.24.33/demos/testanimation.c:102:33: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_loader_get_animation’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def6]
gtk+-2.24.33/demos/testpixbuf.c: scope_hint: In function ‘main’
gtk+-2.24.33/demos/testpixbuf.c:566:25: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixbuf.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:28: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:33: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:32: included_from: Included from here.
gtk+-2.24.33/demos/testpixbuf.c:28: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def7]
gtk+-2.24.33/demos/testpixbuf.c:566:25: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def8]
gtk+-2.24.33/demos/testpixbuf.c:572:17: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_inline’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:295:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def9]
gtk+-2.24.33/demos/testpixbuf.c:572:17: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_inline’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def10]
gtk+-2.24.33/demos/testpixbuf.c:582:17: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_inline’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:295:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def11]
gtk+-2.24.33/demos/testpixbuf.c:582:17: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_inline’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-775): [#def12]
gtk+-2.24.33/demos/testpixbuf.c:637:42: warning[-Wanalyzer-file-leak]: leak of FILE ‘status.imagefile’
gtk+-2.24.33/demos/testpixbuf.c:555:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/demos/testpixbuf.c:555:12: branch_false: ...to here
gtk+-2.24.33/demos/testpixbuf.c:632:44: acquire_resource: opened here
gtk+-2.24.33/demos/testpixbuf.c:633:25: branch_true: following ‘true’ branch...
gtk+-2.24.33/demos/testpixbuf.c:635:25: branch_true: ...to here
gtk+-2.24.33/demos/testpixbuf.c:637:42: throw: if ‘gdk_threads_add_timeout’ throws an exception...
gtk+-2.24.33/demos/testpixbuf.c:637:42: danger: ‘status.imagefile’ leaks here; was opened at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def13]
gtk+-2.24.33/demos/testpixbuf.c:637:42: warning[-Wanalyzer-malloc-leak]: leak of ‘status.imagefile’
gtk+-2.24.33/demos/testpixbuf.c:555:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/demos/testpixbuf.c:555:12: branch_false: ...to here
gtk+-2.24.33/demos/testpixbuf.c:632:44: acquire_memory: allocated here
gtk+-2.24.33/demos/testpixbuf.c:633:25: branch_true: following ‘true’ branch...
gtk+-2.24.33/demos/testpixbuf.c:635:25: branch_true: ...to here
gtk+-2.24.33/demos/testpixbuf.c:637:42: throw: if ‘gdk_threads_add_timeout’ throws an exception...
gtk+-2.24.33/demos/testpixbuf.c:637:42: danger: ‘status.imagefile’ leaks here; was allocated at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
Error: COMPILER_WARNING: [#def14]
gtk+-2.24.33/docs/tools/shadow.c:90:15: warning[-Wunused-but-set-variable=]: variable ‘sumr’ set but not used
Error: COMPILER_WARNING: [#def15]
gtk+-2.24.33/docs/tools/shadow.c:90:25: warning[-Wunused-but-set-variable=]: variable ‘sumg’ set but not used
Error: COMPILER_WARNING: [#def16]
gtk+-2.24.33/docs/tools/shadow.c: scope_hint: In function ‘create_shadow’
gtk+-2.24.33/docs/tools/shadow.c:90:35: warning[-Wunused-but-set-variable=]: variable ‘sumb’ set but not used
Error: COMPILER_WARNING: [#def17]
gtk+-2.24.33/docs/tools/shooter.c:124:12: warning[-Wunused-but-set-variable=]: variable ‘disp’ set but not used
Error: COMPILER_WARNING: [#def18]
gtk+-2.24.33/docs/tools/shooter.c: scope_hint: In function ‘take_window_shot’
gtk+-2.24.33/docs/tools/shooter.c:125:10: warning[-Wunused-but-set-variable=]: variable ‘w’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def19]
gtk+-2.24.33/gdk/gdk.c: scope_hint: In function ‘IA__gdk_pre_parse_libgtk_only’
gtk+-2.24.33/gdk/gdk.c:217:3: warning[-Wdeprecated-declarations]: ‘g_type_init’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.c:32: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def20]
gtk+-2.24.33/gdk/gdk.c:217:3: warning[-Wdeprecated-declarations]: ‘g_type_init’ is deprecated
Error: COMPILER_WARNING: [#def21]
gtk+-2.24.33/gdk/gdk.c:475:8: warning[warning]: Deprecated pre-processor symbol
Error: COMPILER_WARNING (CWE-477): [#def22]
gtk+-2.24.33/gdk/gdk.c:478:3: warning[-Wdeprecated-declarations]: ‘g_mutex_new’ is deprecated
/usr/include/glib-2.0/glib.h:115: included_from: Included from here.
/usr/include/glib-2.0/glib/deprecated/gthread.h:283:17: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def23]
gtk+-2.24.33/gdk/gdk.c:478:3: warning[-Wdeprecated-declarations]: ‘g_mutex_new’ is deprecated
Error: COMPILER_WARNING (CWE-9001): [#def24]
gtk+-2.24.33/gdk/x11/gdkpixmap-x11.c:462: included_from: Included from here.
gtk+-2.24.33/gdk/gdkaliasdef.c:1366:48: warning[-Wmissing-attributes]: ‘gdk_pixmap_impl_x11_get_type’ specifies less restrictive attribute than its target ‘IA__gdk_pixmap_impl_x11_get_type’: ‘const’
gtk+-2.24.33/gdk/x11/gdkpixmap-x11.c:43: included_from: Included from here.
gtk+-2.24.33/gdk/gdkalias.h:1363:38: note: ‘gdk_pixmap_impl_x11_get_type’ target declared here
/usr/include/glib-2.0/gobject/gtype.h:2305:1: note: in expansion of macro ‘gdk_pixmap_impl_x11_get_type’
/usr/include/glib-2.0/gobject/gtype.h:2343:3: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN_PRE’
/usr/include/glib-2.0/gobject/gtype.h:2053:61: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
/usr/include/glib-2.0/gobject/gtype.h:1834:61: note: in expansion of macro ‘G_DEFINE_TYPE_EXTENDED’
gtk+-2.24.33/gdk/x11/gdkpixmap-x11.c:66:1: note: in expansion of macro ‘G_DEFINE_TYPE’
Error: COMPILER_WARNING (CWE-9001): [#def25]
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:5690: included_from: Included from here.
gtk+-2.24.33/gdk/gdkaliasdef.c: scope_hint: At top level
gtk+-2.24.33/gdk/gdkaliasdef.c:1375:48: warning[-Wmissing-attributes]: ‘gdk_window_impl_x11_get_type’ specifies less restrictive attribute than its target ‘IA__gdk_window_impl_x11_get_type’: ‘const’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:53: included_from: Included from here.
gtk+-2.24.33/gdk/gdkalias.h:1372:38: note: ‘gdk_window_impl_x11_get_type’ target declared here
/usr/include/glib-2.0/gobject/gtype.h:2305:1: note: in expansion of macro ‘gdk_window_impl_x11_get_type’
/usr/include/glib-2.0/gobject/gtype.h:2343:3: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN_PRE’
/usr/include/glib-2.0/gobject/gtype.h:1850:61: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:133:1: note: in expansion of macro ‘G_DEFINE_TYPE_WITH_CODE’
Error: COMPILER_WARNING (CWE-9001): [#def26]
gtk+-2.24.33/gdk/gdkoffscreenwindow.c:1308: included_from: Included from here.
gtk+-2.24.33/gdk/gdkaliasdef.c: scope_hint: At top level
gtk+-2.24.33/gdk/gdkaliasdef.c:1699:49: warning[-Wmissing-attributes]: ‘gdk_offscreen_window_get_type’ specifies less restrictive attribute than its target ‘IA__gdk_offscreen_window_get_type’: ‘const’
gtk+-2.24.33/gdk/gdkoffscreenwindow.c:40: included_from: Included from here.
gtk+-2.24.33/gdk/gdkalias.h:1696:39: note: ‘gdk_offscreen_window_get_type’ target declared here
/usr/include/glib-2.0/gobject/gtype.h:2305:1: note: in expansion of macro ‘gdk_offscreen_window_get_type’
/usr/include/glib-2.0/gobject/gtype.h:2343:3: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN_PRE’
/usr/include/glib-2.0/gobject/gtype.h:1850:61: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
gtk+-2.24.33/gdk/gdkoffscreenwindow.c:76:1: note: in expansion of macro ‘G_DEFINE_TYPE_WITH_CODE’
Error: COMPILER_WARNING (CWE-9001): [#def27]
gtk+-2.24.33/gdk/gdkapplaunchcontext.c:292: included_from: Included from here.
gtk+-2.24.33/gdk/gdkaliasdef.c: scope_hint: At top level
gtk+-2.24.33/gdk/gdkaliasdef.c:2882:51: warning[-Wmissing-attributes]: ‘gdk_app_launch_context_get_type’ specifies less restrictive attribute than its target ‘IA__gdk_app_launch_context_get_type’: ‘const’
gtk+-2.24.33/gdk/gdkapplaunchcontext.c:29: included_from: Included from here.
gtk+-2.24.33/gdk/gdkalias.h:2879:41: note: ‘gdk_app_launch_context_get_type’ target declared here
/usr/include/glib-2.0/gobject/gtype.h:2305:1: note: in expansion of macro ‘gdk_app_launch_context_get_type’
/usr/include/glib-2.0/gobject/gtype.h:2343:3: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN_PRE’
/usr/include/glib-2.0/gobject/gtype.h:2053:61: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
/usr/include/glib-2.0/gobject/gtype.h:1834:61: note: in expansion of macro ‘G_DEFINE_TYPE_EXTENDED’
gtk+-2.24.33/gdk/gdkapplaunchcontext.c:38:1: note: in expansion of macro ‘G_DEFINE_TYPE’
Error: COMPILER_WARNING (CWE-477): [#def28]
gtk+-2.24.33/gdk/gdkapplaunchcontext.c: scope_hint: In function ‘gdk_app_launch_context_class_init’
gtk+-2.24.33/gdk/gdkapplaunchcontext.c:53:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdkapplaunchcontext.c:25: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def29]
gtk+-2.24.33/gdk/gdkapplaunchcontext.c:53:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def30]
gtk+-2.24.33/gdk/gdkapplaunchcontext.c:59:19: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-126): [#def31]
gtk+-2.24.33/gdk/gdkevents.c:448:29: warning[-Wanalyzer-out-of-bounds]: stack-based buffer over-read
gtk+-2.24.33/gdk/gdkevents.c:1168:1: enter_function: entry to ‘gdk_synthesize_click’
gtk+-2.24.33/gdk/gdkevents.c:1176:3: branch_true: following ‘true’ branch (when ‘event’ is non-NULL)...
gtk+-2.24.33/gdk/gdkevents.c:1178:3: branch_true: ...to here
gtk+-2.24.33/gdk/gdkevents.c:1181:16: call_function: calling ‘IA__gdk_event_copy’ from ‘gdk_synthesize_click’
Error: COMPILER_WARNING (CWE-477): [#def32]
gtk+-2.24.33/gdk/gdkevents.c: scope_hint: In function ‘IA__gdk_event_copy’
gtk+-2.24.33/gdk/gdkevents.c:486:9: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/gdkevents.c:30: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def33]
gtk+-2.24.33/gdk/gdkevents.c:486:9: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: COMPILER_WARNING (CWE-477): [#def34]
gtk+-2.24.33/gdk/gdkevents.c:492:9: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def35]
gtk+-2.24.33/gdk/gdkevents.c:492:9: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: COMPILER_WARNING: [#def36]
gtk+-2.24.33/gdk/gdkevents.c: scope_hint: In function ‘gdk_synthesize_click’
gtk+-2.24.33/gdk/gdkevents.c:1174:10: warning[-Wunused-but-set-variable=]: variable ‘link’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def37]
gtk+-2.24.33/gdk/gdkgc.c: scope_hint: In function ‘gdk_gc_class_init’
gtk+-2.24.33/gdk/gdkgc.c:77:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-coverage.h:25: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-font.h:25: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-attributes.h:25: included_from: Included from here.
/usr/include/pango-1.0/pango/pango.h:25: included_from: Included from here.
gtk+-2.24.33/gdk/gdktypes.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcolor.h:35: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:27: included_from: Included from here.
gtk+-2.24.33/gdk/gdkgc.c:30: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def38]
gtk+-2.24.33/gdk/gdkgc.c:77:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def39]
gtk+-2.24.33/gdk/gdkgc.c:83:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def40]
gtk+-2.24.33/gdk/gdkgc.c:165:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def41]
gtk+-2.24.33/gdk/gdkgc.c:211:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def42]
gtk+-2.24.33/gdk/gdkgc.c:307:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def43]
gtk+-2.24.33/gdk/gdkgc.c:641:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def44]
gtk+-2.24.33/gdk/gdkgc.c:675:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def45]
gtk+-2.24.33/gdk/gdkgc.c:766:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def46]
gtk+-2.24.33/gdk/gdkgc.c:864:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def47]
gtk+-2.24.33/gdk/gdkgc.c:882:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def48]
gtk+-2.24.33/gdk/gdkgc.c:898:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def49]
gtk+-2.24.33/gdk/gdkgc.c:906:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def50]
gtk+-2.24.33/gdk/gdkgc.c:923:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def51]
gtk+-2.24.33/gdk/gdkgc.c:940:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def52]
gtk+-2.24.33/gdk/gdkgc.c:958:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def53]
gtk+-2.24.33/gdk/gdkgc.c:976:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def54]
gtk+-2.24.33/gdk/gdkgc.c:997:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def55]
gtk+-2.24.33/gdk/gdkgc.c:1013:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def56]
gtk+-2.24.33/gdk/gdkgc.c:1172:14: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def57]
gtk+-2.24.33/gdk/gdkgc.c:1173:14: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def58]
gtk+-2.24.33/gdk/gdkgc.c:1420:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def59]
gtk+-2.24.33/gdk/gdkgc.c:1434:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def60]
gtk+-2.24.33/gdk/gdkgc.c:1482:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def61]
gtk+-2.24.33/gdk/gdkoffscreenwindow.c:902:8: warning[-Wunused-but-set-variable=]: variable ‘dx’ set but not used
Error: COMPILER_WARNING: [#def62]
gtk+-2.24.33/gdk/gdkoffscreenwindow.c:902:12: warning[-Wunused-but-set-variable=]: variable ‘dy’ set but not used
Error: COMPILER_WARNING: [#def63]
gtk+-2.24.33/gdk/gdkoffscreenwindow.c:902:16: warning[-Wunused-but-set-variable=]: variable ‘dw’ set but not used
Error: COMPILER_WARNING: [#def64]
gtk+-2.24.33/gdk/gdkoffscreenwindow.c: scope_hint: In function ‘gdk_offscreen_window_move_resize_internal’
gtk+-2.24.33/gdk/gdkoffscreenwindow.c:902:20: warning[-Wunused-but-set-variable=]: variable ‘dh’ set but not used
Error: COMPILER_WARNING: [#def65]
gtk+-2.24.33/gdk/gdkoffscreenwindow.c: scope_hint: In function ‘gdk_offscreen_window_move_resize’
gtk+-2.24.33/gdk/gdkoffscreenwindow.c:962:23: warning[-Wunused-but-set-variable=]: variable ‘offscreen’ set but not used
Error: COMPILER_WARNING: [#def66]
gtk+-2.24.33/gdk/gdkoffscreenwindow.c:998:23: warning[-Wunused-but-set-variable=]: variable ‘offscreen’ set but not used
Error: COMPILER_WARNING: [#def67]
gtk+-2.24.33/gdk/gdkoffscreenwindow.c: scope_hint: In function ‘gdk_offscreen_window_hide’
gtk+-2.24.33/gdk/gdkoffscreenwindow.c:999:15: warning[-Wunused-but-set-variable=]: variable ‘display’ set but not used
Error: COMPILER_WARNING: [#def68]
gtk+-2.24.33/gdk/gdkpango.c:506:20: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def69]
gtk+-2.24.33/gdk/gdkpango.c: scope_hint: In function ‘gdk_pango_renderer_class_init’
gtk+-2.24.33/gdk/gdkpango.c:545:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def70]
gtk+-2.24.33/gdk/gdkpango.c:545:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def71]
gtk+-2.24.33/gdk/gdkpixmap.c: scope_hint: In function ‘IA__gdk_pixmap_colormap_create_from_xpm_d’
gtk+-2.24.33/gdk/gdkpixmap.c:798:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34: included_from: Included from here.
gtk+-2.24.33/gdk/gdkdrawable.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixmap.h:35: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixmap.c:28: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def72]
gtk+-2.24.33/gdk/gdkpixmap.c:798:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-457): [#def73]
gtk+-2.24.33/gdk/gdkpolyreg-generic.c:433:9: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*CurPtBlock.next’
gtk+-2.24.33/gdk/gdkpolyreg-generic.c:466:1: enter_function: entry to ‘IA__gdk_region_polygon’
gtk+-2.24.33/gdk/gdkpolyreg-generic.c:519:8: branch_true: following ‘true’ branch (when ‘fill_rule == 0’)...
gtk+-2.24.33/gdk/gdkpolyreg-generic.c:523:14: branch_true: ...to here
gtk+-2.24.33/gdk/gdkpolyreg-generic.c:523:27: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/gdkpolyreg-generic.c:615:17: branch_false: ...to here
gtk+-2.24.33/gdk/gdkpolyreg-generic.c:616:12: call_function: calling ‘PtsToRegion’ from ‘IA__gdk_region_polygon’
Error: COMPILER_WARNING (CWE-457): [#def74]
gtk+-2.24.33/gdk/gdkpolyreg-generic.c: scope_hint: In function ‘IA__gdk_region_polygon’
gtk+-2.24.33/gdk/gdkpolyreg-generic.c:523:16: warning[-Wmaybe-uninitialized]: ‘ET.ymin’ may be used uninitialized
gtk+-2.24.33/gdk/gdkpolyreg-generic.c:478:15: note: ‘ET’ declared here
Error: COMPILER_WARNING (CWE-457): [#def75]
gtk+-2.24.33/gdk/gdkpolyreg-generic.c:523:33: warning[-Wmaybe-uninitialized]: ‘ET.ymax’ may be used uninitialized
gtk+-2.24.33/gdk/gdkpolyreg-generic.c:478:15: note: ‘ET’ declared here
Error: COMPILER_WARNING: [#def76]
gtk+-2.24.33/gdk/gdkrgb.c: scope_hint: In function ‘gdk_rgb_try_colormap’
gtk+-2.24.33/gdk/gdkrgb.c:201:8: warning[-Wunused-but-set-variable=]: variable ‘colors_needed’ set but not used
Error: COMPILER_WARNING: [#def77]
gtk+-2.24.33/gdk/gdkrgb.c: scope_hint: In function ‘gdk_rgb_set_gray_cmap’
gtk+-2.24.33/gdk/gdkrgb.c:487:12: warning[-Wunused-but-set-variable=]: variable ‘status’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-835): [#def78]
gtk+-2.24.33/gdk/gdkrgb.c:3561:10: warning[-Wanalyzer-infinite-loop]: infinite loop
gtk+-2.24.33/gdk/gdkrgb.c:3561:10: danger: infinite loop here
gtk+-2.24.33/gdk/gdkrgb.c:3561:10: branch_true: when ‘tmp_list’ is non-NULL: always following ‘true’ branch...
gtk+-2.24.33/gdk/gdkrgb.c:3563:6: branch_true: ...to here
gtk+-2.24.33/gdk/gdkrgb.c:3564:10: branch_false: if it ever follows ‘false’ branch, it will always do so...
gtk+-2.24.33/gdk/gdkrgb.c:3564:10: branch_false: ...to here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def79]
gtk+-2.24.33/gdk/gdkwindow.c:5384:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gdk/gdkwindow.c:6356:1: enter_function: entry to ‘IA__gdk_window_thaw_toplevel_updates_libgtk_only’
gtk+-2.24.33/gdk/gdkwindow.c:6361:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/gdkwindow.c:6362:3: branch_true: ...to here
gtk+-2.24.33/gdk/gdkwindow.c:6362:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/gdkwindow.c:6364:3: branch_true: ...to here
gtk+-2.24.33/gdk/gdkwindow.c:6366:3: call_function: calling ‘gdk_window_schedule_update’ from ‘IA__gdk_window_thaw_toplevel_updates_libgtk_only’
Error: COMPILER_WARNING: [#def80]
gtk+-2.24.33/gdk/gdkwindow.c:7429:21: warning[-Wunused-but-set-variable=]: variable ‘old_abs_x’ set but not used
Error: COMPILER_WARNING: [#def81]
gtk+-2.24.33/gdk/gdkwindow.c:7429:32: warning[-Wunused-but-set-variable=]: variable ‘old_abs_y’ set but not used
Error: COMPILER_WARNING: [#def82]
gtk+-2.24.33/gdk/gdkwindow.c:7430:7: warning[-Wunused-but-set-variable=]: variable ‘dx’ set but not used
Error: COMPILER_WARNING: [#def83]
gtk+-2.24.33/gdk/gdkwindow.c: scope_hint: In function ‘gdk_window_move_resize_toplevel’
gtk+-2.24.33/gdk/gdkwindow.c:7430:11: warning[-Wunused-but-set-variable=]: variable ‘dy’ set but not used
Error: COMPILER_WARNING: [#def84]
gtk+-2.24.33/gdk/gdkwindow.c: scope_hint: In function ‘IA__gdk_window_shape_combine_mask’
gtk+-2.24.33/gdk/gdkwindow.c:8648:20: warning[-Wunused-but-set-variable=]: variable ‘private’ set but not used
Error: COMPILER_WARNING: [#def85]
gtk+-2.24.33/gdk/gdkwindow.c: scope_hint: In function ‘IA__gdk_window_input_shape_combine_mask’
gtk+-2.24.33/gdk/gdkwindow.c:8860:20: warning[-Wunused-but-set-variable=]: variable ‘private’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-775): [#def86]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def87]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def88]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def89]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def90]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def91]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def92]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def93]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def94]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def95]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def96]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def97]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def98]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def99]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def100]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def101]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def102]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def103]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def104]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def105]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def106]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:599:1: enter_function: entry to ‘dump_error_quark’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def107]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def108]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def109]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def110]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def111]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:685:25: branch_true: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/199/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def112]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:685:25: branch_true: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/200/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def113]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:685:25: branch_true: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/203/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def114]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:685:25: branch_true: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/204/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def115]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(6)](sarif:/runs/0/results/205/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def116]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was opened at [(8)](sarif:/runs/0/results/206/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def117]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(6)](sarif:/runs/0/results/207/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def118]
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspect_yu0o46i/GdkX11-2.0.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was allocated at [(8)](sarif:/runs/0/results/208/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def119]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def120]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def121]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def122]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def123]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def124]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def125]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def126]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def127]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def128]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def129]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def130]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def131]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def132]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def133]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def134]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def135]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def136]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def137]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def138]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def139]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:599:1: enter_function: entry to ‘dump_error_quark’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def140]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def141]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def142]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def143]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def144]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:685:25: branch_true: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/199/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def145]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:685:25: branch_true: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/200/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def146]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:685:25: branch_true: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/203/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def147]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:685:25: branch_true: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/204/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def148]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(6)](sarif:/runs/0/results/205/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def149]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was opened at [(8)](sarif:/runs/0/results/206/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def150]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(6)](sarif:/runs/0/results/207/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def151]
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gtk+-2.24.33/gdk/tmp-introspectmz1ly_4r/Gdk-2.0.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was allocated at [(8)](sarif:/runs/0/results/208/codeFlows/0/threadFlows/0/locations/7)
Error: COMPILER_WARNING (CWE-477): [#def152]
gtk+-2.24.33/gdk/x11/gdkapplaunchcontext-x11.c:140:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/galloca.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/x11/gdkapplaunchcontext-x11.c:28: included_from: Included from here.
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def153]
gtk+-2.24.33/gdk/x11/gdkapplaunchcontext-x11.c:140:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def154]
gtk+-2.24.33/gdk/x11/gdkapplaunchcontext-x11.c: scope_hint: In function ‘startup_timeout’
gtk+-2.24.33/gdk/x11/gdkapplaunchcontext-x11.c:183:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def155]
gtk+-2.24.33/gdk/x11/gdkapplaunchcontext-x11.c:183:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def156]
gtk+-2.24.33/gdk/x11/gdkapplaunchcontext-x11.c:190:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
/usr/include/glib-2.0/glib/giochannel.h:35: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/glib/gmain.h:828:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def157]
gtk+-2.24.33/gdk/x11/gdkapplaunchcontext-x11.c:190:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
Error: COMPILER_WARNING (CWE-477): [#def158]
gtk+-2.24.33/gdk/x11/gdkapplaunchcontext-x11.c: scope_hint: In function ‘add_startup_timeout’
gtk+-2.24.33/gdk/x11/gdkapplaunchcontext-x11.c:252:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
/usr/include/glib-2.0/glib/gmain.h:828:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def159]
gtk+-2.24.33/gdk/x11/gdkapplaunchcontext-x11.c:252:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
Error: COMPILER_WARNING: [#def160]
gtk+-2.24.33/gdk/x11/gdkasync.c: scope_hint: In function ‘send_event_handler’
gtk+-2.24.33/gdk/x11/gdkasync.c:159:28: warning[-Wunused-but-set-variable=]: variable ‘repl’ set but not used
Error: COMPILER_WARNING: [#def161]
gtk+-2.24.33/gdk/x11/gdkasync.c: scope_hint: In function ‘_gdk_x11_send_client_message_async’
gtk+-2.24.33/gdk/x11/gdkasync.c:278:11: warning[-Wunused-but-set-variable=]: variable ‘req’ set but not used
Error: COMPILER_WARNING: [#def162]
gtk+-2.24.33/gdk/x11/gdkasync.c: scope_hint: In function ‘set_input_focus_handler’
gtk+-2.24.33/gdk/x11/gdkasync.c:312:28: warning[-Wunused-but-set-variable=]: variable ‘repl’ set but not used
Error: COMPILER_WARNING: [#def163]
gtk+-2.24.33/gdk/x11/gdkasync.c: scope_hint: In function ‘_gdk_x11_set_input_focus_safe’
gtk+-2.24.33/gdk/x11/gdkasync.c:371:11: warning[-Wunused-but-set-variable=]: variable ‘req’ set but not used
Error: CPPCHECK_WARNING (CWE-457): [#def164]
gtk+-2.24.33/gdk/x11/gdkasync.c:446: error[uninitvar]: Uninitialized variables: state.dpy, state.get_property_req
Error: CPPCHECK_WARNING (CWE-562): [#def165]
gtk+-2.24.33/gdk/x11/gdkasync.c:447: error[autoVariables]: Address of local auto-variable assigned to a function parameter.
Error: COMPILER_WARNING: [#def166]
gtk+-2.24.33/gdk/x11/gdkasync.c: scope_hint: In function ‘roundtrip_handler’
gtk+-2.24.33/gdk/x11/gdkasync.c:781:28: warning[-Wunused-but-set-variable=]: variable ‘repl’ set but not used
Error: COMPILER_WARNING: [#def167]
gtk+-2.24.33/gdk/x11/gdkasync.c: scope_hint: In function ‘_gdk_x11_roundtrip_async’
gtk+-2.24.33/gdk/x11/gdkasync.c:834:11: warning[-Wunused-but-set-variable=]: variable ‘req’ set but not used
Error: COMPILER_WARNING: [#def168]
gtk+-2.24.33/gdk/x11/gdkcolor-x11.c:78:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def169]
gtk+-2.24.33/gdk/x11/gdkcolor-x11.c: scope_hint: In function ‘gdk_colormap_class_init’
gtk+-2.24.33/gdk/x11/gdkcolor-x11.c:99:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-coverage.h:25: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-font.h:25: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-attributes.h:25: included_from: Included from here.
/usr/include/pango-1.0/pango/pango.h:25: included_from: Included from here.
gtk+-2.24.33/gdk/gdktypes.h:37: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def170]
gtk+-2.24.33/gdk/x11/gdkcolor-x11.c:99:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def171]
gtk+-2.24.33/gdk/x11/gdkcursor-x11.c: scope_hint: In function ‘IA__gdk_x11_display_set_cursor_theme’
gtk+-2.24.33/gdk/x11/gdkcursor-x11.c:638:18: warning[-Wunused-but-set-variable=]: variable ‘display_x11’ set but not used
Error: COMPILER_WARNING (CWE-704): [#def172]
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c: scope_hint: In function ‘IA__gdk_display_open’
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:320:24: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def173]
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:320:24: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def174]
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:328:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def175]
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:328:11: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING: [#def176]
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c: scope_hint: In function ‘IA__gdk_display_pointer_ungrab’
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:628:18: warning[-Wunused-but-set-variable=]: variable ‘display_x11’ set but not used
Error: COMPILER_WARNING: [#def177]
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c: scope_hint: In function ‘IA__gdk_display_keyboard_ungrab’
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:670:18: warning[-Wunused-but-set-variable=]: variable ‘display_x11’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def178]
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:945:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:937:1: enter_function: entry to ‘_gdk_x11_display_screen_for_xrootwin’
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:942:15: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:944:27: branch_true: ...to here
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:944:27: call_function: calling ‘IA__gdk_display_get_screen’ from ‘_gdk_x11_display_screen_for_xrootwin’
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:944:27: return_function: returning to ‘_gdk_x11_display_screen_for_xrootwin’ from ‘IA__gdk_display_get_screen’
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:945:11: danger: dereference of NULL ‘IA__gdk_display_get_screen(display, i)’
Error: GCC_ANALYZER_WARNING (CWE-685): [#def179]
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:1157:7: warning[-Wanalyzer-va-list-exhausted]: ‘ap’ has no more arguments (3 consumed)
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:1235:1: enter_function: entry to ‘IA__gdk_notify_startup_complete_with_id’
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:1240:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:1243:3: branch_false: ...to here
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:1243:3: call_function: calling ‘IA__gdk_x11_display_broadcast_startup_message’ from ‘IA__gdk_notify_startup_complete_with_id’ with 3 variadic arguments
Error: GCC_ANALYZER_WARNING (CWE-404): [#def180]
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:1161:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:1154:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:1155:10: branch_true: following ‘true’ branch (when ‘key’ is non-NULL)...
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:1157:7: branch_true: ...to here
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:1161:7: throw: if ‘g_string_append_printf’ throws an exception...
gtk+-2.24.33/gdk/x11/gdkdisplay-x11.c:1161:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
Error: COMPILER_WARNING: [#def181]
gtk+-2.24.33/gdk/x11/gdkdnd-x11.c:166:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def182]
gtk+-2.24.33/gdk/x11/gdkdnd-x11.c: scope_hint: In function ‘gdk_drag_context_class_init’
gtk+-2.24.33/gdk/x11/gdkdnd-x11.c:182:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def183]
gtk+-2.24.33/gdk/x11/gdkdnd-x11.c:182:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-476): [#def184]
gtk+-2.24.33/gdk/x11/gdkdnd-x11.c:3235:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘version’
gtk+-2.24.33/gdk/x11/gdkdnd-x11.c:3336:1: enter_function: entry to ‘IA__gdk_drag_get_protocol_for_display’
gtk+-2.24.33/gdk/x11/gdkdnd-x11.c:3340:10: call_function: calling ‘_gdk_drag_get_protocol_for_display’ from ‘IA__gdk_drag_get_protocol_for_display’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def185]
gtk+-2.24.33/gdk/x11/gdkdrawable-x11.c:885:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def186]
gtk+-2.24.33/gdk/x11/gdkdrawable-x11.c:908:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: COMPILER_WARNING (CWE-477): [#def187]
gtk+-2.24.33/gdk/x11/gdkevents-x11.c: scope_hint: In function ‘translate_key_event’
gtk+-2.24.33/gdk/x11/gdkevents-x11.c:711:15: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/x11/gdkevents-x11.c:30: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def188]
gtk+-2.24.33/gdk/x11/gdkevents-x11.c:711:15: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: COMPILER_WARNING (CWE-477): [#def189]
gtk+-2.24.33/gdk/x11/gdkevents-x11.c: scope_hint: In function ‘fetch_net_wm_check_window’
gtk+-2.24.33/gdk/x11/gdkevents-x11.c:2677:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/galloca.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib.h:32: included_from: Included from here.
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def190]
gtk+-2.24.33/gdk/x11/gdkevents-x11.c:2677:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def191]
gtk+-2.24.33/gdk/x11/gdkevents-x11.c:2685:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
/usr/include/glib-2.0/glib/giochannel.h:35: included_from: Included from here.
/usr/include/glib-2.0/glib/gmain.h:828:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def192]
gtk+-2.24.33/gdk/x11/gdkevents-x11.c:2685:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
Error: CPPCHECK_WARNING (CWE-758): [#def193]
gtk+-2.24.33/gdk/x11/gdkfont-x11.c:204: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def194]
gtk+-2.24.33/gdk/x11/gdkfont-x11.c:220: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: CPPCHECK_WARNING (CWE-758): [#def195]
gtk+-2.24.33/gdk/x11/gdkgc-x11.c:209: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: GCC_ANALYZER_WARNING (CWE-476): [#def196]
gtk+-2.24.33/gdk/x11/gdkgc-x11.c:684:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gdk/x11/gdkgc-x11.c:680:1: enter_function: entry to ‘IA__gdk_x11_gc_get_xdisplay’
gtk+-2.24.33/gdk/x11/gdkgc-x11.c:682:3: branch_false: following ‘false’ branch (when ‘gc’ is non-NULL)...
gtk+-2.24.33/gdk/x11/gdkgc-x11.c:682:3: branch_false: ...to here
gtk+-2.24.33/gdk/x11/gdkgc-x11.c:682:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/x11/gdkgc-x11.c:684:10: branch_true: ...to here
gtk+-2.24.33/gdk/x11/gdkgc-x11.c:684:10: call_function: calling ‘IA__gdk_gc_get_screen’ from ‘IA__gdk_x11_gc_get_xdisplay’
gtk+-2.24.33/gdk/x11/gdkgc-x11.c:684:10: return_function: returning to ‘IA__gdk_x11_gc_get_xdisplay’ from ‘IA__gdk_gc_get_screen’
gtk+-2.24.33/gdk/x11/gdkgc-x11.c:684:10: danger: dereference of NULL ‘IA__gdk_gc_get_screen(gc)’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def197]
gtk+-2.24.33/gdk/x11/gdkim-x11.c:67:7: warning[-Wanalyzer-null-argument]: use of NULL ‘current_locale’ where non-null expected
gtk+-2.24.33/gdk/x11/gdkim-x11.c:48:1: enter_function: entry to ‘_gdk_x11_initialize_locale’
gtk+-2.24.33/gdk/x11/gdkim-x11.c:62:3: release_memory: ‘current_locale’ is NULL
gtk+-2.24.33/gdk/x11/gdkim-x11.c:67:7: danger: argument 1 (‘current_locale’) NULL where non-null expected
Error: COMPILER_WARNING: [#def198]
gtk+-2.24.33/gdk/x11/gdkimage-x11.c:81:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def199]
gtk+-2.24.33/gdk/x11/gdkimage-x11.c: scope_hint: In function ‘gdk_image_class_init’
gtk+-2.24.33/gdk/x11/gdkimage-x11.c:93:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def200]
gtk+-2.24.33/gdk/x11/gdkimage-x11.c:93:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: CPPCHECK_WARNING (CWE-476): [#def201]
gtk+-2.24.33/gdk/x11/gdkimage-x11.c:169: warning[nullPointer]: Possible null pointer dereference: private->ximage
Error: CPPCHECK_WARNING (CWE-476): [#def202]
gtk+-2.24.33/gdk/x11/gdkimage-x11.c:170: warning[nullPointer]: Possible null pointer dereference: private->ximage
Error: COMPILER_WARNING (CWE-563): [#def203]
gtk+-2.24.33/gdk/x11/gdkinput-xfree.c: scope_hint: In function ‘_gdk_input_crossing_event’
gtk+-2.24.33/gdk/x11/gdkinput-xfree.c:171:18: warning[-Wunused-variable]: unused variable ‘display_impl’
Error: COMPILER_WARNING (CWE-563): [#def204]
gtk+-2.24.33/gdk/x11/gdkinput-xfree.c: scope_hint: In function ‘_gdk_input_other_event’
gtk+-2.24.33/gdk/x11/gdkinput-xfree.c:271:18: warning[-Wunused-variable]: unused variable ‘display_impl’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def205]
gtk+-2.24.33/gdk/x11/gdkkeys-x11.c:355:18: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘keymap_x11’
gtk+-2.24.33/gdk/x11/gdkkeys-x11.c:1667:1: enter_function: entry to ‘_gdk_x11_get_group_for_state’
gtk+-2.24.33/gdk/x11/gdkkeys-x11.c:1673:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/x11/gdkkeys-x11.c:1680:35: branch_false: ...to here
gtk+-2.24.33/gdk/x11/gdkkeys-x11.c:1680:35: call_function: calling ‘IA__gdk_keymap_get_for_display’ from ‘_gdk_x11_get_group_for_state’
gtk+-2.24.33/gdk/x11/gdkkeys-x11.c:1680:35: return_function: returning to ‘_gdk_x11_get_group_for_state’ from ‘IA__gdk_keymap_get_for_display’
gtk+-2.24.33/gdk/x11/gdkkeys-x11.c:1681:7: call_function: calling ‘update_keymaps’ from ‘_gdk_x11_get_group_for_state’
Error: COMPILER_WARNING (CWE-477): [#def206]
gtk+-2.24.33/gdk/x11/gdkkeys-x11.c: scope_hint: In function ‘get_direction’
gtk+-2.24.33/gdk/x11/gdkkeys-x11.c:567:7: warning[-Wdeprecated-declarations]: ‘pango_unichar_direction’ is deprecated
/usr/include/pango-1.0/pango/pango-types.h:239: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-font.h:26: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-attributes.h:25: included_from: Included from here.
/usr/include/pango-1.0/pango/pango.h:25: included_from: Included from here.
gtk+-2.24.33/gdk/gdktypes.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkscreen.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:31: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/x11/gdkkeys-x11.c:36: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-bidi-type.h:105:16: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def207]
gtk+-2.24.33/gdk/x11/gdkkeys-x11.c:567:7: warning[-Wdeprecated-declarations]: ‘pango_unichar_direction’ is deprecated
Error: COMPILER_WARNING (CWE-483): [#def208]
gtk+-2.24.33/gdk/x11/gdkmain-x11.c: scope_hint: In function ‘IA__gdk_keyboard_grab’
gtk+-2.24.33/gdk/x11/gdkmain-x11.c:289:7: warning[-Wmisleading-indentation]: this ‘else’ clause does not guard...
gtk+-2.24.33/gdk/x11/gdkmain-x11.c:296:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def209]
gtk+-2.24.33/gdk/x11/gdkscreen-x11.c:756:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def210]
gtk+-2.24.33/gdk/x11/gdkscreen-x11.c:822:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: COMPILER_WARNING (CWE-477): [#def211]
gtk+-2.24.33/gdk/x11/gdkselection-x11.c: scope_hint: In function ‘IA__gdk_selection_property_get’
gtk+-2.24.33/gdk/x11/gdkselection-x11.c:358:13: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/gdkprivate.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/x11/gdkx.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/x11/gdkselection-x11.c:32: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def212]
gtk+-2.24.33/gdk/x11/gdkselection-x11.c:358:13: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: COMPILER_WARNING: [#def213]
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c: scope_hint: In function ‘IA__gdk_x11_window_foreign_new_for_display’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:909:21: warning[-Wunused-but-set-variable=]: variable ‘impl’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def214]
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:1201:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def215]
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:1388:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:1368:1: enter_function: entry to ‘gdk_window_x11_show’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:1379:6: branch_false: following ‘false’ branch (when ‘already_mapped != 0’)...
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:1382:7: branch_false: ...to here
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:1382:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:1386:18: call_function: calling ‘_gdk_x11_window_get_toplevel’ from ‘gdk_window_x11_show’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:1386:18: return_function: returning to ‘gdk_window_x11_show’ from ‘_gdk_x11_window_get_toplevel’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:1388:11: danger: dereference of NULL ‘_gdk_x11_window_get_toplevel(window)’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def216]
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:2252:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def217]
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:2289:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def218]
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:2320:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:2308:1: enter_function: entry to ‘IA__gdk_window_set_urgency_hint’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:2313:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:2315:7: branch_true: ...to here
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:2315:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:2319:14: call_function: calling ‘_gdk_x11_window_get_toplevel’ from ‘IA__gdk_window_set_urgency_hint’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:2319:14: return_function: returning to ‘IA__gdk_window_set_urgency_hint’ from ‘_gdk_x11_window_get_toplevel’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:2320:3: danger: dereference of NULL ‘_gdk_x11_window_get_toplevel(window)’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def219]
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:3915:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def220]
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4421:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def221]
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4460:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4441:1: enter_function: entry to ‘IA__gdk_window_set_group’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4446:3: branch_false: following ‘false’ branch (when ‘window’ is non-NULL)...
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4446:3: branch_false: ...to here
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4446:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4447:3: branch_true: ...to here
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4447:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4448:3: branch_true: ...to here
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4450:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4450:7: branch_false: ...to here
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4450:7: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4452:7: branch_false: ...to here
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4452:7: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4455:14: branch_false: ...to here
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4455:14: call_function: calling ‘_gdk_x11_window_get_toplevel’ from ‘IA__gdk_window_set_group’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4455:14: return_function: returning to ‘IA__gdk_window_set_group’ from ‘_gdk_x11_window_get_toplevel’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4460:7: danger: dereference of NULL ‘_gdk_x11_window_get_toplevel(window)’
Error: COMPILER_WARNING: [#def222]
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c: scope_hint: In function ‘gdk_window_set_static_bit_gravity’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:4778:9: warning[-Wunused-but-set-variable=]: variable ‘xattributes_mask’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def223]
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c: scope_hint: In function ‘_gdk_moveresize_handle_event’
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:5154:15: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:41: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def224]
gtk+-2.24.33/gdk/x11/gdkwindow-x11.c:5154:15: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: CPPCHECK_WARNING (CWE-758): [#def225]
gtk+-2.24.33/gdk/x11/gdkxid.c:146: error[shiftTooManyBitsSigned]: Shifting signed 32-bit value by 31 bits is undefined behaviour
Error: COMPILER_WARNING (CWE-457): [#def226]
gtk+-2.24.33/gdk/x11/xsettings-client.c:202:37: warning[-Wmaybe-uninitialized]: ‘buffer.byte_order’ may be used uninitialized
gtk+-2.24.33/gdk/x11/xsettings-client.c: scope_hint: In function ‘read_settings’
gtk+-2.24.33/gdk/x11/xsettings-client.c:188:19: note: ‘buffer.byte_order’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def227]
gtk+-2.24.33/gdk/x11/xsettings-common.c:163:22: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*list.next’
gtk+-2.24.33/gdk/x11/xsettings-common.c:82:1: enter_function: entry to ‘_gdk_xsettings_list_copy’
gtk+-2.24.33/gdk/x11/xsettings-common.c:88:10: branch_true: following ‘true’ branch (when ‘old_iter’ is non-NULL)...
gtk+-2.24.33/gdk/x11/xsettings-common.c:92:18: branch_true: ...to here
gtk+-2.24.33/gdk/x11/xsettings-common.c:93:10: branch_false: following ‘false’ branch (when ‘new_node’ is non-NULL)...
gtk+-2.24.33/gdk/x11/xsettings-common.c:96:27: branch_false: ...to here
gtk+-2.24.33/gdk/x11/xsettings-common.c:96:27: call_function: calling ‘_gdk_xsettings_setting_copy’ from ‘_gdk_xsettings_list_copy’
gtk+-2.24.33/gdk/x11/xsettings-common.c:96:27: return_function: returning to ‘_gdk_xsettings_list_copy’ from ‘_gdk_xsettings_setting_copy’
gtk+-2.24.33/gdk/x11/xsettings-common.c:97:10: branch_false: following ‘false’ branch...
gtk+-2.24.33/gdk/x11/xsettings-common.c:103:10: branch_false: ...to here
gtk+-2.24.33/gdk/x11/xsettings-common.c:103:10: branch_false: following ‘false’ branch (when ‘new_iter’ is NULL)...
gtk+-2.24.33/gdk/x11/xsettings-common.c:110:7: branch_false: ...to here
gtk+-2.24.33/gdk/x11/xsettings-common.c:88:10: branch_true: following ‘true’ branch (when ‘old_iter’ is non-NULL)...
gtk+-2.24.33/gdk/x11/xsettings-common.c:92:18: branch_true: ...to here
gtk+-2.24.33/gdk/x11/xsettings-common.c:116:3: call_function: calling ‘_gdk_xsettings_list_free’ from ‘_gdk_xsettings_list_copy’
Error: COMPILER_WARNING (CWE-477): [#def228]
gtk+-2.24.33/gtk/gtkaboutdialog.c: scope_hint: In function ‘gtk_about_dialog_class_init’
gtk+-2.24.33/gtk/gtkaboutdialog.c:552:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaccelgroup.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.c:37: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def229]
gtk+-2.24.33/gtk/gtkaboutdialog.c:552:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def230]
gtk+-2.24.33/gtk/gtkaboutdialog.c:574:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def231]
gtk+-2.24.33/gtk/gtkaboutdialog.c:2484:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkaboutdialog.c:2470:6: branch_true: following ‘true’ branch (when ‘dialog’ is NULL)...
gtk+-2.24.33/gtk/gtkaboutdialog.c:2472:16: branch_true: ...to here
gtk+-2.24.33/gtk/gtkaboutdialog.c:2483:7: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkaboutdialog.c:2484:7: throw: if ‘g_object_set_valist’ throws an exception...
gtk+-2.24.33/gtk/gtkaboutdialog.c:2484:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: COMPILER_WARNING: [#def232]
gtk+-2.24.33/gtk/gtkaccelgroup.c:495:3: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: COMPILER_WARNING: [#def233]
gtk+-2.24.33/gtk/gtkaccelgroup.c:559:3: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: CPPCHECK_WARNING (CWE-457): [#def234]
gtk+-2.24.33/gtk/gtkaccelgroup.c:586: warning[uninitvar]: Uninitialized variables: &key.closure, &key.accel_path_quark
Error: GCC_ANALYZER_WARNING (CWE-476): [#def235]
gtk+-2.24.33/gtk/gtkaccelmap.c:272:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gtk/gtkaccelmap.c:253:1: enter_function: entry to ‘internal_change_entry’
gtk+-2.24.33/gtk/gtkaccelmap.c:266:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkaccelmap.c:268:10: branch_true: ...to here
gtk+-2.24.33/gtk/gtkaccelmap.c:268:10: branch_true: following ‘true’ branch (when ‘simulate == 0’)...
gtk+-2.24.33/gtk/gtkaccelmap.c:270:11: branch_true: ...to here
gtk+-2.24.33/gtk/gtkaccelmap.c:271:19: call_function: calling ‘accel_path_lookup’ from ‘internal_change_entry’
gtk+-2.24.33/gtk/gtkaccelmap.c:271:19: return_function: returning to ‘internal_change_entry’ from ‘accel_path_lookup’
gtk+-2.24.33/gtk/gtkaccelmap.c:272:11: danger: dereference of NULL ‘accel_path_lookup(accel_path)’
Error: COMPILER_WARNING (CWE-477): [#def236]
gtk+-2.24.33/gtk/gtkaccelmap.c: scope_hint: In function ‘IA__gtk_accel_map_foreach’
gtk+-2.24.33/gtk/gtkaccelmap.c:775:9: warning[-Wdeprecated-declarations]: ‘g_pattern_match_string’ is deprecated: Use 'g_pattern_spec_match_string' instead
/usr/include/glib-2.0/glib.h:68: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaccelgroup.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaccelmap.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaccelmap.c:22: included_from: Included from here.
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def237]
gtk+-2.24.33/gtk/gtkaccelmap.c:775:9: warning[-Wdeprecated-declarations]: ‘g_pattern_match_string’ is deprecated: Use 'g_pattern_spec_match_string' instead
Error: COMPILER_WARNING (CWE-477): [#def238]
gtk+-2.24.33/gtk/gtkaction.c: scope_hint: In function ‘gtk_action_class_init’
gtk+-2.24.33/gtk/gtkaction.c:433:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaction.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaction.c:72: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def239]
gtk+-2.24.33/gtk/gtkaction.c:433:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def240]
gtk+-2.24.33/gtk/gtkaction.c:440:26: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def241]
gtk+-2.24.33/gtk/gtkactiongroup.c: scope_hint: In function ‘gtk_action_group_class_init’
gtk+-2.24.33/gtk/gtkactiongroup.c:282:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaction.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtkactiongroup.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtkactiongroup.c:34: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def242]
gtk+-2.24.33/gtk/gtkactiongroup.c:282:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def243]
gtk+-2.24.33/gtk/gtkactiongroup.c:298:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def244]
gtk+-2.24.33/gtk/gtkactiongroup.c:336:36: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def245]
gtk+-2.24.33/gtk/gtkactiongroup.c:345:36: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def246]
gtk+-2.24.33/gtk/gtkactiongroup.c:439:17: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def247]
gtk+-2.24.33/gtk/gtkactiongroup.c:477:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def248]
gtk+-2.24.33/gtk/gtkactiongroup.c:490:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def249]
gtk+-2.24.33/gtk/gtkactiongroup.c:515:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def250]
gtk+-2.24.33/gtk/gtkactiongroup.c:546:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def251]
gtk+-2.24.33/gtk/gtkactiongroup.c:571:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def252]
gtk+-2.24.33/gtk/gtkactiongroup.c:593:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def253]
gtk+-2.24.33/gtk/gtkactiongroup.c:618:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def254]
gtk+-2.24.33/gtk/gtkactiongroup.c:650:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def255]
gtk+-2.24.33/gtk/gtkactiongroup.c:683:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def256]
gtk+-2.24.33/gtk/gtkactiongroup.c:714:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def257]
gtk+-2.24.33/gtk/gtkactiongroup.c:757:17: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def258]
gtk+-2.24.33/gtk/gtkactiongroup.c:798:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def259]
gtk+-2.24.33/gtk/gtkactiongroup.c:839:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def260]
gtk+-2.24.33/gtk/gtkactiongroup.c:902:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def261]
gtk+-2.24.33/gtk/gtkactiongroup.c:935:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def262]
gtk+-2.24.33/gtk/gtkactiongroup.c:1323:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def263]
gtk+-2.24.33/gtk/gtkactiongroup.c:1396:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-457): [#def264]
gtk+-2.24.33/gtk/gtkalias.h:3181:25: warning[-Wmaybe-uninitialized]: ‘box.height’ may be used uninitialized
gtk+-2.24.33/gtk/gtkiconview.c:3167:27: note: ‘box.height’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def265]
gtk+-2.24.33/gtk/gtkiconview.c:44: included_from: Included from here.
gtk+-2.24.33/gtk/gtkalias.h:3181:25: warning[-Wmaybe-uninitialized]: ‘box.width’ may be used uninitialized
gtk+-2.24.33/gtk/gtkiconview.c:3167:27: note: ‘box.width’ was declared here
Error: COMPILER_WARNING (CWE-9001): [#def266]
gtk+-2.24.33/gtk/gtkcellrendererspin.c:357: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaliasdef.c: scope_hint: At top level
gtk+-2.24.33/gtk/gtkaliasdef.c:1596:51: warning[-Wmissing-attributes]: ‘gtk_cell_renderer_spin_get_type’ specifies less restrictive attribute than its target ‘IA__gtk_cell_renderer_spin_get_type’: ‘const’
gtk+-2.24.33/gtk/gtkcellrendererspin.c:29: included_from: Included from here.
gtk+-2.24.33/gtk/gtkalias.h:1593:41: note: ‘gtk_cell_renderer_spin_get_type’ target declared here
/usr/include/glib-2.0/gobject/gtype.h:2305:1: note: in expansion of macro ‘gtk_cell_renderer_spin_get_type’
/usr/include/glib-2.0/gobject/gtype.h:2343:3: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN_PRE’
/usr/include/glib-2.0/gobject/gtype.h:2053:61: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
/usr/include/glib-2.0/gobject/gtype.h:1834:61: note: in expansion of macro ‘G_DEFINE_TYPE_EXTENDED’
gtk+-2.24.33/gtk/gtkcellrendererspin.c:67:1: note: in expansion of macro ‘G_DEFINE_TYPE’
Error: COMPILER_WARNING (CWE-9001): [#def267]
gtk+-2.24.33/gtk/gtkmountoperation.c:1533: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaliasdef.c: scope_hint: At top level
gtk+-2.24.33/gtk/gtkaliasdef.c:6306:48: warning[-Wmissing-attributes]: ‘gtk_mount_operation_get_type’ specifies less restrictive attribute than its target ‘IA__gtk_mount_operation_get_type’: ‘const’
gtk+-2.24.33/gtk/gtkmountoperation.c:56: included_from: Included from here.
gtk+-2.24.33/gtk/gtkalias.h:6303:38: note: ‘gtk_mount_operation_get_type’ target declared here
/usr/include/glib-2.0/gobject/gtype.h:2305:1: note: in expansion of macro ‘gtk_mount_operation_get_type’
/usr/include/glib-2.0/gobject/gtype.h:2343:3: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN_PRE’
/usr/include/glib-2.0/gobject/gtype.h:2053:61: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
/usr/include/glib-2.0/gobject/gtype.h:1834:61: note: in expansion of macro ‘G_DEFINE_TYPE_EXTENDED’
gtk+-2.24.33/gtk/gtkmountoperation.c:109:1: note: in expansion of macro ‘G_DEFINE_TYPE’
Error: COMPILER_WARNING (CWE-9001): [#def268]
gtk+-2.24.33/gtk/gtktooltip.c:1717: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaliasdef.c: scope_hint: At top level
gtk+-2.24.33/gtk/gtkaliasdef.c:10905:40: warning[-Wmissing-attributes]: ‘gtk_tooltip_get_type’ specifies less restrictive attribute than its target ‘IA__gtk_tooltip_get_type’: ‘const’
gtk+-2.24.33/gtk/gtktooltip.c:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkalias.h:10902:30: note: ‘gtk_tooltip_get_type’ target declared here
/usr/include/glib-2.0/gobject/gtype.h:2305:1: note: in expansion of macro ‘gtk_tooltip_get_type’
/usr/include/glib-2.0/gobject/gtype.h:2343:3: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN_PRE’
/usr/include/glib-2.0/gobject/gtype.h:2053:61: note: in expansion of macro ‘_G_DEFINE_TYPE_EXTENDED_BEGIN’
/usr/include/glib-2.0/gobject/gtype.h:1834:61: note: in expansion of macro ‘G_DEFINE_TYPE_EXTENDED’
gtk+-2.24.33/gtk/gtktooltip.c:103:1: note: in expansion of macro ‘G_DEFINE_TYPE’
Error: COMPILER_WARNING (CWE-477): [#def269]
gtk+-2.24.33/gtk/gtkalignment.c: scope_hint: In function ‘gtk_alignment_class_init’
gtk+-2.24.33/gtk/gtkalignment.c:213:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkalignment.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkalignment.c:47: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def270]
gtk+-2.24.33/gtk/gtkalignment.c:213:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def271]
gtk+-2.24.33/gtk/gtkalignment.c:230:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def272]
gtk+-2.24.33/gtk/gtkalignment.c:283:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def273]
gtk+-2.24.33/gtk/gtkalignment.c:362:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def274]
gtk+-2.24.33/gtk/gtkalignment.c:473:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def275]
gtk+-2.24.33/gtk/gtkalignment.c:519:14: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def276]
gtk+-2.24.33/gtk/gtkalignment.c:577:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def277]
gtk+-2.24.33/gtk/gtkalignment.c:639:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def278]
gtk+-2.24.33/gtk/gtkassistant.c: scope_hint: In function ‘gtk_assistant_class_init’
gtk+-2.24.33/gtk/gtkassistant.c:406:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/atk-1.0/atk/atk-enum-types.h:12: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkassistant.c:50: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def279]
gtk+-2.24.33/gtk/gtkassistant.c:406:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def280]
gtk+-2.24.33/gtk/gtkassistant.c:778:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def281]
gtk+-2.24.33/gtk/gtkassistant.c: scope_hint: In function ‘IA__gtk_assistant_set_page_type’
gtk+-2.24.33/gtk/gtkassistant.c:1964:24: warning[-Wunused-but-set-variable=]: variable ‘priv’ set but not used
Error: COMPILER_WARNING: [#def282]
gtk+-2.24.33/gtk/gtkassistant.c: scope_hint: In function ‘IA__gtk_assistant_set_page_complete’
gtk+-2.24.33/gtk/gtkassistant.c:2203:24: warning[-Wunused-but-set-variable=]: variable ‘priv’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-457): [#def283]
gtk+-2.24.33/gtk/gtkbbox.c:529:7: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘nvis_children’
gtk+-2.24.33/gtk/gtkbbox.c:503:1: enter_function: entry to ‘gtk_button_box_size_request’
gtk+-2.24.33/gtk/gtkbbox.c:523:3: call_function: calling ‘_gtk_button_box_child_requisition’ from ‘gtk_button_box_size_request’
gtk+-2.24.33/gtk/gtkbbox.c:523:3: return_function: returning to ‘gtk_button_box_size_request’ from ‘_gtk_button_box_child_requisition’
gtk+-2.24.33/gtk/gtkbbox.c:529:7: danger: use of uninitialized value ‘nvis_children’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def284]
gtk+-2.24.33/gtk/gtkbbox.c:623:37: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘nvis_children’
gtk+-2.24.33/gtk/gtkbbox.c:575:1: enter_function: entry to ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: call_function: calling ‘_gtk_button_box_child_requisition’ from ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: return_function: returning to ‘gtk_button_box_size_allocate’ from ‘_gtk_button_box_child_requisition’
gtk+-2.24.33/gtk/gtkbbox.c:621:12: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkbbox.c:623:37: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbbox.c:623:37: danger: use of uninitialized value ‘nvis_children’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def285]
gtk+-2.24.33/gtk/gtkbbox.c:632:38: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘nvis_children’
gtk+-2.24.33/gtk/gtkbbox.c:575:1: enter_function: entry to ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: call_function: calling ‘_gtk_button_box_child_requisition’ from ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: return_function: returning to ‘gtk_button_box_size_allocate’ from ‘_gtk_button_box_child_requisition’
gtk+-2.24.33/gtk/gtkbbox.c:621:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkbbox.c:632:38: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbbox.c:632:38: danger: use of uninitialized value ‘nvis_children’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def286]
gtk+-2.24.33/gtk/gtkbbox.c:646:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘nvis_children’
gtk+-2.24.33/gtk/gtkbbox.c:575:1: enter_function: entry to ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: call_function: calling ‘_gtk_button_box_child_requisition’ from ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: return_function: returning to ‘gtk_button_box_size_allocate’ from ‘_gtk_button_box_child_requisition’
gtk+-2.24.33/gtk/gtkbbox.c:644:12: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkbbox.c:646:17: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbbox.c:646:17: danger: use of uninitialized value ‘nvis_children’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def287]
gtk+-2.24.33/gtk/gtkbbox.c:664:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘nvis_children’
gtk+-2.24.33/gtk/gtkbbox.c:575:1: enter_function: entry to ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: call_function: calling ‘_gtk_button_box_child_requisition’ from ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: return_function: returning to ‘gtk_button_box_size_allocate’ from ‘_gtk_button_box_child_requisition’
gtk+-2.24.33/gtk/gtkbbox.c:644:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkbbox.c:664:17: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbbox.c:664:17: danger: use of uninitialized value ‘nvis_children’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def288]
gtk+-2.24.33/gtk/gtkbbox.c:690:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘child_width’
gtk+-2.24.33/gtk/gtkbbox.c:575:1: enter_function: entry to ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: call_function: calling ‘_gtk_button_box_child_requisition’ from ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: return_function: returning to ‘gtk_button_box_size_allocate’ from ‘_gtk_button_box_child_requisition’
gtk+-2.24.33/gtk/gtkbbox.c:685:12: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkbbox.c:688:17: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbbox.c:690:17: danger: use of uninitialized value ‘child_width’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def289]
gtk+-2.24.33/gtk/gtkbbox.c:699:17: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘child_height’
gtk+-2.24.33/gtk/gtkbbox.c:575:1: enter_function: entry to ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: call_function: calling ‘_gtk_button_box_child_requisition’ from ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: return_function: returning to ‘gtk_button_box_size_allocate’ from ‘_gtk_button_box_child_requisition’
gtk+-2.24.33/gtk/gtkbbox.c:685:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkbbox.c:697:17: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbbox.c:699:17: danger: use of uninitialized value ‘child_height’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def290]
gtk+-2.24.33/gtk/gtkbbox.c:712:31: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘nvis_children’
gtk+-2.24.33/gtk/gtkbbox.c:575:1: enter_function: entry to ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: call_function: calling ‘_gtk_button_box_child_requisition’ from ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: return_function: returning to ‘gtk_button_box_size_allocate’ from ‘_gtk_button_box_child_requisition’
gtk+-2.24.33/gtk/gtkbbox.c:708:12: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkbbox.c:711:17: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbbox.c:712:31: danger: use of uninitialized value ‘nvis_children’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def291]
gtk+-2.24.33/gtk/gtkbbox.c:721:32: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘nvis_children’
gtk+-2.24.33/gtk/gtkbbox.c:575:1: enter_function: entry to ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: call_function: calling ‘_gtk_button_box_child_requisition’ from ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: return_function: returning to ‘gtk_button_box_size_allocate’ from ‘_gtk_button_box_child_requisition’
gtk+-2.24.33/gtk/gtkbbox.c:708:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkbbox.c:720:17: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbbox.c:721:32: danger: use of uninitialized value ‘nvis_children’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def292]
gtk+-2.24.33/gtk/gtkbbox.c:736:33: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘nvis_children’
gtk+-2.24.33/gtk/gtkbbox.c:575:1: enter_function: entry to ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: call_function: calling ‘_gtk_button_box_child_requisition’ from ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: return_function: returning to ‘gtk_button_box_size_allocate’ from ‘_gtk_button_box_child_requisition’
gtk+-2.24.33/gtk/gtkbbox.c:731:12: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkbbox.c:734:17: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbbox.c:736:33: danger: use of uninitialized value ‘nvis_children’ here
Error: GCC_ANALYZER_WARNING (CWE-457): [#def293]
gtk+-2.24.33/gtk/gtkbbox.c:746:34: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘nvis_children’
gtk+-2.24.33/gtk/gtkbbox.c:575:1: enter_function: entry to ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: call_function: calling ‘_gtk_button_box_child_requisition’ from ‘gtk_button_box_size_allocate’
gtk+-2.24.33/gtk/gtkbbox.c:605:3: return_function: returning to ‘gtk_button_box_size_allocate’ from ‘_gtk_button_box_child_requisition’
gtk+-2.24.33/gtk/gtkbbox.c:731:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkbbox.c:744:17: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbbox.c:746:34: danger: use of uninitialized value ‘nvis_children’ here
Error: CPPCHECK_WARNING (CWE-476): [#def294]
gtk+-2.24.33/gtk/gtkbindings.c:1056: warning[nullPointer]: Possible null pointer dereference: slist_p
Error: COMPILER_WARNING (CWE-477): [#def295]
gtk+-2.24.33/gtk/gtkbindings.c: scope_hint: In function ‘binding_match_activate’
gtk+-2.24.33/gtk/gtkbindings.c:1112:11: warning[-Wdeprecated-declarations]: ‘g_pattern_match’ is deprecated: Use 'g_pattern_spec_match' instead
/usr/include/glib-2.0/glib.h:68: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbindings.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbindings.c:35: included_from: Included from here.
/usr/include/glib-2.0/glib/gpattern.h:52:15: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def296]
gtk+-2.24.33/gtk/gtkbindings.c:1112:11: warning[-Wdeprecated-declarations]: ‘g_pattern_match’ is deprecated: Use 'g_pattern_spec_match' instead
Error: GCC_ANALYZER_WARNING (CWE-476): [#def297]
gtk+-2.24.33/gtk/gtkbindings.c:1635:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gtk/gtkbindings.c:1609:1: enter_function: entry to ‘_gtk_binding_parse_binding’
gtk+-2.24.33/gtk/gtkbindings.c:1625:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkbindings.c:1631:17: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbindings.c:1631:17: call_function: calling ‘IA__gtk_binding_set_find’ from ‘_gtk_binding_parse_binding’
gtk+-2.24.33/gtk/gtkbindings.c:1631:17: return_function: returning to ‘_gtk_binding_parse_binding’ from ‘IA__gtk_binding_set_find’
gtk+-2.24.33/gtk/gtkbindings.c:1632:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkbindings.c:1634:21: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbindings.c:1634:21: call_function: calling ‘IA__gtk_binding_set_new’ from ‘_gtk_binding_parse_binding’
gtk+-2.24.33/gtk/gtkbindings.c:1634:21: return_function: returning to ‘_gtk_binding_parse_binding’ from ‘IA__gtk_binding_set_new’
gtk+-2.24.33/gtk/gtkbindings.c:1635:7: danger: dereference of NULL ‘IA__gtk_binding_set_new(<unknown>)’
Error: COMPILER_WARNING (CWE-477): [#def298]
gtk+-2.24.33/gtk/gtkbox.c: scope_hint: In function ‘gtk_box_class_init’
gtk+-2.24.33/gtk/gtkbox.c:181:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbox.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbox.c:29: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def299]
gtk+-2.24.33/gtk/gtkbox.c:181:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def300]
gtk+-2.24.33/gtk/gtkbox.c:187:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def301]
gtk+-2.24.33/gtk/gtkbox.c:208:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def302]
gtk+-2.24.33/gtk/gtkbox.c:235:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def303]
gtk+-2.24.33/gtk/gtkbox.c:259:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def304]
gtk+-2.24.33/gtk/gtkbox.c:334:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def305]
gtk+-2.24.33/gtk/gtkbox.c:987:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def306]
gtk+-2.24.33/gtk/gtkbox.c:999:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def307]
gtk+-2.24.33/gtk/gtkbox.c:1180:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def308]
gtk+-2.24.33/gtk/gtkbox.c:1189:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def309]
gtk+-2.24.33/gtk/gtkbuilder.c: scope_hint: In function ‘gtk_builder_class_init’
gtk+-2.24.33/gtk/gtkbuilder.c:101:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbuilder.h:29: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbuilder.c:28: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def310]
gtk+-2.24.33/gtk/gtkbuilder.c:101:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def311]
gtk+-2.24.33/gtk/gtkbuilder.c:107:19: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def312]
gtk+-2.24.33/gtk/gtkbuilder.c: scope_hint: In function ‘gtk_builder_get_parameters’
gtk+-2.24.33/gtk/gtkbuilder.c:261:3: warning[-Wdeprecated-declarations]: ‘GParameter’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:28: included_from: Included from here.
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def313]
gtk+-2.24.33/gtk/gtkbuilder.c:261:3: warning[-Wdeprecated-declarations]: ‘GParameter’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def314]
gtk+-2.24.33/gtk/gtkbuilder.c:262:3: warning[-Wdeprecated-declarations]: ‘GParameter’ is deprecated
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def315]
gtk+-2.24.33/gtk/gtkbuilder.c:262:3: warning[-Wdeprecated-declarations]: ‘GParameter’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def316]
gtk+-2.24.33/gtk/gtkbuilder.c:267:7: warning[-Wdeprecated-declarations]: ‘GParameter’ is deprecated
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def317]
gtk+-2.24.33/gtk/gtkbuilder.c:267:7: warning[-Wdeprecated-declarations]: ‘GParameter’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def318]
gtk+-2.24.33/gtk/gtkbuilder.c: scope_hint: In function ‘_gtk_builder_construct’
gtk+-2.24.33/gtk/gtkbuilder.c:438:7: warning[-Wdeprecated-declarations]: ‘g_object_newv’ is deprecated: Use 'g_object_new_with_properties' instead
/usr/include/glib-2.0/gobject/gobject.h:444:13: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def319]
gtk+-2.24.33/gtk/gtkbuilder.c:438:7: warning[-Wdeprecated-declarations]: ‘g_object_newv’ is deprecated: Use 'g_object_new_with_properties' instead
Error: COMPILER_WARNING (CWE-477): [#def320]
gtk+-2.24.33/gtk/gtkbuilder.c:440:28: warning[-Wdeprecated-declarations]: ‘GParameter’ is deprecated
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def321]
gtk+-2.24.33/gtk/gtkbuilder.c:440:28: warning[-Wdeprecated-declarations]: ‘GParameter’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def322]
gtk+-2.24.33/gtk/gtkbuilder.c:459:11: warning[-Wdeprecated-declarations]: ‘GParameter’ is deprecated
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def323]
gtk+-2.24.33/gtk/gtkbuilder.c:459:11: warning[-Wdeprecated-declarations]: ‘GParameter’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def324]
gtk+-2.24.33/gtk/gtkbuilder.c:479:7: warning[-Wdeprecated-declarations]: ‘GParameter’ is deprecated
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def325]
gtk+-2.24.33/gtk/gtkbuilder.c:479:7: warning[-Wdeprecated-declarations]: ‘GParameter’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def326]
gtk+-2.24.33/gtk/gtkbuilder.c: scope_hint: In function ‘IA__gtk_builder_value_from_string_type’
gtk+-2.24.33/gtk/gtkbuilder.c:1215:7: warning[-Wdeprecated-declarations]: ‘g_value_set_char’ is deprecated: Use 'g_value_set_schar' instead
/usr/include/glib-2.0/glib-object.h:40: included_from: Included from here.
/usr/include/glib-2.0/gobject/gvaluetypes.h:194:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def327]
gtk+-2.24.33/gtk/gtkbuilder.c:1215:7: warning[-Wdeprecated-declarations]: ‘g_value_set_char’ is deprecated: Use 'g_value_set_schar' instead
Error: GCC_ANALYZER_WARNING (CWE-476): [#def328]
gtk+-2.24.33/gtk/gtkbuilderparser.c:470:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘info’
gtk+-2.24.33/gtk/gtkbuilderparser.c:919:1: enter_function: entry to ‘end_element’
gtk+-2.24.33/gtk/gtkbuilderparser.c:934:6: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:955:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:955:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:958:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:963:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:997:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:997:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:1026:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:1026:11: branch_true: following ‘true’ branch (when the strings are equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:1028:31: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:1028:31: call_function: calling ‘state_pop’ from ‘end_element’
gtk+-2.24.33/gtk/gtkbuilderparser.c:1028:31: return_function: returning to ‘end_element’ from ‘state_pop’
gtk+-2.24.33/gtk/gtkbuilderparser.c:1032:7: call_function: calling ‘free_child_info’ from ‘end_element’
Error: COMPILER_WARNING (CWE-477): [#def329]
gtk+-2.24.33/gtk/gtkbuilderparser.c: scope_hint: In function ‘create_subparser’
gtk+-2.24.33/gtk/gtkbuilderparser.c:696:3: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/gmodule.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbuilderparser.c:24: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def330]
gtk+-2.24.33/gtk/gtkbuilderparser.c:696:3: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: GCC_ANALYZER_WARNING (CWE-476): [#def331]
gtk+-2.24.33/gtk/gtkbuilderparser.c:942:20: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gtk/gtkbuilderparser.c:919:1: enter_function: entry to ‘end_element’
gtk+-2.24.33/gtk/gtkbuilderparser.c:934:6: branch_true: following ‘true’ branch (when the strings are equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:936:32: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:936:32: call_function: calling ‘state_pop’ from ‘end_element’
gtk+-2.24.33/gtk/gtkbuilderparser.c:936:32: return_function: returning to ‘end_element’ from ‘state_pop’
gtk+-2.24.33/gtk/gtkbuilderparser.c:942:20: danger: dereference of NULL ‘state_pop(user_data)’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def332]
gtk+-2.24.33/gtk/gtkbuilderparser.c:1007:15: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gtk/gtkbuilderparser.c:919:1: enter_function: entry to ‘end_element’
gtk+-2.24.33/gtk/gtkbuilderparser.c:934:6: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:955:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:955:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:958:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:963:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:997:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:997:11: branch_true: following ‘true’ branch (when the strings are equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:999:33: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:999:33: call_function: calling ‘state_pop’ from ‘end_element’
gtk+-2.24.33/gtk/gtkbuilderparser.c:999:33: return_function: returning to ‘end_element’ from ‘state_pop’
gtk+-2.24.33/gtk/gtkbuilderparser.c:1000:26: call_function: inlined call to ‘state_peek’ from ‘end_element’
gtk+-2.24.33/gtk/gtkbuilderparser.c:1003:19: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:1003:10: branch_true: following ‘true’ branch (when the strings are equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:1007:15: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:1007:15: danger: dereference of NULL ‘state_pop(user_data)’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def333]
gtk+-2.24.33/gtk/gtkbuilderparser.c:1021:13: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gtk/gtkbuilderparser.c:919:1: enter_function: entry to ‘end_element’
gtk+-2.24.33/gtk/gtkbuilderparser.c:934:6: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:955:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:955:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:958:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:963:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:997:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:997:11: branch_true: following ‘true’ branch (when the strings are equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:999:33: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:999:33: call_function: calling ‘state_pop’ from ‘end_element’
gtk+-2.24.33/gtk/gtkbuilderparser.c:999:33: return_function: returning to ‘end_element’ from ‘state_pop’
gtk+-2.24.33/gtk/gtkbuilderparser.c:1000:26: call_function: inlined call to ‘state_peek’ from ‘end_element’
gtk+-2.24.33/gtk/gtkbuilderparser.c:1003:19: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:1003:10: branch_true: following ‘true’ branch (when the strings are equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:1007:15: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:1021:13: danger: dereference of NULL ‘<unknown>’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def334]
gtk+-2.24.33/gtk/gtkbuilderparser.c:1038:34: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gtk/gtkbuilderparser.c:919:1: enter_function: entry to ‘end_element’
gtk+-2.24.33/gtk/gtkbuilderparser.c:934:6: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:955:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:955:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:958:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:963:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:997:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:997:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:1026:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:1026:11: branch_false: following ‘false’ branch (when the strings are non-equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:1034:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:1034:11: branch_true: following ‘true’ branch (when the strings are equal)...
gtk+-2.24.33/gtk/gtkbuilderparser.c:1036:33: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:1036:33: call_function: calling ‘state_pop’ from ‘end_element’
gtk+-2.24.33/gtk/gtkbuilderparser.c:1036:33: return_function: returning to ‘end_element’ from ‘state_pop’
gtk+-2.24.33/gtk/gtkbuilderparser.c:1037:46: call_function: inlined call to ‘state_peek’ from ‘end_element’
gtk+-2.24.33/gtk/gtkbuilderparser.c:1038:34: branch_true: ...to here
gtk+-2.24.33/gtk/gtkbuilderparser.c:1038:34: danger: dereference of NULL ‘<unknown>’
Error: COMPILER_WARNING (CWE-477): [#def335]
gtk+-2.24.33/gtk/gtkbutton.c: scope_hint: In function ‘gtk_button_class_init’
gtk+-2.24.33/gtk/gtkbutton.c:522:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkalignment.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbutton.c:29: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def336]
gtk+-2.24.33/gtk/gtkbutton.c:522:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def337]
gtk+-2.24.33/gtk/gtkbutton.c:528:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def338]
gtk+-2.24.33/gtk/gtkbutton.c:603:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def339]
gtk+-2.24.33/gtk/gtkbutton.c:635:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def340]
gtk+-2.24.33/gtk/gtkbutton.c:652:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def341]
gtk+-2.24.33/gtk/gtkbutton.c:702:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def342]
gtk+-2.24.33/gtk/gtkbutton.c:819:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def343]
gtk+-2.24.33/gtk/gtkbutton.c:848:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def344]
gtk+-2.24.33/gtk/gtkbutton.c:873:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def345]
gtk+-2.24.33/gtk/gtkbutton.c:896:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def346]
gtk+-2.24.33/gtk/gtkbutton.c:933:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def347]
gtk+-2.24.33/gtk/gtkbutton.c:1236:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def348]
gtk+-2.24.33/gtk/gtkbutton.c:1721:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def349]
gtk+-2.24.33/gtk/gtkbutton.c:1742:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def350]
gtk+-2.24.33/gtk/gtkbutton.c:1772:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def351]
gtk+-2.24.33/gtk/gtkbutton.c:2000:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def352]
gtk+-2.24.33/gtk/gtkbutton.c:2033:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def353]
gtk+-2.24.33/gtk/gtkbutton.c:2093:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def354]
gtk+-2.24.33/gtk/gtkbutton.c:2223:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def355]
gtk+-2.24.33/gtk/gtkbutton.c:2255:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def356]
gtk+-2.24.33/gtk/gtkbutton.c:2280:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def357]
gtk+-2.24.33/gtk/gtkbutton.c:2310:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def358]
gtk+-2.24.33/gtk/gtkcalendar.c: scope_hint: In function ‘gtk_calendar_class_init’
gtk+-2.24.33/gtk/gtkcalendar.c:679:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcalendar.h:37: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcalendar.c:50: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def359]
gtk+-2.24.33/gtk/gtkcalendar.c:679:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def360]
gtk+-2.24.33/gtk/gtkcalendar.c:707:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def361]
gtk+-2.24.33/gtk/gtkcelllayout.c:49:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcelllayout.c:166:1: enter_function: entry to ‘IA__gtk_cell_layout_set_attributes’
gtk+-2.24.33/gtk/gtkcelllayout.c:172:3: branch_false: following ‘false’ branch (when ‘cell_layout’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcelllayout.c:172:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcelllayout.c:173:3: branch_false: following ‘false’ branch (when ‘cell’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcelllayout.c:173:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcelllayout.c:175:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcelllayout.c:176:3: call_function: calling ‘gtk_cell_layout_set_attributesv’ from ‘IA__gtk_cell_layout_set_attributes’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def362]
gtk+-2.24.33/gtk/gtkcelllayout.c:52:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcelllayout.c:166:1: enter_function: entry to ‘IA__gtk_cell_layout_set_attributes’
gtk+-2.24.33/gtk/gtkcelllayout.c:172:3: branch_false: following ‘false’ branch (when ‘cell_layout’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcelllayout.c:172:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcelllayout.c:173:3: branch_false: following ‘false’ branch (when ‘cell’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcelllayout.c:173:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcelllayout.c:175:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcelllayout.c:176:3: call_function: calling ‘gtk_cell_layout_set_attributesv’ from ‘IA__gtk_cell_layout_set_attributes’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def363]
gtk+-2.24.33/gtk/gtkcelllayout.c:140:11: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcelllayout.c:166:1: enter_function: entry to ‘IA__gtk_cell_layout_set_attributes’
gtk+-2.24.33/gtk/gtkcelllayout.c:172:3: branch_false: following ‘false’ branch (when ‘cell_layout’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcelllayout.c:172:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcelllayout.c:173:3: branch_false: following ‘false’ branch (when ‘cell’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcelllayout.c:173:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcelllayout.c:175:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcelllayout.c:176:3: call_function: calling ‘gtk_cell_layout_set_attributesv’ from ‘IA__gtk_cell_layout_set_attributes’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def364]
gtk+-2.24.33/gtk/gtkcelllayout.c:142:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcelllayout.c:166:1: enter_function: entry to ‘IA__gtk_cell_layout_set_attributes’
gtk+-2.24.33/gtk/gtkcelllayout.c:172:3: branch_false: following ‘false’ branch (when ‘cell_layout’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcelllayout.c:172:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcelllayout.c:173:3: branch_false: following ‘false’ branch (when ‘cell’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcelllayout.c:173:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcelllayout.c:175:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcelllayout.c:176:3: call_function: calling ‘gtk_cell_layout_set_attributesv’ from ‘IA__gtk_cell_layout_set_attributes’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def365]
gtk+-2.24.33/gtk/gtkcelllayout.c:147:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcelllayout.c:166:1: enter_function: entry to ‘IA__gtk_cell_layout_set_attributes’
gtk+-2.24.33/gtk/gtkcelllayout.c:172:3: branch_false: following ‘false’ branch (when ‘cell_layout’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcelllayout.c:172:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcelllayout.c:173:3: branch_false: following ‘false’ branch (when ‘cell’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcelllayout.c:173:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcelllayout.c:175:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcelllayout.c:176:3: call_function: calling ‘gtk_cell_layout_set_attributesv’ from ‘IA__gtk_cell_layout_set_attributes’
Error: COMPILER_WARNING (CWE-477): [#def366]
gtk+-2.24.33/gtk/gtkcellrenderer.c: scope_hint: In function ‘gtk_cell_renderer_class_init’
gtk+-2.24.33/gtk/gtkcellrenderer.c:306:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcelleditable.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcellrenderer.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcellrenderer.c:21: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def367]
gtk+-2.24.33/gtk/gtkcellrenderer.c:306:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def368]
gtk+-2.24.33/gtk/gtkcellrenderer.c:316:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def369]
gtk+-2.24.33/gtk/gtkcellrenderer.c:454:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def370]
gtk+-2.24.33/gtk/gtkcellrenderer.c:560:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def371]
gtk+-2.24.33/gtk/gtkcellrenderercombo.c: scope_hint: In function ‘gtk_cell_renderer_combo_class_init’
gtk+-2.24.33/gtk/gtkcellrenderercombo.c:186:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcellrenderercombo.c:24: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def372]
gtk+-2.24.33/gtk/gtkcellrenderercombo.c:186:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def373]
gtk+-2.24.33/gtk/gtkcellrenderercombo.c:270:38: warning[-Wunused-but-set-variable=]: variable ‘priv’ set but not used
Error: COMPILER_WARNING: [#def374]
gtk+-2.24.33/gtk/gtkcellrenderercombo.c:272:16: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def375]
gtk+-2.24.33/gtk/gtkcellrenderercombo.c:326:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def376]
gtk+-2.24.33/gtk/gtkcellrenderercombo.c:429:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def377]
gtk+-2.24.33/gtk/gtkcellrendererpixbuf.c:90:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def378]
gtk+-2.24.33/gtk/gtkcellrendererpixbuf.c: scope_hint: In function ‘gtk_cell_renderer_pixbuf_class_init’
gtk+-2.24.33/gtk/gtkcellrendererpixbuf.c:212:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def379]
gtk+-2.24.33/gtk/gtkcellrendererpixbuf.c:212:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def380]
gtk+-2.24.33/gtk/gtkcellrendererpixbuf.c:221:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def381]
gtk+-2.24.33/gtk/gtkcellrendererpixbuf.c:249:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def382]
gtk+-2.24.33/gtk/gtkcellrendererpixbuf.c:295:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def383]
gtk+-2.24.33/gtk/gtkcellrendererpixbuf.c:478:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def384]
gtk+-2.24.33/gtk/gtkcellrendererpixbuf.c:501:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def385]
gtk+-2.24.33/gtk/gtkcellrendererpixbuf.c:608:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def386]
gtk+-2.24.33/gtk/gtkcellrendererpixbuf.c:685:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def387]
gtk+-2.24.33/gtk/gtkcellrendererprogress.c: scope_hint: In function ‘gtk_cell_renderer_progress_class_init’
gtk+-2.24.33/gtk/gtkcellrendererprogress.c:228:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcelleditable.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcellrenderer.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcellrendererprogress.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcellrendererprogress.c:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def388]
gtk+-2.24.33/gtk/gtkcellrendererprogress.c:228:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def389]
gtk+-2.24.33/gtk/gtkcellrendererprogress.c:235:42: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def390]
gtk+-2.24.33/gtk/gtkcellrendererspin.c: scope_hint: In function ‘gtk_cell_renderer_spin_class_init’
gtk+-2.24.33/gtk/gtkcellrendererspin.c:128:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkprivate.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcellrendererspin.c:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def391]
gtk+-2.24.33/gtk/gtkcellrendererspin.c:128:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def392]
gtk+-2.24.33/gtk/gtkcellrendererspin.c:136:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def393]
gtk+-2.24.33/gtk/gtkcellrendererspin.c:148:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def394]
gtk+-2.24.33/gtk/gtkcellrendererspin.c:166:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def395]
gtk+-2.24.33/gtk/gtkcellrendererspin.c:196:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def396]
gtk+-2.24.33/gtk/gtkcellrendererspin.c:306:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def397]
gtk+-2.24.33/gtk/gtkcellrendererspinner.c: scope_hint: In function ‘gtk_cell_renderer_spinner_class_init’
gtk+-2.24.33/gtk/gtkcellrendererspinner.c:164:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcelleditable.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcellrenderer.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcellrendererspinner.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcellrendererspinner.c:32: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def398]
gtk+-2.24.33/gtk/gtkcellrendererspinner.c:164:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def399]
gtk+-2.24.33/gtk/gtkcellrendererspinner.c:170:16: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def400]
gtk+-2.24.33/gtk/gtkcellrendererspinner.c: scope_hint: In function ‘gtk_cell_renderer_spinner_update_size’
gtk+-2.24.33/gtk/gtkcellrendererspinner.c:198:17: warning[-Wunused-but-set-variable=]: variable ‘icon_theme’ set but not used
Error: COMPILER_WARNING: [#def401]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:160:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def402]
gtk+-2.24.33/gtk/gtkcellrenderertext.c: scope_hint: In function ‘gtk_cell_renderer_text_class_init’
gtk+-2.24.33/gtk/gtkcellrenderertext.c:587:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def403]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:587:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def404]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:596:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def405]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:642:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-787): [#def406]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:644:3: warning[-Wanalyzer-out-of-bounds]: buffer over-read
Error: COMPILER_WARNING: [#def407]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1011:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-787): [#def408]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1280:10: warning[-Wanalyzer-out-of-bounds]: buffer over-read
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1280:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1280:10: branch_true: ...to here
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1280:10: danger: read of 4 bytes at offset ‘param_id * 4 + 17179869060’ exceeds ‘CSWTCH’
Error: COMPILER_WARNING: [#def409]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1373:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def410]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1496:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def411]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1628:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def412]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1707:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def413]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1748:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def414]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1764:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def415]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1782:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def416]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1803:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def417]
gtk+-2.24.33/gtk/gtkcellrenderertext.c:1832:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def418]
gtk+-2.24.33/gtk/gtkcellrenderertoggle.c:96:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def419]
gtk+-2.24.33/gtk/gtkcellrenderertoggle.c: scope_hint: In function ‘gtk_cell_renderer_toggle_class_init’
gtk+-2.24.33/gtk/gtkcellrenderertoggle.c:184:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def420]
gtk+-2.24.33/gtk/gtkcellrenderertoggle.c:184:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def421]
gtk+-2.24.33/gtk/gtkcellrenderertoggle.c:196:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def422]
gtk+-2.24.33/gtk/gtkcellrenderertoggle.c:231:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def423]
gtk+-2.24.33/gtk/gtkcellrenderertoggle.c:288:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def424]
gtk+-2.24.33/gtk/gtkcellrenderertoggle.c:336:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def425]
gtk+-2.24.33/gtk/gtkcellview.c: scope_hint: In function ‘gtk_cell_view_class_init’
gtk+-2.24.33/gtk/gtkcellview.c:193:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcellview.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcellview.c:22: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def426]
gtk+-2.24.33/gtk/gtkcellview.c:193:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def427]
gtk+-2.24.33/gtk/gtkcellview.c:293:20: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-476): [#def428]
gtk+-2.24.33/gtk/gtkclipboard.c:865:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gtk/gtkclipboard.c:858:1: enter_function: entry to ‘selection_received’
gtk+-2.24.33/gtk/gtkclipboard.c:862:39: call_function: calling ‘get_request_contents_info’ from ‘selection_received’
gtk+-2.24.33/gtk/gtkclipboard.c:862:39: return_function: returning to ‘selection_received’ from ‘get_request_contents_info’
gtk+-2.24.33/gtk/gtkclipboard.c:863:3: call_function: calling ‘set_request_contents_info’ from ‘selection_received’
gtk+-2.24.33/gtk/gtkclipboard.c:863:3: return_function: returning to ‘selection_received’ from ‘set_request_contents_info’
gtk+-2.24.33/gtk/gtkclipboard.c:865:3: danger: dereference of NULL ‘get_request_contents_info(widget)’
Error: COMPILER_WARNING (CWE-477): [#def429]
gtk+-2.24.33/gtk/gtkclipboard.c: scope_hint: In function ‘clipboard_rich_text_received_func’
gtk+-2.24.33/gtk/gtkclipboard.c:1393:3: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkselection.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkclipboard.h:29: included_from: Included from here.
gtk+-2.24.33/gtk/gtkclipboard.c:26: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def430]
gtk+-2.24.33/gtk/gtkclipboard.c:1393:3: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: COMPILER_WARNING (CWE-477): [#def431]
gtk+-2.24.33/gtk/gtkclipboard.c: scope_hint: In function ‘IA__gtk_clipboard_wait_for_targets’
gtk+-2.24.33/gtk/gtkclipboard.c:1763:9: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def432]
gtk+-2.24.33/gtk/gtkclipboard.c:1763:9: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: COMPILER_WARNING (CWE-477): [#def433]
gtk+-2.24.33/gtk/gtkclipboard.c:1787:11: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def434]
gtk+-2.24.33/gtk/gtkclipboard.c:1787:11: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: GCC_ANALYZER_WARNING (CWE-457): [#def435]
gtk+-2.24.33/gtk/gtkclist.c:5908:19: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*area.y’
gtk+-2.24.33/gtk/gtkclist.c:6204:1: enter_function: entry to ‘hadjustment_value_changed’
gtk+-2.24.33/gtk/gtkclist.c:6215:3: branch_true: following ‘true’ branch (when ‘adjustment’ is non-NULL)...
gtk+-2.24.33/gtk/gtkclist.c:6216:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkclist.c:6216:3: branch_false: following ‘false’ branch (when ‘data’ is non-NULL)...
gtk+-2.24.33/gtk/gtkclist.c:6216:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkclist.c:6221:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkclist.c:6224:11: branch_false: ...to here
gtk+-2.24.33/gtk/gtkclist.c:6238:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkclist.c:6253:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkclist.c:6256:14: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkclist.c:6260:15: branch_true: ...to here
gtk+-2.24.33/gtk/gtkclist.c:6262:15: call_function: calling ‘draw_rows’ from ‘hadjustment_value_changed’
Error: COMPILER_WARNING: [#def436]
gtk+-2.24.33/gtk/gtkclist.c: scope_hint: In function ‘vadjustment_changed’
gtk+-2.24.33/gtk/gtkclist.c:6097:13: warning[-Wunused-but-set-variable=]: variable ‘clist’ set but not used
Error: COMPILER_WARNING: [#def437]
gtk+-2.24.33/gtk/gtkclist.c: scope_hint: In function ‘hadjustment_changed’
gtk+-2.24.33/gtk/gtkclist.c:6109:13: warning[-Wunused-but-set-variable=]: variable ‘clist’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def438]
gtk+-2.24.33/gtk/gtkcolorbutton.c: scope_hint: In function ‘gtk_color_button_class_init’
gtk+-2.24.33/gtk/gtkcolorbutton.c:233:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbutton.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcolorbutton.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcolorbutton.c:33: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def439]
gtk+-2.24.33/gtk/gtkcolorbutton.c:233:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def440]
gtk+-2.24.33/gtk/gtkcolorbutton.c:432:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def441]
gtk+-2.24.33/gtk/gtkcolorsel.c: scope_hint: In function ‘gtk_color_selection_class_init’
gtk+-2.24.33/gtk/gtkcolorsel.c:324:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaccelgroup.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcolorsel.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcolorsel.c:34: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def442]
gtk+-2.24.33/gtk/gtkcolorsel.c:324:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def443]
gtk+-2.24.33/gtk/gtkcolorsel.c:342:35: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def444]
gtk+-2.24.33/gtk/gtkcolorsel.c: scope_hint: In function ‘palette_new’
gtk+-2.24.33/gtk/gtkcolorsel.c:1546:26: warning[-Wunused-but-set-variable=]: variable ‘priv’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def445]
gtk+-2.24.33/gtk/gtkcolorsel.c:2767:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘p’
gtk+-2.24.33/gtk/gtkcolorsel.c:2749:1: enter_function: entry to ‘IA__gtk_color_selection_palette_from_string’
gtk+-2.24.33/gtk/gtkcolorsel.c:2767:11: danger: dereference of NULL ‘p’
Error: COMPILER_WARNING (CWE-477): [#def446]
gtk+-2.24.33/gtk/gtkcombo.c: scope_hint: In function ‘gtk_combo_entry_key_press’
gtk+-2.24.33/gtk/gtkcombo.c:224:7: warning[-Wdeprecated-declarations]: ‘g_completion_new’ is deprecated
/usr/include/glib-2.0/glib.h:112: included_from: Included from here.
/usr/include/glib-2.0/glib/deprecated/gcompletion.h:60:14: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def447]
gtk+-2.24.33/gtk/gtkcombo.c:224:7: warning[-Wdeprecated-declarations]: ‘g_completion_new’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def448]
gtk+-2.24.33/gtk/gtkcombo.c:225:7: warning[-Wdeprecated-declarations]: ‘g_completion_add_items’ is deprecated
/usr/include/glib-2.0/glib/deprecated/gcompletion.h:62:14: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def449]
gtk+-2.24.33/gtk/gtkcombo.c:225:7: warning[-Wdeprecated-declarations]: ‘g_completion_add_items’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def450]
gtk+-2.24.33/gtk/gtkcombo.c:230:7: warning[-Wdeprecated-declarations]: ‘g_completion_complete_utf8’ is deprecated
/usr/include/glib-2.0/glib/deprecated/gcompletion.h:74:14: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def451]
gtk+-2.24.33/gtk/gtkcombo.c:230:7: warning[-Wdeprecated-declarations]: ‘g_completion_complete_utf8’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def452]
gtk+-2.24.33/gtk/gtkcombo.c:241:7: warning[-Wdeprecated-declarations]: ‘g_completion_free’ is deprecated
/usr/include/glib-2.0/glib/deprecated/gcompletion.h:81:14: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def453]
gtk+-2.24.33/gtk/gtkcombo.c:241:7: warning[-Wdeprecated-declarations]: ‘g_completion_free’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def454]
gtk+-2.24.33/gtk/gtkcombobox.c: scope_hint: In function ‘gtk_combo_box_class_init’
gtk+-2.24.33/gtk/gtkcombobox.c:979:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcombobox.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcombobox.c:21: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def455]
gtk+-2.24.33/gtk/gtkcombobox.c:979:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def456]
gtk+-2.24.33/gtk/gtkcombobox.c:1014:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def457]
gtk+-2.24.33/gtk/gtkcombobox.c:1143:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: CPPCHECK_WARNING (CWE-457): [#def458]
gtk+-2.24.33/gtk/gtkcombobox.c:4302: warning[uninitvar]: Uninitialized variable: cell_sensitive
Error: COMPILER_WARNING (CWE-477): [#def459]
gtk+-2.24.33/gtk/gtkcomboboxentry.c: scope_hint: In function ‘gtk_combo_box_entry_class_init’
gtk+-2.24.33/gtk/gtkcomboboxentry.c:116:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def460]
gtk+-2.24.33/gtk/gtkcomboboxentry.c:116:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def461]
gtk+-2.24.33/gtk/gtkcomboboxentry.c:125:21: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def462]
gtk+-2.24.33/gtk/gtkcontainer.c:166:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcontainer.c:926:1: enter_function: entry to ‘IA__gtk_container_child_get’
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: following ‘false’ branch (when ‘container’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: following ‘false’ branch (when ‘child’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:935:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcontainer.c:938:3: call_function: calling ‘IA__gtk_container_child_get_valist’ from ‘IA__gtk_container_child_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def463]
gtk+-2.24.33/gtk/gtkcontainer.c:169:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcontainer.c:926:1: enter_function: entry to ‘IA__gtk_container_child_get’
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: following ‘false’ branch (when ‘container’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: following ‘false’ branch (when ‘child’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:935:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcontainer.c:938:3: call_function: calling ‘IA__gtk_container_child_get_valist’ from ‘IA__gtk_container_child_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def464]
gtk+-2.24.33/gtk/gtkcontainer.c:599:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcontainer.c:926:1: enter_function: entry to ‘IA__gtk_container_child_get’
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: following ‘false’ branch (when ‘container’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: following ‘false’ branch (when ‘child’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:935:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcontainer.c:938:3: call_function: calling ‘IA__gtk_container_child_get_valist’ from ‘IA__gtk_container_child_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def465]
gtk+-2.24.33/gtk/gtkcontainer.c:600:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcontainer.c:926:1: enter_function: entry to ‘IA__gtk_container_child_get’
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: following ‘false’ branch (when ‘container’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: following ‘false’ branch (when ‘child’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:935:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcontainer.c:938:3: call_function: calling ‘IA__gtk_container_child_get_valist’ from ‘IA__gtk_container_child_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def466]
gtk+-2.24.33/gtk/gtkcontainer.c:601:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcontainer.c:926:1: enter_function: entry to ‘IA__gtk_container_child_get’
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: following ‘false’ branch (when ‘container’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: following ‘false’ branch (when ‘child’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:935:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcontainer.c:938:3: call_function: calling ‘IA__gtk_container_child_get_valist’ from ‘IA__gtk_container_child_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def467]
gtk+-2.24.33/gtk/gtkcontainer.c:603:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcontainer.c:926:1: enter_function: entry to ‘IA__gtk_container_child_get’
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: following ‘false’ branch (when ‘container’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: following ‘false’ branch (when ‘child’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:935:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcontainer.c:938:3: call_function: calling ‘IA__gtk_container_child_get_valist’ from ‘IA__gtk_container_child_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def468]
gtk+-2.24.33/gtk/gtkcontainer.c:604:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcontainer.c:926:1: enter_function: entry to ‘IA__gtk_container_child_get’
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: following ‘false’ branch (when ‘container’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:933:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: following ‘false’ branch (when ‘child’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:934:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:935:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:937:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcontainer.c:938:3: call_function: calling ‘IA__gtk_container_child_get_valist’ from ‘IA__gtk_container_child_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def469]
gtk+-2.24.33/gtk/gtkcontainer.c:744:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcontainer.c:899:1: enter_function: entry to ‘IA__gtk_container_child_set’
gtk+-2.24.33/gtk/gtkcontainer.c:906:3: branch_false: following ‘false’ branch (when ‘container’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:906:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:907:3: branch_false: following ‘false’ branch (when ‘child’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:907:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:908:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkcontainer.c:910:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:910:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcontainer.c:911:3: call_function: calling ‘IA__gtk_container_child_set_valist’ from ‘IA__gtk_container_child_set’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def470]
gtk+-2.24.33/gtk/gtkcontainer.c:745:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcontainer.c:899:1: enter_function: entry to ‘IA__gtk_container_child_set’
gtk+-2.24.33/gtk/gtkcontainer.c:906:3: branch_false: following ‘false’ branch (when ‘container’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:906:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:907:3: branch_false: following ‘false’ branch (when ‘child’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:907:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:908:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkcontainer.c:910:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:910:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcontainer.c:911:3: call_function: calling ‘IA__gtk_container_child_set_valist’ from ‘IA__gtk_container_child_set’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def471]
gtk+-2.24.33/gtk/gtkcontainer.c:748:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcontainer.c:899:1: enter_function: entry to ‘IA__gtk_container_child_set’
gtk+-2.24.33/gtk/gtkcontainer.c:906:3: branch_false: following ‘false’ branch (when ‘container’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:906:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:907:3: branch_false: following ‘false’ branch (when ‘child’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:907:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:908:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkcontainer.c:910:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:910:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcontainer.c:911:3: call_function: calling ‘IA__gtk_container_child_set_valist’ from ‘IA__gtk_container_child_set’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def472]
gtk+-2.24.33/gtk/gtkcontainer.c:749:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkcontainer.c:899:1: enter_function: entry to ‘IA__gtk_container_child_set’
gtk+-2.24.33/gtk/gtkcontainer.c:906:3: branch_false: following ‘false’ branch (when ‘container’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:906:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:907:3: branch_false: following ‘false’ branch (when ‘child’ is non-NULL)...
gtk+-2.24.33/gtk/gtkcontainer.c:907:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:908:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkcontainer.c:910:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkcontainer.c:910:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkcontainer.c:911:3: call_function: calling ‘IA__gtk_container_child_set_valist’ from ‘IA__gtk_container_child_set’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def473]
gtk+-2.24.33/gtk/gtkctree.c:1316:15: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gtk/gtkctree.c:1623:1: enter_function: entry to ‘draw_row’
gtk+-2.24.33/gtk/gtkctree.c:1689:6: branch_false: following ‘false’ branch (when ‘area’ is NULL)...
gtk+-2.24.33/gtk/gtkctree.c:1702:7: branch_false: ...to here
gtk+-2.24.33/gtk/gtkctree.c:1788:15: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkctree.c:1802:12: branch_true: ...to here
gtk+-2.24.33/gtk/gtkctree.c:1802:10: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkctree.c:1805:7: branch_false: ...to here
gtk+-2.24.33/gtk/gtkctree.c:1805:7: call_function: calling ‘get_cell_style’ from ‘draw_row’
gtk+-2.24.33/gtk/gtkctree.c:1805:7: return_function: returning to ‘draw_row’ from ‘get_cell_style’
gtk+-2.24.33/gtk/gtkctree.c:1820:10: branch_false: following ‘false’ branch (when ‘area’ is NULL)...
gtk+-2.24.33/gtk/gtkctree.c:1828:11: branch_false: ...to here
gtk+-2.24.33/gtk/gtkctree.c:1886:14: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkctree.c:1934:20: branch_false: ...to here
gtk+-2.24.33/gtk/gtkctree.c:1941:10: branch_false: following ‘false’ branch (when ‘area’ is NULL)...
gtk+-2.24.33/gtk/gtkctree.c:1950:16: branch_false: ...to here
gtk+-2.24.33/gtk/gtkctree.c:1950:16: call_function: calling ‘gtk_ctree_draw_lines’ from ‘draw_row’
Error: CPPCHECK_WARNING (CWE-909): [#def474]
gtk+-2.24.33/gtk/gtkctree.c:2592: error[uninitStructMember]: Uninitialized struct member: requisition.width
Error: CPPCHECK_WARNING (CWE-909): [#def475]
gtk+-2.24.33/gtk/gtkctree.c:2654: error[uninitStructMember]: Uninitialized struct member: requisition.width
Error: CPPCHECK_WARNING (CWE-909): [#def476]
gtk+-2.24.33/gtk/gtkctree.c:2767: error[uninitStructMember]: Uninitialized struct member: requisition.width
Error: COMPILER_WARNING: [#def477]
gtk+-2.24.33/gtk/gtkcustompaperunixdialog.c:250:19: warning[-Wunused-but-set-variable=]: variable ‘widget_class’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def478]
gtk+-2.24.33/gtk/gtkcustompaperunixdialog.c: scope_hint: In function ‘gtk_custom_paper_unix_dialog_class_init’
gtk+-2.24.33/gtk/gtkcustompaperunixdialog.c:257:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkprivate.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcustompaperunixdialog.c:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def479]
gtk+-2.24.33/gtk/gtkcustompaperunixdialog.c:257:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def480]
gtk+-2.24.33/gtk/gtkcustompaperunixdialog.c:276:25: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def481]
gtk+-2.24.33/gtk/gtkdialog.c:115:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkdialog.c:763:1: enter_function: entry to ‘IA__gtk_dialog_add_buttons’
gtk+-2.24.33/gtk/gtkdialog.c:769:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkdialog.c:771:3: call_function: calling ‘gtk_dialog_add_buttons_valist’ from ‘IA__gtk_dialog_add_buttons’
Error: COMPILER_WARNING (CWE-477): [#def482]
gtk+-2.24.33/gtk/gtkdialog.c: scope_hint: In function ‘gtk_dialog_class_init’
gtk+-2.24.33/gtk/gtkdialog.c:137:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def483]
gtk+-2.24.33/gtk/gtkdialog.c:137:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def484]
gtk+-2.24.33/gtk/gtkdialog.c:275:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def485]
gtk+-2.24.33/gtk/gtkdialog.c:463:14: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkdialog.c:1302:1: enter_function: entry to ‘IA__gtk_dialog_set_alternative_button_order’
gtk+-2.24.33/gtk/gtkdialog.c:1309:3: branch_false: following ‘false’ branch (when ‘dialog’ is non-NULL)...
gtk+-2.24.33/gtk/gtkdialog.c:1309:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkdialog.c:1312:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkdialog.c:1315:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkdialog.c:1315:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkdialog.c:1317:3: call_function: calling ‘gtk_dialog_set_alternative_button_order_valist’ from ‘IA__gtk_dialog_set_alternative_button_order’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def486]
gtk+-2.24.33/gtk/gtkdialog.c:476:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkdialog.c:1302:1: enter_function: entry to ‘IA__gtk_dialog_set_alternative_button_order’
gtk+-2.24.33/gtk/gtkdialog.c:1309:3: branch_false: following ‘false’ branch (when ‘dialog’ is non-NULL)...
gtk+-2.24.33/gtk/gtkdialog.c:1309:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkdialog.c:1312:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkdialog.c:1315:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkdialog.c:1315:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkdialog.c:1317:3: call_function: calling ‘gtk_dialog_set_alternative_button_order_valist’ from ‘IA__gtk_dialog_set_alternative_button_order’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def487]
gtk+-2.24.33/gtk/gtkdialog.c:605:22: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkdialog.c:1302:1: enter_function: entry to ‘IA__gtk_dialog_set_alternative_button_order’
gtk+-2.24.33/gtk/gtkdialog.c:1309:3: branch_false: following ‘false’ branch (when ‘dialog’ is non-NULL)...
gtk+-2.24.33/gtk/gtkdialog.c:1309:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkdialog.c:1312:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkdialog.c:1315:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkdialog.c:1315:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkdialog.c:1317:3: call_function: calling ‘gtk_dialog_set_alternative_button_order_valist’ from ‘IA__gtk_dialog_set_alternative_button_order’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def488]
gtk+-2.24.33/gtk/gtkdialog.c:732:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkdialog.c:763:1: enter_function: entry to ‘IA__gtk_dialog_add_buttons’
gtk+-2.24.33/gtk/gtkdialog.c:769:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkdialog.c:771:3: call_function: calling ‘gtk_dialog_add_buttons_valist’ from ‘IA__gtk_dialog_add_buttons’
Error: COMPILER_WARNING: [#def489]
gtk+-2.24.33/gtk/gtkdialog.c:867:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def490]
gtk+-2.24.33/gtk/gtkdialog.c:1123:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def491]
gtk+-2.24.33/gtk/gtkdialog.c:1247:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkdialog.c:1302:1: enter_function: entry to ‘IA__gtk_dialog_set_alternative_button_order’
gtk+-2.24.33/gtk/gtkdialog.c:1309:3: branch_false: following ‘false’ branch (when ‘dialog’ is non-NULL)...
gtk+-2.24.33/gtk/gtkdialog.c:1309:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkdialog.c:1312:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkdialog.c:1315:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkdialog.c:1315:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkdialog.c:1317:3: call_function: calling ‘gtk_dialog_set_alternative_button_order_valist’ from ‘IA__gtk_dialog_set_alternative_button_order’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def492]
gtk+-2.24.33/gtk/gtkdialog.c:1249:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkdialog.c:1302:1: enter_function: entry to ‘IA__gtk_dialog_set_alternative_button_order’
gtk+-2.24.33/gtk/gtkdialog.c:1309:3: branch_false: following ‘false’ branch (when ‘dialog’ is non-NULL)...
gtk+-2.24.33/gtk/gtkdialog.c:1309:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkdialog.c:1312:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkdialog.c:1315:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkdialog.c:1315:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkdialog.c:1317:3: call_function: calling ‘gtk_dialog_set_alternative_button_order_valist’ from ‘IA__gtk_dialog_set_alternative_button_order’
Error: COMPILER_WARNING (CWE-477): [#def493]
gtk+-2.24.33/gtk/gtkdnd.c: scope_hint: In function ‘gtk_drag_get_cursor’
gtk+-2.24.33/gtk/gtkdnd.c:747:7: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_inline’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixbuf.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:28: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:33: included_from: Included from here.
gtk+-2.24.33/gdk/gdkprivate.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/x11/gdkx.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdnd.c:39: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:295:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def494]
gtk+-2.24.33/gtk/gtkdnd.c:747:7: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_inline’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def495]
gtk+-2.24.33/gtk/gtkentry.c: scope_hint: In function ‘gtk_entry_class_init’
gtk+-2.24.33/gtk/gtkentry.c:1759:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkalignment.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkentry.c:37: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def496]
gtk+-2.24.33/gtk/gtkentry.c:1759:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def497]
gtk+-2.24.33/gtk/gtkentry.c:1788:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def498]
gtk+-2.24.33/gtk/gtkentry.c:2013:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def499]
gtk+-2.24.33/gtk/gtkentry.c:2273:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def500]
gtk+-2.24.33/gtk/gtkentry.c:2319:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def501]
gtk+-2.24.33/gtk/gtkentry.c:2343:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def502]
gtk+-2.24.33/gtk/gtkentry.c:2379:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def503]
gtk+-2.24.33/gtk/gtkentry.c:2390:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def504]
gtk+-2.24.33/gtk/gtkentry.c:2412:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def505]
gtk+-2.24.33/gtk/gtkentry.c:2448:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def506]
gtk+-2.24.33/gtk/gtkentry.c:2475:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def507]
gtk+-2.24.33/gtk/gtkentry.c:2516:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def508]
gtk+-2.24.33/gtk/gtkentry.c:2539:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def509]
gtk+-2.24.33/gtk/gtkentry.c:2595:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def510]
gtk+-2.24.33/gtk/gtkentry.c:2634:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def511]
gtk+-2.24.33/gtk/gtkentry.c:2675:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def512]
gtk+-2.24.33/gtk/gtkentry.c:2692:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def513]
gtk+-2.24.33/gtk/gtkentry.c:2716:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def514]
gtk+-2.24.33/gtk/gtkentry.c:2747:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def515]
gtk+-2.24.33/gtk/gtkentry.c:2817:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def516]
gtk+-2.24.33/gtk/gtkentry.c:2864:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def517]
gtk+-2.24.33/gtk/gtkentry.c:2889:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def518]
gtk+-2.24.33/gtk/gtkentry.c:2939:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def519]
gtk+-2.24.33/gtk/gtkentry.c:2978:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def520]
gtk+-2.24.33/gtk/gtkentry.c:3168:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def521]
gtk+-2.24.33/gtk/gtkentry.c:3193:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def522]
gtk+-2.24.33/gtk/gtkentry.c:3269:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def523]
gtk+-2.24.33/gtk/gtkentry.c:3333:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def524]
gtk+-2.24.33/gtk/gtkentry.c:3430:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def525]
gtk+-2.24.33/gtk/gtkentry.c:3504:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def526]
gtk+-2.24.33/gtk/gtkentry.c:3531:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def527]
gtk+-2.24.33/gtk/gtkentry.c:3627:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def528]
gtk+-2.24.33/gtk/gtkentry.c:3813:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def529]
gtk+-2.24.33/gtk/gtkentry.c:3885:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def530]
gtk+-2.24.33/gtk/gtkentry.c:3887:19: warning[-Wunused-but-set-variable=]: variable ‘context’ set but not used
Error: COMPILER_WARNING: [#def531]
gtk+-2.24.33/gtk/gtkentry.c:4222:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def532]
gtk+-2.24.33/gtk/gtkentry.c:4390:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def533]
gtk+-2.24.33/gtk/gtkentry.c:4413:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def534]
gtk+-2.24.33/gtk/gtkentry.c:4426:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def535]
gtk+-2.24.33/gtk/gtkentry.c:4757:20: warning[-Wunused-but-set-variable=]: variable ‘priv’ set but not used
Error: COMPILER_WARNING: [#def536]
gtk+-2.24.33/gtk/gtkentry.c:4796:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def537]
gtk+-2.24.33/gtk/gtkentry.c:4864:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def538]
gtk+-2.24.33/gtk/gtkentry.c: scope_hint: In function ‘gtk_entry_create_layout’
gtk+-2.24.33/gtk/gtkentry.c:5433:9: warning[-Wdeprecated-declarations]: ‘pango_find_base_dir’ is deprecated
/usr/include/pango-1.0/pango/pango-types.h:239: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-font.h:26: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-attributes.h:25: included_from: Included from here.
/usr/include/pango-1.0/pango/pango.h:25: included_from: Included from here.
gtk+-2.24.33/gdk/gdktypes.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkscreen.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:31: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-bidi-type.h:107:16: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def539]
gtk+-2.24.33/gtk/gtkentry.c:5433:9: warning[-Wdeprecated-declarations]: ‘pango_find_base_dir’ is deprecated
Error: COMPILER_WARNING: [#def540]
gtk+-2.24.33/gtk/gtkentry.c:5975:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def541]
gtk+-2.24.33/gtk/gtkentry.c:6329:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def542]
gtk+-2.24.33/gtk/gtkentry.c:6456:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def543]
gtk+-2.24.33/gtk/gtkentry.c:6523:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def544]
gtk+-2.24.33/gtk/gtkentry.c:6693:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def545]
gtk+-2.24.33/gtk/gtkentry.c:6743:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def546]
gtk+-2.24.33/gtk/gtkentry.c:6832:20: warning[-Wunused-but-set-variable=]: variable ‘priv’ set but not used
Error: COMPILER_WARNING: [#def547]
gtk+-2.24.33/gtk/gtkentry.c:6836:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def548]
gtk+-2.24.33/gtk/gtkentry.c:6871:20: warning[-Wunused-but-set-variable=]: variable ‘priv’ set but not used
Error: COMPILER_WARNING: [#def549]
gtk+-2.24.33/gtk/gtkentry.c:6876:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def550]
gtk+-2.24.33/gtk/gtkentry.c:6997:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def551]
gtk+-2.24.33/gtk/gtkentry.c:7049:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def552]
gtk+-2.24.33/gtk/gtkentry.c:7591:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def553]
gtk+-2.24.33/gtk/gtkentry.c:7625:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def554]
gtk+-2.24.33/gtk/gtkentry.c:7653:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def555]
gtk+-2.24.33/gtk/gtkentry.c:7718:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def556]
gtk+-2.24.33/gtk/gtkentry.c:7788:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def557]
gtk+-2.24.33/gtk/gtkentry.c:7856:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def558]
gtk+-2.24.33/gtk/gtkentry.c:7918:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def559]
gtk+-2.24.33/gtk/gtkentry.c:7958:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def560]
gtk+-2.24.33/gtk/gtkentry.c:7990:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def561]
gtk+-2.24.33/gtk/gtkentry.c:8025:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def562]
gtk+-2.24.33/gtk/gtkentry.c:8058:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def563]
gtk+-2.24.33/gtk/gtkentry.c:8091:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def564]
gtk+-2.24.33/gtk/gtkentry.c:8122:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def565]
gtk+-2.24.33/gtk/gtkentry.c:8165:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def566]
gtk+-2.24.33/gtk/gtkentry.c:8195:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def567]
gtk+-2.24.33/gtk/gtkentry.c:8277:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def568]
gtk+-2.24.33/gtk/gtkentry.c:8315:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def569]
gtk+-2.24.33/gtk/gtkentry.c:8357:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def570]
gtk+-2.24.33/gtk/gtkentry.c:8375:31: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def571]
gtk+-2.24.33/gtk/gtkentry.c:8421:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def572]
gtk+-2.24.33/gtk/gtkentry.c:8467:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def573]
gtk+-2.24.33/gtk/gtkentry.c:8509:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def574]
gtk+-2.24.33/gtk/gtkentry.c:8546:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def575]
gtk+-2.24.33/gtk/gtkentry.c:8578:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def576]
gtk+-2.24.33/gtk/gtkentry.c:8874:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def577]
gtk+-2.24.33/gtk/gtkentry.c:8912:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def578]
gtk+-2.24.33/gtk/gtkentry.c:9082:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def579]
gtk+-2.24.33/gtk/gtkentry.c:9115:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def580]
gtk+-2.24.33/gtk/gtkentry.c:9228:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def581]
gtk+-2.24.33/gtk/gtkentry.c:9274:20: warning[-Wunused-but-set-variable=]: variable ‘priv’ set but not used
Error: COMPILER_WARNING: [#def582]
gtk+-2.24.33/gtk/gtkentry.c:9276:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def583]
gtk+-2.24.33/gtk/gtkentry.c:9321:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def584]
gtk+-2.24.33/gtk/gtkentry.c:9968:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def585]
gtk+-2.24.33/gtk/gtkentry.c:10014:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def586]
gtk+-2.24.33/gtk/gtkentry.c:10037:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def587]
gtk+-2.24.33/gtk/gtkentry.c:10068:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def588]
gtk+-2.24.33/gtk/gtkentry.c:10093:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def589]
gtk+-2.24.33/gtk/gtkentry.c:10135:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def590]
gtk+-2.24.33/gtk/gtkentry.c:10153:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def591]
gtk+-2.24.33/gtk/gtkentry.c:10166:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def592]
gtk+-2.24.33/gtk/gtkentrybuffer.c:172:3: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: COMPILER_WARNING: [#def593]
gtk+-2.24.33/gtk/gtkentrybuffer.c:202:7: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: COMPILER_WARNING: [#def594]
gtk+-2.24.33/gtk/gtkentrybuffer.c:251:23: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def595]
gtk+-2.24.33/gtk/gtkentrybuffer.c: scope_hint: In function ‘gtk_entry_buffer_class_init’
gtk+-2.24.33/gtk/gtkentrybuffer.c:341:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def596]
gtk+-2.24.33/gtk/gtkentrybuffer.c:341:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def597]
gtk+-2.24.33/gtk/gtkentrycompletion.c: scope_hint: In function ‘gtk_entry_completion_class_init’
gtk+-2.24.33/gtk/gtkentrycompletion.c:393:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtktreemodel.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkentrycompletion.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkentrycompletion.c:21: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def598]
gtk+-2.24.33/gtk/gtkentrycompletion.c:393:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def599]
gtk+-2.24.33/gtk/gtkentrycompletion.c:426:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def600]
gtk+-2.24.33/gtk/gtkentrycompletion.c:676:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def601]
gtk+-2.24.33/gtk/gtkentrycompletion.c:688:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def602]
gtk+-2.24.33/gtk/gtkentrycompletion.c:698:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def603]
gtk+-2.24.33/gtk/gtkentrycompletion.c:711:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def604]
gtk+-2.24.33/gtk/gtkentrycompletion.c:725:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def605]
gtk+-2.24.33/gtk/gtkentrycompletion.c:737:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def606]
gtk+-2.24.33/gtk/gtkentrycompletion.c:749:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def607]
gtk+-2.24.33/gtk/gtkentrycompletion.c:759:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def608]
gtk+-2.24.33/gtk/gtkeventbox.c: scope_hint: In function ‘gtk_event_box_class_init’
gtk+-2.24.33/gtk/gtkeventbox.c:103:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkeventbox.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkeventbox.c:28: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def609]
gtk+-2.24.33/gtk/gtkeventbox.c:103:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def610]
gtk+-2.24.33/gtk/gtkeventbox.c:113:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def611]
gtk+-2.24.33/gtk/gtkeventbox.c:295:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def612]
gtk+-2.24.33/gtk/gtkeventbox.c:325:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def613]
gtk+-2.24.33/gtk/gtkeventbox.c:392:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def614]
gtk+-2.24.33/gtk/gtkeventbox.c:438:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def615]
gtk+-2.24.33/gtk/gtkeventbox.c:455:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def616]
gtk+-2.24.33/gtk/gtkeventbox.c:471:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def617]
gtk+-2.24.33/gtk/gtkeventbox.c:527:14: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def618]
gtk+-2.24.33/gtk/gtkexpander.c: scope_hint: In function ‘gtk_expander_class_init’
gtk+-2.24.33/gtk/gtkexpander.c:184:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkexpander.h:31: included_from: Included from here.
gtk+-2.24.33/gtk/gtkexpander.c:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def619]
gtk+-2.24.33/gtk/gtkexpander.c:184:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def620]
gtk+-2.24.33/gtk/gtkexpander.c:277:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def621]
gtk+-2.24.33/gtk/gtkfilechooserbutton.c: scope_hint: In function ‘gtk_file_chooser_button_class_init’
gtk+-2.24.33/gtk/gtkfilechooserbutton.c:436:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbutton.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilechooserbutton.c:34: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def622]
gtk+-2.24.33/gtk/gtkfilechooserbutton.c:436:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def623]
gtk+-2.24.33/gtk/gtkfilechooserbutton.c:446:25: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def624]
gtk+-2.24.33/gtk/gtkfilechooserdefault.c: scope_hint: In function ‘file_system_model_set’
gtk+-2.24.33/gtk/gtkfilechooserdefault.c:6817:9: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/galloca.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib.h:32: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkalignment.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilechooserdefault.c:25: included_from: Included from here.
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def625]
gtk+-2.24.33/gtk/gtkfilechooserdefault.c:6817:9: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def626]
gtk+-2.24.33/gtk/gtkfilechooserdefault.c:6820:9: warning[-Wdeprecated-declarations]: ‘g_file_info_get_modification_time’ is deprecated: Use 'g_file_info_get_modification_date_time' instead
/usr/include/glib-2.0/gio/gio.h:85: included_from: Included from here.
/usr/include/glib-2.0/gio/gfileinfo.h:1445:19: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def627]
gtk+-2.24.33/gtk/gtkfilechooserdefault.c:6820:9: warning[-Wdeprecated-declarations]: ‘g_file_info_get_modification_time’ is deprecated: Use 'g_file_info_get_modification_date_time' instead
Error: GCC_ANALYZER_WARNING (CWE-404): [#def628]
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:57:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:470:1: enter_function: entry to ‘gtk_file_chooser_dialog_new_with_backend’
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:480:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:481:12: call_function: calling ‘gtk_file_chooser_dialog_new_valist’ from ‘gtk_file_chooser_dialog_new_with_backend’
Error: COMPILER_WARNING (CWE-477): [#def629]
gtk+-2.24.33/gtk/gtkfilechooserdialog.c: scope_hint: In function ‘gtk_file_chooser_dialog_class_init’
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:76:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilefilter.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilechooser.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilechooserprivate.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:23: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def630]
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:76:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def631]
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:82:39: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def632]
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:398:12: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:470:1: enter_function: entry to ‘gtk_file_chooser_dialog_new_with_backend’
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:480:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:481:12: call_function: calling ‘gtk_file_chooser_dialog_new_valist’ from ‘gtk_file_chooser_dialog_new_with_backend’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def633]
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:404:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:470:1: enter_function: entry to ‘gtk_file_chooser_dialog_new_with_backend’
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:480:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:481:12: call_function: calling ‘gtk_file_chooser_dialog_new_valist’ from ‘gtk_file_chooser_dialog_new_with_backend’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def634]
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:409:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:470:1: enter_function: entry to ‘gtk_file_chooser_dialog_new_with_backend’
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:480:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkfilechooserdialog.c:481:12: call_function: calling ‘gtk_file_chooser_dialog_new_valist’ from ‘gtk_file_chooser_dialog_new_with_backend’
Error: COMPILER_WARNING (CWE-477): [#def635]
gtk+-2.24.33/gtk/gtkfilechooserwidget.c: scope_hint: In function ‘gtk_file_chooser_widget_class_init’
gtk+-2.24.33/gtk/gtkfilechooserwidget.c:66:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilefilter.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilechooser.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilechooserprivate.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilechooserwidget.c:22: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def636]
gtk+-2.24.33/gtk/gtkfilechooserwidget.c:66:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def637]
gtk+-2.24.33/gtk/gtkfilechooserwidget.c:72:39: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-476): [#def638]
gtk+-2.24.33/gtk/gtkfilesel.c:1650:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gtk/gtkfilesel.c:1633:1: enter_function: entry to ‘gtk_file_selection_rename_file’
gtk+-2.24.33/gtk/gtkfilesel.c:1645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkfilesel.c:1648:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkfilesel.c:1649:3: release_memory: using NULL here
gtk+-2.24.33/gtk/gtkfilesel.c:1650:7: danger: dereference of NULL ‘<unknown>’
Error: COMPILER_WARNING: [#def639]
gtk+-2.24.33/gtk/gtkfilesel.c: scope_hint: In function ‘gtk_file_selection_populate’
gtk+-2.24.33/gtk/gtkfilesel.c:2022:8: warning[-Wunused-but-set-variable=]: variable ‘possible_count’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-787): [#def640]
gtk+-2.24.33/gtk/gtkfilesel.c:2944:7: warning[-Wanalyzer-out-of-bounds]: buffer overflow
gtk+-2.24.33/gtk/gtkfilesel.c:2914:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkfilesel.c:2918:6: branch_true: following ‘true’ branch (when ‘first_slash’ is non-NULL)...
gtk+-2.24.33/gtk/gtkfilesel.c:2919:15: branch_true: ...to here
gtk+-2.24.33/gtk/gtkfilesel.c:2923:6: branch_false: following ‘false’ branch (when ‘cmp_len != 0’)...
gtk+-2.24.33/gtk/gtkfilesel.c:2939:21: branch_false: ...to here
gtk+-2.24.33/gtk/gtkfilesel.c:2944:7: danger: out-of-bounds write on ‘*(void *)<unknown>’
Error: GCC_ANALYZER_WARNING (CWE-688): [#def641]
gtk+-2.24.33/gtk/gtkfilesel.c:3229:27: warning[-Wanalyzer-null-argument]: use of NULL ‘dir_name’ where non-null expected
gtk+-2.24.33/gtk/gtkfilesel.c:3216:1: enter_function: entry to ‘attach_dir’
gtk+-2.24.33/gtk/gtkfilesel.c:3228:3: release_memory: ‘dir_name’ is NULL
gtk+-2.24.33/gtk/gtkfilesel.c:3229:27: danger: argument 1 (‘dir_name’) NULL where non-null expected
Error: COMPILER_WARNING: [#def642]
gtk+-2.24.33/gtk/gtkfilesel.c: scope_hint: In function ‘find_parent_dir_fullname’
gtk+-2.24.33/gtk/gtkfilesel.c:3434:11: warning[-Wunused-but-set-variable=]: variable ‘ignored’ set but not used
Error: COMPILER_WARNING: [#def643]
gtk+-2.24.33/gtk/gtkfilesystem.c:172:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def644]
gtk+-2.24.33/gtk/gtkfilesystem.c:198:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def645]
gtk+-2.24.33/gtk/gtkfilesystem.c: scope_hint: In function ‘_gtk_file_system_class_init’
gtk+-2.24.33/gtk/gtkfilesystem.c:241:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilefilter.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilechooser.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilesystem.c:29: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def646]
gtk+-2.24.33/gtk/gtkfilesystem.c:241:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def647]
gtk+-2.24.33/gtk/gtkfilesystem.c:371:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def648]
gtk+-2.24.33/gtk/gtkfilesystem.c:439:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def649]
gtk+-2.24.33/gtk/gtkfilesystem.c:579:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def650]
gtk+-2.24.33/gtk/gtkfilesystem.c:646:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def651]
gtk+-2.24.33/gtk/gtkfilesystem.c:667:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def652]
gtk+-2.24.33/gtk/gtkfilesystem.c:920:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def653]
gtk+-2.24.33/gtk/gtkfilesystem.c:972:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def654]
gtk+-2.24.33/gtk/gtkfilesystem.c:1027:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def655]
gtk+-2.24.33/gtk/gtkfilesystem.c:1058:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def656]
gtk+-2.24.33/gtk/gtkfilesystem.c:1108:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def657]
gtk+-2.24.33/gtk/gtkfilesystem.c:1135:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def658]
gtk+-2.24.33/gtk/gtkfilesystem.c:1198:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def659]
gtk+-2.24.33/gtk/gtkfilesystem.c:1254:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def660]
gtk+-2.24.33/gtk/gtkfilesystem.c:1300:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def661]
gtk+-2.24.33/gtk/gtkfilesystem.c:1328:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def662]
gtk+-2.24.33/gtk/gtkfilesystem.c: scope_hint: In function ‘_gtk_folder_class_init’
gtk+-2.24.33/gtk/gtkfilesystem.c:1417:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def663]
gtk+-2.24.33/gtk/gtkfilesystem.c:1417:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def664]
gtk+-2.24.33/gtk/gtkfilesystem.c:1425:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def665]
gtk+-2.24.33/gtk/gtkfilesystem.c:1440:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def666]
gtk+-2.24.33/gtk/gtkfilesystem.c:1455:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def667]
gtk+-2.24.33/gtk/gtkfilesystem.c:1469:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def668]
gtk+-2.24.33/gtk/gtkfilesystem.c:1488:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def669]
gtk+-2.24.33/gtk/gtkfilesystem.c:1502:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def670]
gtk+-2.24.33/gtk/gtkfilesystemmodel.c: scope_hint: In function ‘gtk_file_system_model_sort’
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:793:7: warning[-Wdeprecated-declarations]: ‘g_qsort_with_data’ is deprecated: Use 'g_sort_array' instead
/usr/include/glib-2.0/glib.h:71: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gtk/gtkfilesystemmodel.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:23: included_from: Included from here.
/usr/include/glib-2.0/glib/gqsort.h:39:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def671]
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:793:7: warning[-Wdeprecated-declarations]: ‘g_qsort_with_data’ is deprecated: Use 'g_sort_array' instead
Error: GCC_ANALYZER_WARNING (CWE-404): [#def672]
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1016:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1402:1: enter_function: entry to ‘_gtk_file_system_model_new’
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1410:3: branch_true: following ‘true’ branch (when ‘get_func’ is non-NULL)...
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1411:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1411:3: branch_true: following ‘true’ branch (when ‘n_columns != 0’)...
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1413:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1413:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1414:11: call_function: calling ‘_gtk_file_system_model_new_valist’ from ‘_gtk_file_system_model_new’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def673]
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1379:11: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1402:1: enter_function: entry to ‘_gtk_file_system_model_new’
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1410:3: branch_true: following ‘true’ branch (when ‘get_func’ is non-NULL)...
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1411:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1411:3: branch_true: following ‘true’ branch (when ‘n_columns != 0’)...
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1413:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1413:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkfilesystemmodel.c:1414:11: call_function: calling ‘_gtk_file_system_model_new_valist’ from ‘_gtk_file_system_model_new’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def674]
gtk+-2.24.33/gtk/gtkfixed.c:260:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def675]
gtk+-2.24.33/gtk/gtkfixed.c:263:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: COMPILER_WARNING (CWE-477): [#def676]
gtk+-2.24.33/gtk/gtkfontbutton.c: scope_hint: In function ‘gtk_font_button_class_init’
gtk+-2.24.33/gtk/gtkfontbutton.c:251:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbutton.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfontbutton.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkfontbutton.c:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def677]
gtk+-2.24.33/gtk/gtkfontbutton.c:251:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def678]
gtk+-2.24.33/gtk/gtkfontbutton.c:257:23: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def679]
gtk+-2.24.33/gtk/gtkgamma.c: scope_hint: In function ‘button_realize_callback’
gtk+-2.24.33/gtk/gtkgamma.c:327:3: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_deserialize’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:96:17: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def680]
gtk+-2.24.33/gtk/gtkgamma.c:327:3: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_deserialize’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def681]
gtk+-2.24.33/gtk/gtkgamma.c:328:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_from_pixdata’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:105:17: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def682]
gtk+-2.24.33/gtk/gtkgamma.c:328:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_from_pixdata’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def683]
gtk+-2.24.33/gtk/gtkgc.c:69:1: warning[-Wdeprecated-declarations]: ‘GCache’ is deprecated: Use 'GHashTable' instead
/usr/include/glib-2.0/glib.h:111: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkgc.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkgc.c:31: included_from: Included from here.
/usr/include/glib-2.0/glib/deprecated/gcache.h:38:16: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def684]
gtk+-2.24.33/gtk/gtkgc.c:69:1: warning[-Wdeprecated-declarations]: ‘GCache’ is deprecated: Use 'GHashTable' instead
Error: COMPILER_WARNING (CWE-477): [#def685]
gtk+-2.24.33/gtk/gtkgc.c: scope_hint: In function ‘IA__gtk_gc_get’
gtk+-2.24.33/gtk/gtkgc.c:89:3: warning[-Wdeprecated-declarations]: ‘g_cache_insert’ is deprecated
/usr/include/glib-2.0/glib/deprecated/gcache.h:59:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def686]
gtk+-2.24.33/gtk/gtkgc.c:89:3: warning[-Wdeprecated-declarations]: ‘g_cache_insert’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def687]
gtk+-2.24.33/gtk/gtkgc.c: scope_hint: In function ‘IA__gtk_gc_release’
gtk+-2.24.33/gtk/gtkgc.c:100:3: warning[-Wdeprecated-declarations]: ‘g_cache_remove’ is deprecated
/usr/include/glib-2.0/glib/deprecated/gcache.h:62:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def688]
gtk+-2.24.33/gtk/gtkgc.c:100:3: warning[-Wdeprecated-declarations]: ‘g_cache_remove’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def689]
gtk+-2.24.33/gtk/gtkgc.c:135:3: warning[-Wdeprecated-declarations]: ‘GCacheNewFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def690]
gtk+-2.24.33/gtk/gtkgc.c:135:3: warning[-Wdeprecated-declarations]: ‘GCacheNewFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def691]
gtk+-2.24.33/gtk/gtkgc.c: scope_hint: In function ‘gtk_gc_init’
gtk+-2.24.33/gtk/gtkgc.c:135:3: warning[-Wdeprecated-declarations]: ‘g_cache_new’ is deprecated: Use 'GHashTable' instead
/usr/include/glib-2.0/glib/deprecated/gcache.h:49:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def692]
gtk+-2.24.33/gtk/gtkgc.c:135:3: warning[-Wdeprecated-declarations]: ‘g_cache_new’ is deprecated: Use 'GHashTable' instead
Error: COMPILER_WARNING (CWE-477): [#def693]
gtk+-2.24.33/gtk/gtkgc.c:136:27: warning[-Wdeprecated-declarations]: ‘GCacheDestroyFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def694]
gtk+-2.24.33/gtk/gtkgc.c:136:27: warning[-Wdeprecated-declarations]: ‘GCacheDestroyFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def695]
gtk+-2.24.33/gtk/gtkgc.c:137:27: warning[-Wdeprecated-declarations]: ‘GCacheDupFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def696]
gtk+-2.24.33/gtk/gtkgc.c:137:27: warning[-Wdeprecated-declarations]: ‘GCacheDupFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def697]
gtk+-2.24.33/gtk/gtkgc.c:138:27: warning[-Wdeprecated-declarations]: ‘GCacheDestroyFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def698]
gtk+-2.24.33/gtk/gtkgc.c:138:27: warning[-Wdeprecated-declarations]: ‘GCacheDestroyFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def699]
gtk+-2.24.33/gtk/gtkhandlebox.c: scope_hint: In function ‘gtk_handle_box_class_init’
gtk+-2.24.33/gtk/gtkhandlebox.c:250:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkhandlebox.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkhandlebox.c:30: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def700]
gtk+-2.24.33/gtk/gtkhandlebox.c:250:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def701]
gtk+-2.24.33/gtk/gtkhandlebox.c:256:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: CPPCHECK_WARNING (CWE-457): [#def702]
gtk+-2.24.33/gtk/gtkhandlebox.c:1336: error[uninitvar]: Uninitialized variable: &geometry
Error: COMPILER_WARNING (CWE-477): [#def703]
gtk+-2.24.33/gtk/gtkhsv.c: scope_hint: In function ‘gtk_hsv_class_init’
gtk+-2.24.33/gtk/gtkhsv.c:200:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkhsv.h:39: included_from: Included from here.
gtk+-2.24.33/gtk/gtkhsv.c:39: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def704]
gtk+-2.24.33/gtk/gtkhsv.c:200:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def705]
gtk+-2.24.33/gtk/gtkhsv.c:209:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def706]
gtk+-2.24.33/gtk/gtkhsv.c: scope_hint: In function ‘gtk_hsv_motion’
gtk+-2.24.33/gtk/gtkhsv.c:845:19: warning[-Wunused-but-set-variable=]: variable ‘mods’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def707]
gtk+-2.24.33/gtk/gtkiconcache.c: scope_hint: In function ‘_gtk_icon_cache_get_icon’
gtk+-2.24.33/gtk/gtkiconcache.c:484:3: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_deserialize’ is deprecated
gtk+-2.24.33/gtk/gtkiconcache.c:30: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:96:17: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def708]
gtk+-2.24.33/gtk/gtkiconcache.c:484:3: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_deserialize’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def709]
gtk+-2.24.33/gtk/updateiconcache.c:57: included_from: Included from here.
gtk+-2.24.33/gtk/gtkiconcachevalidator.c: scope_hint: In function ‘check_pixel_data’
gtk+-2.24.33/gtk/gtkiconcachevalidator.c:170:7: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_deserialize’ is deprecated
gtk+-2.24.33/gtk/updateiconcache.c:43: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:96:17: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def710]
gtk+-2.24.33/gtk/gtkiconcachevalidator.c:170:7: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_deserialize’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def711]
gtk+-2.24.33/gtk/gtkiconfactory.c: scope_hint: In function ‘icon_size_setting_parse’
gtk+-2.24.33/gtk/gtkiconfactory.c:704:3: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
/usr/include/pango-1.0/pango/pango.h:51: included_from: Included from here.
gtk+-2.24.33/gdk/gdktypes.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkscreen.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:31: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkiconfactory.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkiconfactory.c:31: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-utils.h:40:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def712]
gtk+-2.24.33/gtk/gtkiconfactory.c:704:3: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def713]
gtk+-2.24.33/gtk/gtkiconfactory.c:711:7: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:40:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def714]
gtk+-2.24.33/gtk/gtkiconfactory.c:711:7: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def715]
gtk+-2.24.33/gtk/gtkiconfactory.c:719:7: warning[-Wdeprecated-declarations]: ‘pango_scan_int’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:48:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def716]
gtk+-2.24.33/gtk/gtkiconfactory.c:719:7: warning[-Wdeprecated-declarations]: ‘pango_scan_int’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def717]
gtk+-2.24.33/gtk/gtkiconfactory.c:722:7: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:40:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def718]
gtk+-2.24.33/gtk/gtkiconfactory.c:722:7: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def719]
gtk+-2.24.33/gtk/gtkiconfactory.c:730:7: warning[-Wdeprecated-declarations]: ‘pango_scan_int’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:48:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def720]
gtk+-2.24.33/gtk/gtkiconfactory.c:730:7: warning[-Wdeprecated-declarations]: ‘pango_scan_int’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def721]
gtk+-2.24.33/gtk/gtkiconfactory.c:743:7: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:40:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def722]
gtk+-2.24.33/gtk/gtkiconfactory.c:743:7: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
Error: COMPILER_WARNING: [#def723]
gtk+-2.24.33/gtk/gtkiconfactory.c: scope_hint: In function ‘icon_source_start_element’
gtk+-2.24.33/gtk/gtkiconfactory.c:2739:10: warning[-Wunused-but-set-variable=]: variable ‘error_domain’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def724]
gtk+-2.24.33/gtk/gtkicontheme.c: scope_hint: In function ‘gtk_icon_theme_class_init’
gtk+-2.24.33/gtk/gtkicontheme.c:362:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkicontheme.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkicontheme.c:41: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def725]
gtk+-2.24.33/gtk/gtkicontheme.c:362:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def726]
gtk+-2.24.33/gtk/gtkicontheme.c: scope_hint: In function ‘load_themes’
gtk+-2.24.33/gtk/gtkicontheme.c:1053:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/galloca.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkicontheme.c:29: included_from: Included from here.
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def727]
gtk+-2.24.33/gtk/gtkicontheme.c:1053:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def728]
gtk+-2.24.33/gtk/gtkicontheme.c:1162:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
/usr/include/glib-2.0/glib/giochannel.h:35: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/glib/gmain.h:828:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def729]
gtk+-2.24.33/gtk/gtkicontheme.c:1162:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
Error: COMPILER_WARNING (CWE-477): [#def730]
gtk+-2.24.33/gtk/gtkicontheme.c: scope_hint: In function ‘ensure_valid_themes’
gtk+-2.24.33/gtk/gtkicontheme.c:1202:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def731]
gtk+-2.24.33/gtk/gtkicontheme.c:1202:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def732]
gtk+-2.24.33/gtk/gtkicontheme.c:1213:7: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
/usr/include/glib-2.0/glib/gmain.h:828:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def733]
gtk+-2.24.33/gtk/gtkicontheme.c:1213:7: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
Error: COMPILER_WARNING (CWE-477): [#def734]
gtk+-2.24.33/gtk/gtkicontheme.c: scope_hint: In function ‘rescan_themes’
gtk+-2.24.33/gtk/gtkicontheme.c:1902:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def735]
gtk+-2.24.33/gtk/gtkicontheme.c:1902:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def736]
gtk+-2.24.33/gtk/gtkicontheme.c:1925:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
/usr/include/glib-2.0/glib/gmain.h:828:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def737]
gtk+-2.24.33/gtk/gtkicontheme.c:1925:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
Error: COMPILER_WARNING (CWE-457): [#def738]
gtk+-2.24.33/gtk/gtkicontheme.c:3209:40: warning[-Wmaybe-uninitialized]: ‘scaled_x0’ may be used uninitialized
gtk+-2.24.33/gtk/gtkicontheme.c: scope_hint: In function ‘IA__gtk_icon_info_get_embedded_rect’
gtk+-2.24.33/gtk/gtkicontheme.c:3195:12: note: ‘scaled_x0’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def739]
gtk+-2.24.33/gtk/gtkicontheme.c:3209:40: warning[-Wmaybe-uninitialized]: ‘scaled_x1’ may be used uninitialized
gtk+-2.24.33/gtk/gtkicontheme.c: scope_hint: In function ‘IA__gtk_icon_info_get_embedded_rect’
gtk+-2.24.33/gtk/gtkicontheme.c:3196:12: note: ‘scaled_x1’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def740]
gtk+-2.24.33/gtk/gtkicontheme.c:3210:41: warning[-Wmaybe-uninitialized]: ‘scaled_y0’ may be used uninitialized
gtk+-2.24.33/gtk/gtkicontheme.c: scope_hint: In function ‘IA__gtk_icon_info_get_embedded_rect’
gtk+-2.24.33/gtk/gtkicontheme.c:3195:23: note: ‘scaled_y0’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def741]
gtk+-2.24.33/gtk/gtkicontheme.c:3210:41: warning[-Wmaybe-uninitialized]: ‘scaled_y1’ may be used uninitialized
gtk+-2.24.33/gtk/gtkicontheme.c: scope_hint: In function ‘IA__gtk_icon_info_get_embedded_rect’
gtk+-2.24.33/gtk/gtkicontheme.c:3196:23: note: ‘scaled_y1’ was declared here
Error: COMPILER_WARNING (CWE-477): [#def742]
gtk+-2.24.33/gtk/gtkiconview.c: scope_hint: In function ‘gtk_icon_view_class_init’
gtk+-2.24.33/gtk/gtkiconview.c:491:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/atk-1.0/atk/atk-enum-types.h:12: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkiconview.c:23: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def743]
gtk+-2.24.33/gtk/gtkiconview.c:491:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def744]
gtk+-2.24.33/gtk/gtkiconview.c:1114:21: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-457): [#def745]
gtk+-2.24.33/gtk/gtkiconview.c:2491:33: warning[-Wmaybe-uninitialized]: ‘box.width’ may be used uninitialized
gtk+-2.24.33/gtk/gtkiconview.c: scope_hint: In function ‘gtk_icon_view_update_rubberband’
gtk+-2.24.33/gtk/gtkiconview.c:2476:16: note: ‘box.width’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def746]
gtk+-2.24.33/gtk/gtkiconview.c:2492:32: warning[-Wmaybe-uninitialized]: ‘box.height’ may be used uninitialized
gtk+-2.24.33/gtk/gtkiconview.c: scope_hint: In function ‘gtk_icon_view_update_rubberband’
gtk+-2.24.33/gtk/gtkiconview.c:2476:16: note: ‘box.height’ was declared here
Error: COMPILER_WARNING: [#def747]
gtk+-2.24.33/gtk/gtkiconview.c: scope_hint: In function ‘gtk_icon_view_paint_item’
gtk+-2.24.33/gtk/gtkiconview.c:3170:16: warning[-Wunused-but-set-variable=]: variable ‘state’ set but not used
Error: COMPILER_WARNING (CWE-457): [#def748]
gtk+-2.24.33/gtk/gtkiconview.c: scope_hint: In function ‘gtk_icon_view_paint_item.part.0’
gtk+-2.24.33/gtk/gtkiconview.c:3281:44: warning[-Wmaybe-uninitialized]: ‘box.x’ may be used uninitialized
gtk+-2.24.33/gtk/gtkiconview.c:3167:27: note: ‘box.x’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def749]
gtk+-2.24.33/gtk/gtkiconview.c:3282:44: warning[-Wmaybe-uninitialized]: ‘box.y’ may be used uninitialized
gtk+-2.24.33/gtk/gtkiconview.c:3167:27: note: ‘box.y’ was declared here
Error: COMPILER_WARNING (CWE-477): [#def750]
gtk+-2.24.33/gtk/gtkiconview.c: scope_hint: In function ‘gtk_icon_view_set_cursor_item’
gtk+-2.24.33/gtk/gtkiconview.c:3456:7: warning[-Wdeprecated-declarations]: ‘atk_focus_tracker_notify’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:200:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def751]
gtk+-2.24.33/gtk/gtkiconview.c:3456:7: warning[-Wdeprecated-declarations]: ‘atk_focus_tracker_notify’ is deprecated
Error: COMPILER_WARNING (CWE-457): [#def752]
gtk+-2.24.33/gtk/gtkiconview.c: scope_hint: In function ‘gtk_icon_view_get_item_at_coords’
gtk+-2.24.33/gtk/gtkiconview.c:3522:22: warning[-Wmaybe-uninitialized]: ‘box.x’ may be used uninitialized
gtk+-2.24.33/gtk/gtkiconview.c:3497:16: note: ‘box.x’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def753]
gtk+-2.24.33/gtk/gtkiconview.c:3522:49: warning[-Wmaybe-uninitialized]: ‘box.width’ may be used uninitialized
gtk+-2.24.33/gtk/gtkiconview.c:3497:16: note: ‘box.width’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def754]
gtk+-2.24.33/gtk/gtkiconview.c:3522:61: warning[-Wmaybe-uninitialized]: ‘box.y’ may be used uninitialized
gtk+-2.24.33/gtk/gtkiconview.c:3497:16: note: ‘box.y’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def755]
gtk+-2.24.33/gtk/gtkiconview.c:3523:49: warning[-Wmaybe-uninitialized]: ‘box.height’ may be used uninitialized
gtk+-2.24.33/gtk/gtkiconview.c:3497:16: note: ‘box.height’ was declared here
Error: COMPILER_WARNING: [#def756]
gtk+-2.24.33/gtk/gtkiconview.c:4463:14: warning[-Wunused-but-set-variable=]: variable ‘width’ set but not used
Error: COMPILER_WARNING: [#def757]
gtk+-2.24.33/gtk/gtkiconview.c: scope_hint: In function ‘gtk_icon_view_scroll_to_item’
gtk+-2.24.33/gtk/gtkiconview.c:4463:21: warning[-Wunused-but-set-variable=]: variable ‘height’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def758]
gtk+-2.24.33/gtk/gtkiconview.c: scope_hint: In function ‘gtk_icon_view_item_accessible_image_get_image_position’
gtk+-2.24.33/gtk/gtkiconview.c:7929:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
/usr/include/atk-1.0/atk/atkcomponent.h:249:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def759]
gtk+-2.24.33/gtk/gtkiconview.c:7929:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
Error: COMPILER_WARNING (CWE-477): [#def760]
gtk+-2.24.33/gtk/gtkiconview.c: scope_hint: In function ‘gtk_icon_view_item_accessible_get_extents’
gtk+-2.24.33/gtk/gtkiconview.c:8613:7: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
/usr/include/atk-1.0/atk/atkcomponent.h:249:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def761]
gtk+-2.24.33/gtk/gtkiconview.c:8613:7: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
Error: COMPILER_WARNING: [#def762]
gtk+-2.24.33/gtk/gtkiconview.c: scope_hint: In function ‘gtk_icon_view_accessible_model_row_changed’
gtk+-2.24.33/gtk/gtkiconview.c:9215:26: warning[-Wunused-but-set-variable=]: variable ‘a11y_view’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def763]
gtk+-2.24.33/gtk/gtkimage.c: scope_hint: In function ‘gtk_image_class_init’
gtk+-2.24.33/gtk/gtkimage.c:354:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkimage.c:33: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def764]
gtk+-2.24.33/gtk/gtkimage.c:354:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def765]
gtk+-2.24.33/gtk/gtkimage.c:360:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def766]
gtk+-2.24.33/gtk/gtkimage.c:496:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def767]
gtk+-2.24.33/gtk/gtkimage.c:955:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def768]
gtk+-2.24.33/gtk/gtkimage.c:971:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_new_from_file’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixbuf.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:28: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:33: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:63:21: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def769]
gtk+-2.24.33/gtk/gtkimage.c:971:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_new_from_file’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def770]
gtk+-2.24.33/gtk/gtkimage.c:987:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_is_static_image’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:91:21: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def771]
gtk+-2.24.33/gtk/gtkimage.c:987:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_is_static_image’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def772]
gtk+-2.24.33/gtk/gtkimage.c:989:32: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_static_image’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:93:21: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def773]
gtk+-2.24.33/gtk/gtkimage.c:989:32: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_static_image’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def774]
gtk+-2.24.33/gtk/gtkimage.c: scope_hint: In function ‘IA__gtk_image_set_from_animation’
gtk+-2.24.33/gtk/gtkimage.c:1153:30: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_width’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:87:21: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def775]
gtk+-2.24.33/gtk/gtkimage.c:1153:30: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_width’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def776]
gtk+-2.24.33/gtk/gtkimage.c:1154:30: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_height’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:89:21: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def777]
gtk+-2.24.33/gtk/gtkimage.c:1154:30: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_height’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def778]
gtk+-2.24.33/gtk/gtkimage.c: scope_hint: In function ‘animation_timeout’
gtk+-2.24.33/gtk/gtkimage.c:1613:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_iter_advance’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:111:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def779]
gtk+-2.24.33/gtk/gtkimage.c:1613:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_iter_advance’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def780]
gtk+-2.24.33/gtk/gtkimage.c:1615:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_iter_get_delay_time’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:104:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def781]
gtk+-2.24.33/gtk/gtkimage.c:1615:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_iter_get_delay_time’ is deprecated
Error: COMPILER_WARNING: [#def782]
gtk+-2.24.33/gtk/gtkimage.c:1665:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def783]
gtk+-2.24.33/gtk/gtkimage.c:1748:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def784]
gtk+-2.24.33/gtk/gtkimage.c:1854:14: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def785]
gtk+-2.24.33/gtk/gtkimage.c:1995:17: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_iter’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:97:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def786]
gtk+-2.24.33/gtk/gtkimage.c:1995:17: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_iter’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def787]
gtk+-2.24.33/gtk/gtkimage.c:1997:17: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_iter_get_delay_time’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:104:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def788]
gtk+-2.24.33/gtk/gtkimage.c:1997:17: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_iter_get_delay_time’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def789]
gtk+-2.24.33/gtk/gtkimage.c:1999:21: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_iter_get_delay_time’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:104:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def790]
gtk+-2.24.33/gtk/gtkimage.c:1999:21: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_iter_get_delay_time’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def791]
gtk+-2.24.33/gtk/gtkimage.c:2004:13: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_width’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:87:21: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def792]
gtk+-2.24.33/gtk/gtkimage.c:2004:13: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_width’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def793]
gtk+-2.24.33/gtk/gtkimage.c:2005:13: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_height’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:89:21: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def794]
gtk+-2.24.33/gtk/gtkimage.c:2005:13: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_height’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def795]
gtk+-2.24.33/gtk/gtkimage.c:2011:13: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_iter_get_pixbuf’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:106:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def796]
gtk+-2.24.33/gtk/gtkimage.c:2011:13: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_iter_get_pixbuf’ is deprecated
Error: COMPILER_WARNING: [#def797]
gtk+-2.24.33/gtk/gtkimage.c:2152:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def798]
gtk+-2.24.33/gtk/gtkimage.c:2287:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def799]
gtk+-2.24.33/gtk/gtkimage.c:2302:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def800]
gtk+-2.24.33/gtk/gtkimage.c:2429:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def801]
gtk+-2.24.33/gtk/gtkimage.c:2478:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def802]
gtk+-2.24.33/gtk/gtkimagemenuitem.c: scope_hint: In function ‘gtk_image_menu_item_class_init’
gtk+-2.24.33/gtk/gtkimagemenuitem.c:189:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkitem.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmenuitem.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkimagemenuitem.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkimagemenuitem.c:28: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def803]
gtk+-2.24.33/gtk/gtkimagemenuitem.c:189:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def804]
gtk+-2.24.33/gtk/gtkimagemenuitem.c:195:35: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def805]
gtk+-2.24.33/gtk/gtkimagemenuitem.c:206:35: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def806]
gtk+-2.24.33/gtk/gtkimagemenuitem.c:270:35: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def807]
gtk+-2.24.33/gtk/gtkimagemenuitem.c:348:35: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def808]
gtk+-2.24.33/gtk/gtkimagemenuitem.c:377:35: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def809]
gtk+-2.24.33/gtk/gtkimagemenuitem.c:394:35: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def810]
gtk+-2.24.33/gtk/gtkimagemenuitem.c:764:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def811]
gtk+-2.24.33/gtk/gtkimagemenuitem.c:795:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def812]
gtk+-2.24.33/gtk/gtkimagemenuitem.c:821:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def813]
gtk+-2.24.33/gtk/gtkimagemenuitem.c:857:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def814]
gtk+-2.24.33/gtk/gtkimagemenuitem.c:892:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def815]
gtk+-2.24.33/gtk/gtkimmodule.c: scope_hint: In function ‘gtk_im_module_initialize’
gtk+-2.24.33/gtk/gtkimmodule.c:395:3: warning[-Wdeprecated-declarations]: ‘pango_read_line’ is deprecated
/usr/include/pango-1.0/pango/pango.h:51: included_from: Included from here.
gtk+-2.24.33/gdk/gdktypes.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkscreen.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:31: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkimmodule.h:23: included_from: Included from here.
gtk+-2.24.33/gtk/gtkimmodule.c:35: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-utils.h:37:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def816]
gtk+-2.24.33/gtk/gtkimmodule.c:395:3: warning[-Wdeprecated-declarations]: ‘pango_read_line’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-775): [#def817]
gtk+-2.24.33/gtk/gtkimmodule.c:395:25: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(IA__gtk_rc_get_im_module_file(), "r")’
gtk+-2.24.33/gtk/gtkimmodule.c:383:10: acquire_resource: opened here
gtk+-2.24.33/gtk/gtkimmodule.c:384:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkimmodule.c:384:6: branch_false: ...to here
gtk+-2.24.33/gtk/gtkimmodule.c:395:10: branch_true: following ‘true’ branch (when ‘have_error == 0’)...
gtk+-2.24.33/gtk/gtkimmodule.c:395:25: branch_true: ...to here
gtk+-2.24.33/gtk/gtkimmodule.c:395:25: throw: if ‘pango_read_line’ throws an exception...
gtk+-2.24.33/gtk/gtkimmodule.c:395:25: danger: ‘fopen(IA__gtk_rc_get_im_module_file(), "r")’ leaks here; was opened at [(1)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def818]
gtk+-2.24.33/gtk/gtkimmodule.c:395:25: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(IA__gtk_rc_get_im_module_file(), "r")’
gtk+-2.24.33/gtk/gtkimmodule.c:383:10: acquire_memory: allocated here
gtk+-2.24.33/gtk/gtkimmodule.c:384:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkimmodule.c:384:6: branch_false: ...to here
gtk+-2.24.33/gtk/gtkimmodule.c:395:10: branch_true: following ‘true’ branch (when ‘have_error == 0’)...
gtk+-2.24.33/gtk/gtkimmodule.c:395:25: branch_true: ...to here
gtk+-2.24.33/gtk/gtkimmodule.c:395:25: throw: if ‘pango_read_line’ throws an exception...
gtk+-2.24.33/gtk/gtkimmodule.c:395:25: danger: ‘fopen(IA__gtk_rc_get_im_module_file(), "r")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/0)
Error: COMPILER_WARNING (CWE-477): [#def819]
gtk+-2.24.33/gtk/gtkimmodule.c:401:7: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:40:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def820]
gtk+-2.24.33/gtk/gtkimmodule.c:401:7: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def821]
gtk+-2.24.33/gtk/gtkimmodule.c:421:11: warning[-Wdeprecated-declarations]: ‘pango_scan_string’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:45:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def822]
gtk+-2.24.33/gtk/gtkimmodule.c:421:11: warning[-Wdeprecated-declarations]: ‘pango_scan_string’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def823]
gtk+-2.24.33/gtk/gtkimmodule.c:422:15: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:40:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def824]
gtk+-2.24.33/gtk/gtkimmodule.c:422:15: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def825]
gtk+-2.24.33/gtk/gtkimmodule.c:441:11: warning[-Wdeprecated-declarations]: ‘pango_scan_string’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:45:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def826]
gtk+-2.24.33/gtk/gtkimmodule.c:441:11: warning[-Wdeprecated-declarations]: ‘pango_scan_string’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def827]
gtk+-2.24.33/gtk/gtkimmodule.c:445:11: warning[-Wdeprecated-declarations]: ‘pango_scan_string’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:45:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def828]
gtk+-2.24.33/gtk/gtkimmodule.c:445:11: warning[-Wdeprecated-declarations]: ‘pango_scan_string’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def829]
gtk+-2.24.33/gtk/gtkimmodule.c:449:11: warning[-Wdeprecated-declarations]: ‘pango_scan_string’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:45:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def830]
gtk+-2.24.33/gtk/gtkimmodule.c:449:11: warning[-Wdeprecated-declarations]: ‘pango_scan_string’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def831]
gtk+-2.24.33/gtk/gtkimmodule.c:453:11: warning[-Wdeprecated-declarations]: ‘pango_scan_string’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:45:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def832]
gtk+-2.24.33/gtk/gtkimmodule.c:453:11: warning[-Wdeprecated-declarations]: ‘pango_scan_string’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def833]
gtk+-2.24.33/gtk/gtkimmodule.c:460:11: warning[-Wdeprecated-declarations]: ‘pango_scan_string’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:45:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def834]
gtk+-2.24.33/gtk/gtkimmodule.c:460:11: warning[-Wdeprecated-declarations]: ‘pango_scan_string’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def835]
gtk+-2.24.33/gtk/gtkimmodule.c:464:11: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:40:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def836]
gtk+-2.24.33/gtk/gtkimmodule.c:464:11: warning[-Wdeprecated-declarations]: ‘pango_skip_space’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def837]
gtk+-2.24.33/gtk/gtkimmulticontext.c: scope_hint: In function ‘gtk_im_multicontext_class_init’
gtk+-2.24.33/gtk/gtkimmulticontext.c:114:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkimcontext.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkimmulticontext.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkimmulticontext.c:25: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def838]
gtk+-2.24.33/gtk/gtkimmulticontext.c:114:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def839]
gtk+-2.24.33/gtk/gtkimmulticontext.c:122:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def840]
gtk+-2.24.33/gtk/gtkinfobar.c:188:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkinfobar.c:857:1: enter_function: entry to ‘IA__gtk_info_bar_add_buttons’
gtk+-2.24.33/gtk/gtkinfobar.c:863:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkinfobar.c:864:3: call_function: calling ‘add_buttons_valist’ from ‘IA__gtk_info_bar_add_buttons’
Error: COMPILER_WARNING: [#def841]
gtk+-2.24.33/gtk/gtkinfobar.c:199:22: warning[-Wunused-but-set-variable=]: variable ‘priv’ set but not used
Error: COMPILER_WARNING: [#def842]
gtk+-2.24.33/gtk/gtkinfobar.c:202:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def843]
gtk+-2.24.33/gtk/gtkinfobar.c:222:22: warning[-Wunused-but-set-variable=]: variable ‘priv’ set but not used
Error: COMPILER_WARNING: [#def844]
gtk+-2.24.33/gtk/gtkinfobar.c:225:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def845]
gtk+-2.24.33/gtk/gtkinfobar.c:309:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def846]
gtk+-2.24.33/gtk/gtkinfobar.c: scope_hint: In function ‘gtk_info_bar_class_init’
gtk+-2.24.33/gtk/gtkinfobar.c:499:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def847]
gtk+-2.24.33/gtk/gtkinfobar.c:499:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def848]
gtk+-2.24.33/gtk/gtkinfobar.c:535:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def849]
gtk+-2.24.33/gtk/gtkinfobar.c:621:20: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def850]
gtk+-2.24.33/gtk/gtkinfobar.c:822:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkinfobar.c:857:1: enter_function: entry to ‘IA__gtk_info_bar_add_buttons’
gtk+-2.24.33/gtk/gtkinfobar.c:863:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkinfobar.c:864:3: call_function: calling ‘add_buttons_valist’ from ‘IA__gtk_info_bar_add_buttons’
Error: COMPILER_WARNING: [#def851]
gtk+-2.24.33/gtk/gtkinfobar.c:1187:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def852]
gtk+-2.24.33/gtk/gtkinfobar.c:1258:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def853]
gtk+-2.24.33/gtk/gtkinputdialog.c:125:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def854]
gtk+-2.24.33/gtk/gtkinputdialog.c: scope_hint: In function ‘gtk_input_dialog_class_init’
gtk+-2.24.33/gtk/gtkinputdialog.c:176:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def855]
gtk+-2.24.33/gtk/gtkinputdialog.c:176:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-476): [#def856]
gtk+-2.24.33/gtk/gtkinputdialog.c:387:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘device_info’
gtk+-2.24.33/gtk/gtkinputdialog.c:344:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkinputdialog.c:353:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkinputdialog.c:357:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkinputdialog.c:365:7: branch_false: ...to here
gtk+-2.24.33/gtk/gtkinputdialog.c:369:36: branch_false: following ‘false’ branch (when ‘tmp_list’ is NULL)...
gtk+-2.24.33/gtk/gtkinputdialog.c:387:7: branch_false: ...to here
gtk+-2.24.33/gtk/gtkinputdialog.c:387:7: danger: dereference of NULL ‘device_info’
Error: COMPILER_WARNING: [#def857]
gtk+-2.24.33/gtk/gtkitemfactory.c:457:3: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: GCC_ANALYZER_WARNING (CWE-476): [#def858]
gtk+-2.24.33/gtk/gtkitemfactory.c:795:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘path’
gtk+-2.24.33/gtk/gtkitemfactory.c:844:1: enter_function: entry to ‘gtk_item_factory_parse_path’
gtk+-2.24.33/gtk/gtkitemfactory.c:874:3: release_memory: ‘*parent_path’ is NULL
gtk+-2.24.33/gtk/gtkitemfactory.c:875:7: call_function: calling ‘item_factory_find_separator_r’ from ‘gtk_item_factory_parse_path’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def859]
gtk+-2.24.33/gtk/gtkitemfactory.c:856:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘p’
gtk+-2.24.33/gtk/gtkitemfactory.c:844:1: enter_function: entry to ‘gtk_item_factory_parse_path’
gtk+-2.24.33/gtk/gtkitemfactory.c:853:3: release_memory: ‘*path’ is NULL
gtk+-2.24.33/gtk/gtkitemfactory.c:856:10: danger: dereference of NULL ‘p’
Error: COMPILER_WARNING (CWE-477): [#def860]
gtk+-2.24.33/gtk/gtkitemfactory.c: scope_hint: In function ‘IA__gtk_item_factory_create_item’
gtk+-2.24.33/gtk/gtkitemfactory.c:1055:11: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_inline’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixbuf.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:28: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:33: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:295:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def861]
gtk+-2.24.33/gtk/gtkitemfactory.c:1055:11: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_inline’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def862]
gtk+-2.24.33/gtk/gtkitemfactory.c: scope_hint: In function ‘IA__gtk_item_factory_create_menu_entries’
gtk+-2.24.33/gtk/gtkitemfactory.c:1189:7: warning[-Wdeprecated-declarations]: ‘g_pattern_match_string’ is deprecated: Use 'g_pattern_spec_match_string' instead
/usr/include/glib-2.0/glib.h:68: included_from: Included from here.
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def863]
gtk+-2.24.33/gtk/gtkitemfactory.c:1189:7: warning[-Wdeprecated-declarations]: ‘g_pattern_match_string’ is deprecated: Use 'g_pattern_spec_match_string' instead
Error: COMPILER_WARNING (CWE-477): [#def864]
gtk+-2.24.33/gtk/gtkitemfactory.c:1191:7: warning[-Wdeprecated-declarations]: ‘g_pattern_match_string’ is deprecated: Use 'g_pattern_spec_match_string' instead
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def865]
gtk+-2.24.33/gtk/gtkitemfactory.c:1191:7: warning[-Wdeprecated-declarations]: ‘g_pattern_match_string’ is deprecated: Use 'g_pattern_spec_match_string' instead
Error: COMPILER_WARNING (CWE-477): [#def866]
gtk+-2.24.33/gtk/gtklabel.c: scope_hint: In function ‘gtk_label_class_init’
gtk+-2.24.33/gtk/gtklabel.c:858:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmisc.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtklabel.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtklabel.c:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def867]
gtk+-2.24.33/gtk/gtklabel.c:858:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def868]
gtk+-2.24.33/gtk/gtklabel.c:1020:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def869]
gtk+-2.24.33/gtk/gtklabel.c:1585:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def870]
gtk+-2.24.33/gtk/gtklabel.c:2302:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def871]
gtk+-2.24.33/gtk/gtklabel.c:2517:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def872]
gtk+-2.24.33/gtk/gtklabel.c:2683:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def873]
gtk+-2.24.33/gtk/gtklabel.c:2710:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def874]
gtk+-2.24.33/gtk/gtklabel.c:2730:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def875]
gtk+-2.24.33/gtk/gtklabel.c:2758:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def876]
gtk+-2.24.33/gtk/gtklabel.c:2919:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def877]
gtk+-2.24.33/gtk/gtklabel.c:2954:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def878]
gtk+-2.24.33/gtk/gtklabel.c:2964:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def879]
gtk+-2.24.33/gtk/gtklabel.c:3139:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def880]
gtk+-2.24.33/gtk/gtklabel.c:3342:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def881]
gtk+-2.24.33/gtk/gtklabel.c:4322:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-476): [#def882]
gtk+-2.24.33/gtk/gtklayout.c:786:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def883]
gtk+-2.24.33/gtk/gtklayout.c:789:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
Error: COMPILER_WARNING (CWE-477): [#def884]
gtk+-2.24.33/gtk/gtklinkbutton.c: scope_hint: In function ‘gtk_link_button_class_init’
gtk+-2.24.33/gtk/gtklinkbutton.c:165:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkselection.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkclipboard.h:29: included_from: Included from here.
gtk+-2.24.33/gtk/gtklinkbutton.c:29: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def885]
gtk+-2.24.33/gtk/gtklinkbutton.c:165:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def886]
gtk+-2.24.33/gtk/gtklinkbutton.c:171:23: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-569): [#def887]
gtk+-2.24.33/gtk/gtklist.c: scope_hint: In function ‘gtk_list_update_extended_selection’
gtk+-2.24.33/gtk/gtklist.c:1970:71: warning[-Wbool-compare]: comparison of constant ‘0’ with boolean expression is always false
Error: COMPILER_WARNING (CWE-783): [#def888]
gtk+-2.24.33/gtk/gtklist.c:1970:71: warning[-Wlogical-not-parentheses]: logical not is only applied to the left hand side of comparison
gtk+-2.24.33/gtk/gtklist.c:1970:57: note: add parentheses around left hand side expression to silence this warning
Error: GCC_ANALYZER_WARNING (CWE-404): [#def889]
gtk+-2.24.33/gtk/gtkliststore.c:135:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkliststore.c:934:1: enter_function: entry to ‘IA__gtk_list_store_set’
gtk+-2.24.33/gtk/gtkliststore.c:940:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkliststore.c:941:3: call_function: calling ‘IA__gtk_list_store_set_valist’ from ‘IA__gtk_list_store_set’
Error: COMPILER_WARNING (CWE-691): [#def890]
gtk+-2.24.33/gtk/gtkliststore.c: scope_hint: In function ‘list_store_start_element’
gtk+-2.24.33/gtk/gtkliststore.c:2152:11: warning[-Wdangling-else]: suggest explicit braces to avoid ambiguous ‘else’
Error: CPPCHECK_WARNING (CWE-457): [#def891]
gtk+-2.24.33/gtk/gtkmain.c:315: error[uninitvar]: Uninitialized variable: euid
Error: CPPCHECK_WARNING (CWE-457): [#def892]
gtk+-2.24.33/gtk/gtkmain.c:315: error[uninitvar]: Uninitialized variable: ruid
Error: CPPCHECK_WARNING (CWE-457): [#def893]
gtk+-2.24.33/gtk/gtkmain.c:315: error[uninitvar]: Uninitialized variable: suid
Error: CPPCHECK_WARNING (CWE-457): [#def894]
gtk+-2.24.33/gtk/gtkmain.c:316: error[uninitvar]: Uninitialized variable: egid
Error: CPPCHECK_WARNING (CWE-457): [#def895]
gtk+-2.24.33/gtk/gtkmain.c:316: error[uninitvar]: Uninitialized variable: rgid
Error: CPPCHECK_WARNING (CWE-457): [#def896]
gtk+-2.24.33/gtk/gtkmain.c:316: error[uninitvar]: Uninitialized variable: sgid
Error: COMPILER_WARNING (CWE-477): [#def897]
gtk+-2.24.33/gtk/gtkmain.c: scope_hint: In function ‘do_post_parse_initialization’
gtk+-2.24.33/gtk/gtkmain.c:763:3: warning[-Wdeprecated-declarations]: ‘g_type_init’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmain.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmain.c:29: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def898]
gtk+-2.24.33/gtk/gtkmain.c:763:3: warning[-Wdeprecated-declarations]: ‘g_type_init’ is deprecated
Error: COMPILER_WARNING: [#def899]
gtk+-2.24.33/gtk/gtkmenu.c:261:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def900]
gtk+-2.24.33/gtk/gtkmenu.c: scope_hint: In function ‘gtk_menu_class_init’
gtk+-2.24.33/gtk/gtkmenu.c:802:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def901]
gtk+-2.24.33/gtk/gtkmenu.c:802:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def902]
gtk+-2.24.33/gtk/gtkmenu.c: scope_hint: In function ‘gtk_menu_tearoff_bg_copy’
gtk+-2.24.33/gtk/gtkmenu.c:1324:14: warning[-Wunused-but-set-variable=]: variable ‘widget’ set but not used
Error: COMPILER_WARNING: [#def903]
gtk+-2.24.33/gtk/gtkmenu.c: scope_hint: In function ‘gtk_menu_scroll_by’
gtk+-2.24.33/gtk/gtkmenu.c:3369:8: warning[-Wunused-but-set-variable=]: variable ‘view_width’ set but not used
Error: COMPILER_WARNING: [#def904]
gtk+-2.24.33/gtk/gtkmenu.c: scope_hint: In function ‘gtk_menu_scroll_item_visible’
gtk+-2.24.33/gtk/gtkmenu.c:4664:8: warning[-Wunused-but-set-variable=]: variable ‘width’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def905]
gtk+-2.24.33/gtk/gtkmenubar.c: scope_hint: In function ‘gtk_menu_bar_class_init’
gtk+-2.24.33/gtk/gtkmenubar.c:209:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbindings.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmenubar.c:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def906]
gtk+-2.24.33/gtk/gtkmenubar.c:209:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def907]
gtk+-2.24.33/gtk/gtkmenubar.c:276:8: warning[-Wunused-but-set-variable=]: variable ‘nchildren’ set but not used
Error: COMPILER_WARNING: [#def908]
gtk+-2.24.33/gtk/gtkmenubar.c:290:14: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def909]
gtk+-2.24.33/gtk/gtkmenubar.c:368:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def910]
gtk+-2.24.33/gtk/gtkmenubar.c:838:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def911]
gtk+-2.24.33/gtk/gtkmenubar.c:861:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def912]
gtk+-2.24.33/gtk/gtkmenubar.c:895:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def913]
gtk+-2.24.33/gtk/gtkmenubar.c:918:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def914]
gtk+-2.24.33/gtk/gtkmenuitem.c: scope_hint: In function ‘gtk_menu_item_class_init’
gtk+-2.24.33/gtk/gtkmenuitem.c:387:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmisc.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtklabel.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaccellabel.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmenuitem.c:32: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def915]
gtk+-2.24.33/gtk/gtkmenuitem.c:387:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def916]
gtk+-2.24.33/gtk/gtkmenuitem.c:393:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def917]
gtk+-2.24.33/gtk/gtkmenuitem.c:452:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def918]
gtk+-2.24.33/gtk/gtkmenuitem.c:508:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def919]
gtk+-2.24.33/gtk/gtkmenuitem.c:651:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def920]
gtk+-2.24.33/gtk/gtkmenuitem.c:670:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def921]
gtk+-2.24.33/gtk/gtkmenuitem.c:721:32: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def922]
gtk+-2.24.33/gtk/gtkmenuitem.c:752:32: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def923]
gtk+-2.24.33/gtk/gtkmenuitem.c:1408:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def924]
gtk+-2.24.33/gtk/gtkmenuitem.c:1418:23: warning[-Wunused-but-set-variable=]: variable ‘priv’ set but not used
Error: COMPILER_WARNING: [#def925]
gtk+-2.24.33/gtk/gtkmenuitem.c:1423:12: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-563): [#def926]
gtk+-2.24.33/gtk/gtkmenuitem.c:1434:25: warning[-Wunused-variable]: unused variable ‘menu_shell’
Error: COMPILER_WARNING (CWE-477): [#def927]
gtk+-2.24.33/gtk/gtkmenuitem.c: scope_hint: At top level
gtk+-2.24.33/gtk/gtkmenuitem.c:1488:1: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def928]
gtk+-2.24.33/gtk/gtkmenuitem.c:1488:1: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def929]
gtk+-2.24.33/gtk/gtkmenuitem.c: scope_hint: In function ‘free_timeval’
gtk+-2.24.33/gtk/gtkmenuitem.c:1490:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def930]
gtk+-2.24.33/gtk/gtkmenuitem.c:1490:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def931]
gtk+-2.24.33/gtk/gtkmenuitem.c: scope_hint: In function ‘gtk_menu_item_real_popup_submenu’
gtk+-2.24.33/gtk/gtkmenuitem.c:1510:11: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def932]
gtk+-2.24.33/gtk/gtkmenuitem.c:1510:11: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def933]
gtk+-2.24.33/gtk/gtkmenuitem.c:1512:11: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
/usr/include/glib-2.0/glib/giochannel.h:35: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/glib/gmain.h:828:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def934]
gtk+-2.24.33/gtk/gtkmenuitem.c:1512:11: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
Error: COMPILER_WARNING (CWE-477): [#def935]
gtk+-2.24.33/gtk/gtkmenushell.c: scope_hint: In function ‘gtk_menu_shell_class_init’
gtk+-2.24.33/gtk/gtkmenushell.c:409:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbindings.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmenushell.c:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def936]
gtk+-2.24.33/gtk/gtkmenushell.c:409:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def937]
gtk+-2.24.33/gtk/gtkmenushell.c:421:31: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def938]
gtk+-2.24.33/gtk/gtkmenushell.c:480:31: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def939]
gtk+-2.24.33/gtk/gtkmenushell.c:672:14: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def940]
gtk+-2.24.33/gtk/gtkmenushell.c:704:31: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def941]
gtk+-2.24.33/gtk/gtkmenushell.c:738:19: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def942]
gtk+-2.24.33/gtk/gtkmenushell.c:738:19: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def943]
gtk+-2.24.33/gtk/gtkmenushell.c:750:23: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def944]
gtk+-2.24.33/gtk/gtkmenushell.c:750:23: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def945]
gtk+-2.24.33/gtk/gtkmenushell.c:752:23: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
/usr/include/glib-2.0/glib/giochannel.h:35: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/glib/gmain.h:828:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def946]
gtk+-2.24.33/gtk/gtkmenushell.c:752:23: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
Error: COMPILER_WARNING: [#def947]
gtk+-2.24.33/gtk/gtkmenushell.c:859:35: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def948]
gtk+-2.24.33/gtk/gtkmenushell.c:908:31: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def949]
gtk+-2.24.33/gtk/gtkmenushell.c:954:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def950]
gtk+-2.24.33/gtk/gtkmenushell.c:984:26: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def951]
gtk+-2.24.33/gtk/gtkmenushell.c:1034:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def952]
gtk+-2.24.33/gtk/gtkmenushell.c:1226:35: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def953]
gtk+-2.24.33/gtk/gtkmenushell.c:1481:31: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def954]
gtk+-2.24.33/gtk/gtkmenushell.c:1683:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def955]
gtk+-2.24.33/gtk/gtkmenushell.c:1705:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def956]
gtk+-2.24.33/gtk/gtkmenushell.c:1730:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def957]
gtk+-2.24.33/gtk/gtkmenushell.c:1812:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def958]
gtk+-2.24.33/gtk/gtkmenushell.c:1858:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def959]
gtk+-2.24.33/gtk/gtkmenutoolbutton.c: scope_hint: In function ‘gtk_menu_tool_button_class_init’
gtk+-2.24.33/gtk/gtkmenutoolbutton.c:261:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def960]
gtk+-2.24.33/gtk/gtkmenutoolbutton.c:261:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def961]
gtk+-2.24.33/gtk/gtkmenutoolbutton.c:393:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def962]
gtk+-2.24.33/gtk/gtkmessagedialog.c: scope_hint: In function ‘gtk_message_dialog_class_init’
gtk+-2.24.33/gtk/gtkmessagedialog.c:327:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaccelgroup.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmessagedialog.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmessagedialog.c:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def963]
gtk+-2.24.33/gtk/gtkmessagedialog.c:327:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def964]
gtk+-2.24.33/gtk/gtkmessagedialog.c:337:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def965]
gtk+-2.24.33/gtk/gtkmessagedialog.c:397:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def966]
gtk+-2.24.33/gtk/gtkmessagedialog.c:417:35: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def967]
gtk+-2.24.33/gtk/gtkmessagedialog.c:477:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def968]
gtk+-2.24.33/gtk/gtkmessagedialog.c:547:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def969]
gtk+-2.24.33/gtk/gtkmessagedialog.c:633:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkmessagedialog.c:630:6: branch_true: following ‘true’ branch (when ‘message_format’ is non-NULL)...
gtk+-2.24.33/gtk/gtkmessagedialog.c:632:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtkmessagedialog.c:632:7: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkmessagedialog.c:633:13: throw: if ‘g_strdup_vprintf’ throws an exception...
gtk+-2.24.33/gtk/gtkmessagedialog.c:633:13: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/2)
Error: COMPILER_WARNING: [#def970]
gtk+-2.24.33/gtk/gtkmessagedialog.c:749:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def971]
gtk+-2.24.33/gtk/gtkmessagedialog.c:800:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def972]
gtk+-2.24.33/gtk/gtkmessagedialog.c:830:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def973]
gtk+-2.24.33/gtk/gtkmessagedialog.c:837:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkmessagedialog.c:828:3: branch_false: following ‘false’ branch (when ‘message_dialog’ is non-NULL)...
gtk+-2.24.33/gtk/gtkmessagedialog.c:828:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkmessagedialog.c:832:6: branch_true: following ‘true’ branch (when ‘message_format’ is non-NULL)...
gtk+-2.24.33/gtk/gtkmessagedialog.c:834:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtkmessagedialog.c:836:7: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkmessagedialog.c:837:13: throw: if ‘g_strdup_vprintf’ throws an exception...
gtk+-2.24.33/gtk/gtkmessagedialog.c:837:13: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/4)
Error: COMPILER_WARNING: [#def974]
gtk+-2.24.33/gtk/gtkmessagedialog.c:894:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def975]
gtk+-2.24.33/gtk/gtkmessagedialog.c:901:13: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkmessagedialog.c:892:3: branch_false: following ‘false’ branch (when ‘message_dialog’ is non-NULL)...
gtk+-2.24.33/gtk/gtkmessagedialog.c:892:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkmessagedialog.c:896:6: branch_true: following ‘true’ branch (when ‘message_format’ is non-NULL)...
gtk+-2.24.33/gtk/gtkmessagedialog.c:898:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtkmessagedialog.c:900:7: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkmessagedialog.c:901:13: throw: if ‘g_strdup_vprintf’ throws an exception...
gtk+-2.24.33/gtk/gtkmessagedialog.c:901:13: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/4)
Error: COMPILER_WARNING: [#def976]
gtk+-2.24.33/gtk/gtkmessagedialog.c:941:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def977]
gtk+-2.24.33/gtk/gtkmodules.c: scope_hint: In function ‘get_module_path’
gtk+-2.24.33/gtk/gtkmodules.c:96:3: warning[-Wdeprecated-declarations]: ‘pango_split_file_list’ is deprecated
/usr/include/pango-1.0/pango/pango.h:51: included_from: Included from here.
gtk+-2.24.33/gdk/gdktypes.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkscreen.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:31: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkstyle.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrc.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtksettings.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmodules.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmodules.c:25: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-utils.h:32:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def978]
gtk+-2.24.33/gtk/gtkmodules.c:96:3: warning[-Wdeprecated-declarations]: ‘pango_split_file_list’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def979]
gtk+-2.24.33/gtk/gtkmodules.c: scope_hint: In function ‘_gtk_find_module’
gtk+-2.24.33/gtk/gtkmodules.c:203:7: warning[-Wdeprecated-declarations]: ‘g_module_build_path’ is deprecated
/usr/include/glib-2.0/gio/giomodule.h:31: included_from: Included from here.
/usr/include/glib-2.0/gio/gio.h:102: included_from: Included from here.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
/usr/include/glib-2.0/gmodule.h:142:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def980]
gtk+-2.24.33/gtk/gtkmodules.c:203:7: warning[-Wdeprecated-declarations]: ‘g_module_build_path’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def981]
gtk+-2.24.33/gtk/gtkmodules.c: scope_hint: In function ‘find_module’
gtk+-2.24.33/gtk/gtkmodules.c:237:7: warning[-Wdeprecated-declarations]: ‘g_module_build_path’ is deprecated
/usr/include/glib-2.0/gmodule.h:142:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def982]
gtk+-2.24.33/gtk/gtkmodules.c:237:7: warning[-Wdeprecated-declarations]: ‘g_module_build_path’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def983]
gtk+-2.24.33/gtk/gtkmodules.c: scope_hint: In function ‘load_modules’
gtk+-2.24.33/gtk/gtkmodules.c:411:3: warning[-Wdeprecated-declarations]: ‘pango_split_file_list’ is deprecated
/usr/include/pango-1.0/pango/pango-utils.h:32:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def984]
gtk+-2.24.33/gtk/gtkmodules.c:411:3: warning[-Wdeprecated-declarations]: ‘pango_split_file_list’ is deprecated
Error: COMPILER_WARNING: [#def985]
gtk+-2.24.33/gtk/gtkmountoperation-x11.c: scope_hint: In function ‘find_largest_sizes’
gtk+-2.24.33/gtk/gtkmountoperation-x11.c:196:16: warning[-Wunused-but-set-variable=]: variable ‘replace’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def986]
gtk+-2.24.33/gtk/gtkmountoperation.c: scope_hint: In function ‘gtk_mount_operation_class_init’
gtk+-2.24.33/gtk/gtkmountoperation.c:146:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gtk/gtkmountoperationprivate.h:31: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmountoperation.c:32: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def987]
gtk+-2.24.33/gtk/gtkmountoperation.c:146:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def988]
gtk+-2.24.33/gtk/gtkmountoperation.c:185:21: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def989]
gtk+-2.24.33/gtk/gtknotebook.c: scope_hint: In function ‘gtk_notebook_class_init’
gtk+-2.24.33/gtk/gtknotebook.c:1085:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def990]
gtk+-2.24.33/gtk/gtknotebook.c:1085:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def991]
gtk+-2.24.33/gtk/gtknotebook.c:1096:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def992]
gtk+-2.24.33/gtk/gtknotebook.c:1505:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def993]
gtk+-2.24.33/gtk/gtknotebook.c:1607:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def994]
gtk+-2.24.33/gtk/gtknotebook.c:1683:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def995]
gtk+-2.24.33/gtk/gtknotebook.c:1779:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def996]
gtk+-2.24.33/gtk/gtknotebook.c:1873:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def997]
gtk+-2.24.33/gtk/gtknotebook.c:1893:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def998]
gtk+-2.24.33/gtk/gtknotebook.c:2183:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def999]
gtk+-2.24.33/gtk/gtknotebook.c:2324:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1000]
gtk+-2.24.33/gtk/gtknotebook.c:2611:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1001]
gtk+-2.24.33/gtk/gtknotebook.c:2679:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1002]
gtk+-2.24.33/gtk/gtknotebook.c:2819:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1003]
gtk+-2.24.33/gtk/gtknotebook.c:2956:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1004]
gtk+-2.24.33/gtk/gtknotebook.c:3014:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1005]
gtk+-2.24.33/gtk/gtknotebook.c:3054:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1006]
gtk+-2.24.33/gtk/gtknotebook.c:3102:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1007]
gtk+-2.24.33/gtk/gtknotebook.c: scope_hint: In function ‘check_threshold’
gtk+-2.24.33/gtk/gtknotebook.c:3131:14: warning[-Wunused-but-set-variable=]: variable ‘widget’ set but not used
Error: COMPILER_WARNING: [#def1008]
gtk+-2.24.33/gtk/gtknotebook.c:3163:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1009]
gtk+-2.24.33/gtk/gtknotebook.c:3401:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1010]
gtk+-2.24.33/gtk/gtknotebook.c:3440:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1011]
gtk+-2.24.33/gtk/gtknotebook.c:3480:14: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1012]
gtk+-2.24.33/gtk/gtknotebook.c:3506:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1013]
gtk+-2.24.33/gtk/gtknotebook.c:3582:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1014]
gtk+-2.24.33/gtk/gtknotebook.c:3622:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1015]
gtk+-2.24.33/gtk/gtknotebook.c:3691:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1016]
gtk+-2.24.33/gtk/gtknotebook.c:3729:14: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1017]
gtk+-2.24.33/gtk/gtknotebook.c:4030:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1018]
gtk+-2.24.33/gtk/gtknotebook.c:4058:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1019]
gtk+-2.24.33/gtk/gtknotebook.c:4296:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1020]
gtk+-2.24.33/gtk/gtknotebook.c:4658:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1021]
gtk+-2.24.33/gtk/gtknotebook.c:4891:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1022]
gtk+-2.24.33/gtk/gtknotebook.c:5023:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1023]
gtk+-2.24.33/gtk/gtknotebook.c:5153:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1024]
gtk+-2.24.33/gtk/gtknotebook.c:5303:17: warning[-Wunused-but-set-variable=]: variable ‘container’ set but not used
Error: COMPILER_WARNING: [#def1025]
gtk+-2.24.33/gtk/gtknotebook.c: scope_hint: In function ‘gtk_notebook_calculate_shown_tabs’
gtk+-2.24.33/gtk/gtknotebook.c:5306:8: warning[-Wunused-but-set-variable=]: variable ‘tab_pos’ set but not used
Error: COMPILER_WARNING: [#def1026]
gtk+-2.24.33/gtk/gtknotebook.c:5543:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1027]
gtk+-2.24.33/gtk/gtknotebook.c:5854:23: warning[-Wunused-but-set-variable=]: variable ‘operation’ set but not used
Error: COMPILER_WARNING: [#def1028]
gtk+-2.24.33/gtk/gtknotebook.c:5891:15: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1029]
gtk+-2.24.33/gtk/gtknotebook.c: scope_hint: In function ‘gtk_notebook_switch_focus_tab’
gtk+-2.24.33/gtk/gtknotebook.c:6249:10: warning[-Wunused-but-set-variable=]: variable ‘old_child’ set but not used
Error: COMPILER_WARNING: [#def1030]
gtk+-2.24.33/gtk/gtknotebook.c:6945:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1031]
gtk+-2.24.33/gtk/gtknotebook.c:7821:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1032]
gtk+-2.24.33/gtk/gtknotebook.c:7874:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1033]
gtk+-2.24.33/gtk/gtknotebook.c:7901:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1034]
gtk+-2.24.33/gtk/gtknotebook.c:7926:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1035]
gtk+-2.24.33/gtk/gtknotebook.c:8102:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1036]
gtk+-2.24.33/gtk/gtknotebook.c:8132:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1037]
gtk+-2.24.33/gtk/gtkobject.c: scope_hint: In function ‘gtk_arg_set_from_value’
gtk+-2.24.33/gtk/gtkobject.c:129:5: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
/usr/include/glib-2.0/glib-object.h:40: included_from: Included from here.
/usr/include/glib-2.0/gobject/gvaluetypes.h:197:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1038]
gtk+-2.24.33/gtk/gtkobject.c:129:5: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
Error: COMPILER_WARNING (CWE-477): [#def1039]
gtk+-2.24.33/gtk/gtkobject.c: scope_hint: In function ‘gtk_arg_to_value’
gtk+-2.24.33/gtk/gtkobject.c:160:5: warning[-Wdeprecated-declarations]: ‘g_value_set_char’ is deprecated: Use 'g_value_set_schar' instead
/usr/include/glib-2.0/gobject/gvaluetypes.h:194:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1040]
gtk+-2.24.33/gtk/gtkobject.c:160:5: warning[-Wdeprecated-declarations]: ‘g_value_set_char’ is deprecated: Use 'g_value_set_schar' instead
Error: COMPILER_WARNING (CWE-704): [#def1041]
gtk+-2.24.33/gtk/gtkobject.c: scope_hint: In function ‘gtk_arg_proxy_set_property’
gtk+-2.24.33/gtk/gtkobject.c:195:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def1042]
gtk+-2.24.33/gtk/gtkobject.c:195:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def1043]
gtk+-2.24.33/gtk/gtkobject.c: scope_hint: In function ‘gtk_arg_proxy_get_property’
gtk+-2.24.33/gtk/gtkobject.c:212:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def1044]
gtk+-2.24.33/gtk/gtkobject.c:212:12: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-477): [#def1045]
gtk+-2.24.33/gtk/gtkobject.c: scope_hint: In function ‘gtk_object_class_init’
gtk+-2.24.33/gtk/gtkobject.c:355:3: warning[-Wdeprecated-declarations]: ‘g_object_compat_control’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:664:13: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1046]
gtk+-2.24.33/gtk/gtkobject.c:355:3: warning[-Wdeprecated-declarations]: ‘g_object_compat_control’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1047]
gtk+-2.24.33/gtk/gtkobject.c:358:3: warning[-Wdeprecated-declarations]: ‘g_object_compat_control’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:664:13: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1048]
gtk+-2.24.33/gtk/gtkobject.c:358:3: warning[-Wdeprecated-declarations]: ‘g_object_compat_control’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1049]
gtk+-2.24.33/gtk/gtkobject.c:606:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkobject.c:603:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkobject.c:605:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtkobject.c:605:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkobject.c:606:25: throw: if ‘g_object_new_valist’ throws an exception...
gtk+-2.24.33/gtk/gtkobject.c:606:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1050]
gtk+-2.24.33/gtk/gtkobject.c:622:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkobject.c:619:3: branch_false: following ‘false’ branch (when ‘object’ is non-NULL)...
gtk+-2.24.33/gtk/gtkobject.c:619:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkobject.c:621:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkobject.c:622:3: throw: if ‘g_object_get_valist’ throws an exception...
gtk+-2.24.33/gtk/gtkobject.c:622:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1051]
gtk+-2.24.33/gtk/gtkobject.c:636:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkobject.c:633:3: branch_false: following ‘false’ branch (when ‘object’ is non-NULL)...
gtk+-2.24.33/gtk/gtkobject.c:633:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkobject.c:635:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkobject.c:636:3: throw: if ‘g_object_set_valist’ throws an exception...
gtk+-2.24.33/gtk/gtkobject.c:636:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/2)
Error: COMPILER_WARNING: [#def1052]
gtk+-2.24.33/gtk/gtkoffscreenwindow.c: scope_hint: In function ‘gtk_offscreen_window_realize’
gtk+-2.24.33/gtk/gtkoffscreenwindow.c:126:8: warning[-Wunused-but-set-variable=]: variable ‘border_width’ set but not used
Error: COMPILER_WARNING: [#def1053]
gtk+-2.24.33/gtk/gtkpagesetupunixdialog.c:121:20: warning[-Wduplicate-decl-specifier]: duplicate ‘const’ declaration specifier
Error: COMPILER_WARNING: [#def1054]
gtk+-2.24.33/gtk/gtkpagesetupunixdialog.c:141:19: warning[-Wunused-but-set-variable=]: variable ‘widget_class’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1055]
gtk+-2.24.33/gtk/gtkpagesetupunixdialog.c: scope_hint: In function ‘gtk_page_setup_unix_dialog_class_init’
gtk+-2.24.33/gtk/gtkpagesetupunixdialog.c:148:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkprivate.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtkpagesetupunixdialog.c:27: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1056]
gtk+-2.24.33/gtk/gtkpagesetupunixdialog.c:148:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1057]
gtk+-2.24.33/gtk/gtkpagesetupunixdialog.c:158:25: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1058]
gtk+-2.24.33/gtk/gtkpaned.c: scope_hint: In function ‘gtk_paned_class_init’
gtk+-2.24.33/gtk/gtkpaned.c:547:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbindings.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtkpaned.c:30: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1059]
gtk+-2.24.33/gtk/gtkpaned.c:547:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1060]
gtk+-2.24.33/gtk/gtkpaned.c:570:17: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1061]
gtk+-2.24.33/gtk/gtkpapersize.c: scope_hint: In function ‘IA__gtk_paper_size_new_from_key_file’
gtk+-2.24.33/gtk/gtkpapersize.c:814:12: warning[-Wunused-but-set-variable=]: variable ‘retval’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1062]
gtk+-2.24.33/gtk/gtkpathbar.c:825:24: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘down_button’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1063]
gtk+-2.24.33/gtk/gtkpathbar.c:941:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘up_button’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1064]
gtk+-2.24.33/gtk/gtkpathbar.c:969:28: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘down_button’
Error: COMPILER_WARNING: [#def1065]
gtk+-2.24.33/gtk/gtkprintbackend.c:203:26: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1066]
gtk+-2.24.33/gtk/gtkprintbackend.c:225:26: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1067]
gtk+-2.24.33/gtk/gtkprintbackend.c: scope_hint: In function ‘gtk_print_backend_class_init’
gtk+-2.24.33/gtk/gtkprintbackend.c:401:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkstyle.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrc.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtksettings.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmodules.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkprintbackend.c:27: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1068]
gtk+-2.24.33/gtk/gtkprintbackend.c:401:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1069]
gtk+-2.24.33/gtk/gtkprintbackend.c:458:26: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1070]
gtk+-2.24.33/gtk/gtkprintcontext.c: scope_hint: In function ‘_gtk_print_context_translate_into_margin’
gtk+-2.24.33/gtk/gtkprintcontext.c:217:29: warning[-Wunused-but-set-variable=]: variable ‘priv’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1071]
gtk+-2.24.33/gtk/gtkprinter.c: scope_hint: In function ‘gtk_printer_class_init’
gtk+-2.24.33/gtk/gtkprinter.c:106:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkprivate.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtkprinter.c:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1072]
gtk+-2.24.33/gtk/gtkprinter.c:106:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1073]
gtk+-2.24.33/gtk/gtkprinter.c:231:26: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1074]
gtk+-2.24.33/gtk/gtkprinteroptionwidget.c: scope_hint: In function ‘gtk_printer_option_widget_class_init’
gtk+-2.24.33/gtk/gtkprinteroptionwidget.c:108:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkalignment.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkprinteroptionwidget.c:27: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1075]
gtk+-2.24.33/gtk/gtkprinteroptionwidget.c:108:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1076]
gtk+-2.24.33/gtk/gtkprinteroptionwidget.c:132:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1077]
gtk+-2.24.33/gtk/gtkprintjob.c: scope_hint: In function ‘gtk_print_job_class_init’
gtk+-2.24.33/gtk/gtkprintjob.c:111:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkprivate.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtkprintjob.c:34: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1078]
gtk+-2.24.33/gtk/gtkprintjob.c:111:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1079]
gtk+-2.24.33/gtk/gtkprintjob.c:184:22: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1080]
gtk+-2.24.33/gtk/gtkprintoperation.c:159:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1081]
gtk+-2.24.33/gtk/gtkprintoperation.c: scope_hint: In function ‘gtk_print_operation_class_init’
gtk+-2.24.33/gtk/gtkprintoperation.c:672:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1082]
gtk+-2.24.33/gtk/gtkprintoperation.c:672:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1083]
gtk+-2.24.33/gtk/gtkprintunixdialog.c:119:20: warning[-Wduplicate-decl-specifier]: duplicate ‘const’ declaration specifier
Error: COMPILER_WARNING (CWE-477): [#def1084]
gtk+-2.24.33/gtk/gtkprintunixdialog.c: scope_hint: In function ‘gtk_print_unix_dialog_class_init’
gtk+-2.24.33/gtk/gtkprintunixdialog.c:366:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkprivate.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtkprintunixdialog.c:30: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1085]
gtk+-2.24.33/gtk/gtkprintunixdialog.c:366:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1086]
gtk+-2.24.33/gtk/gtkprintunixdialog.c:501:27: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gtk/gtkprintunixdialog.c:429:1: enter_function: entry to ‘error_dialogs’
gtk+-2.24.33/gtk/gtkprintunixdialog.c:443:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkprintunixdialog.c:445:17: branch_true: ...to here
gtk+-2.24.33/gtk/gtkprintunixdialog.c:445:17: call_function: calling ‘IA__gtk_print_unix_dialog_get_selected_printer’ from ‘error_dialogs’
gtk+-2.24.33/gtk/gtkprintunixdialog.c:445:17: return_function: returning to ‘error_dialogs’ from ‘IA__gtk_print_unix_dialog_get_selected_printer’
gtk+-2.24.33/gtk/gtkprintunixdialog.c:447:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkprintunixdialog.c:449:15: branch_true: ...to here
gtk+-2.24.33/gtk/gtkprintunixdialog.c:449:14: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkprintunixdialog.c:457:14: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkprintunixdialog.c:459:24: branch_true: ...to here
gtk+-2.24.33/gtk/gtkprintunixdialog.c:462:18: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkprintunixdialog.c:463:19: branch_true: ...to here
gtk+-2.24.33/gtk/gtkprintunixdialog.c:462:19: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkprintunixdialog.c:465:46: branch_true: ...to here
gtk+-2.24.33/gtk/gtkprintunixdialog.c:467:22: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkprintunixdialog.c:468:23: branch_true: ...to here
gtk+-2.24.33/gtk/gtkprintunixdialog.c:467:23: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkprintunixdialog.c:470:34: branch_true: ...to here
gtk+-2.24.33/gtk/gtkprintunixdialog.c:470:34: call_function: calling ‘get_toplevel’ from ‘error_dialogs’
gtk+-2.24.33/gtk/gtkprintunixdialog.c:470:34: return_function: returning to ‘error_dialogs’ from ‘get_toplevel’
gtk+-2.24.33/gtk/gtkprintunixdialog.c:501:27: danger: dereference of NULL ‘get_toplevel(print_dialog)’
Error: COMPILER_WARNING: [#def1087]
gtk+-2.24.33/gtk/gtkprintunixdialog.c:533:25: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: CPPCHECK_WARNING (CWE-476): [#def1088]
gtk+-2.24.33/gtk/gtkprintunixdialog.c:3124: warning[nullPointer]: Possible null pointer dereference: enum_value
Error: COMPILER_WARNING (CWE-457): [#def1089]
gtk+-2.24.33/gtk/gtkprogressbar.c:1016:15: warning[-Wmaybe-uninitialized]: ‘amount’ may be used uninitialized
gtk+-2.24.33/gtk/gtkprogressbar.c: scope_hint: In function ‘gtk_progress_bar_paint’
gtk+-2.24.33/gtk/gtkprogressbar.c:1013:20: note: ‘amount’ was declared here
Error: COMPILER_WARNING (CWE-477): [#def1090]
gtk+-2.24.33/gtk/gtkquery.c: scope_hint: In function ‘_gtk_query_class_init’
gtk+-2.24.33/gtk/gtkquery.c:57:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkquery.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkquery.c:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1091]
gtk+-2.24.33/gtk/gtkquery.c:57:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1092]
gtk+-2.24.33/gtk/gtkquery.c:63:17: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1093]
gtk+-2.24.33/gtk/gtkradioaction.c: scope_hint: In function ‘gtk_radio_action_class_init’
gtk+-2.24.33/gtk/gtkradioaction.c:170:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaction.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtktoggleaction.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtkradioaction.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtkradioaction.c:33: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1094]
gtk+-2.24.33/gtk/gtkradioaction.c:170:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1095]
gtk+-2.24.33/gtk/gtkradioaction.c:176:26: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1096]
gtk+-2.24.33/gtk/gtkrange.c: scope_hint: In function ‘gtk_range_class_init’
gtk+-2.24.33/gtk/gtkrange.c:616:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1097]
gtk+-2.24.33/gtk/gtkrange.c:616:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1098]
gtk+-2.24.33/gtk/gtkrange.c:736:19: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1099]
gtk+-2.24.33/gtk/gtkrange.c: scope_hint: In function ‘_gtk_range_get_stop_positions’
gtk+-2.24.33/gtk/gtkrange.c:3975:5: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1100]
gtk+-2.24.33/gtk/gtkrange.c:3975:5: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: COMPILER_WARNING: [#def1101]
gtk+-2.24.33/gtk/gtkrc.c:1138:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1102]
gtk+-2.24.33/gtk/gtkrc.c: scope_hint: In function ‘gtk_rc_style_class_init’
gtk+-2.24.33/gtk/gtkrc.c:1177:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkstyle.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrc.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrc.c:48: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1103]
gtk+-2.24.33/gtk/gtkrc.c:1177:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1104]
gtk+-2.24.33/gtk/gtkrc.c:1189:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1105]
gtk+-2.24.33/gtk/gtkrc.c:1347:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1106]
gtk+-2.24.33/gtk/gtkrc.c:1495:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1107]
gtk+-2.24.33/gtk/gtkrc.c:1518:33: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1108]
gtk+-2.24.33/gtk/gtkrc.c:1519:33: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1109]
gtk+-2.24.33/gtk/gtkrc.c:1532:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1110]
gtk+-2.24.33/gtk/gtkrc.c:1536:37: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1111]
gtk+-2.24.33/gtk/gtkrc.c: scope_hint: In function ‘gtk_rc_styles_match’
gtk+-2.24.33/gtk/gtkrc.c:1892:11: warning[-Wdeprecated-declarations]: ‘g_pattern_match’ is deprecated: Use 'g_pattern_spec_match' instead
/usr/include/glib-2.0/glib.h:68: included_from: Included from here.
/usr/include/glib-2.0/glib/gpattern.h:52:15: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1112]
gtk+-2.24.33/gtk/gtkrc.c:1892:11: warning[-Wdeprecated-declarations]: ‘g_pattern_match’ is deprecated: Use 'g_pattern_spec_match' instead
Error: COMPILER_WARNING: [#def1113]
gtk+-2.24.33/gtk/gtkrc.c:2502:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1114]
gtk+-2.24.33/gtk/gtkrc.c:3057:13: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: CPPCHECK_WARNING (CWE-457): [#def1115]
gtk+-2.24.33/gtk/gtkrc.c:3298: error[uninitvar]: Uninitialized variables: &key.origin, &key.value
Error: COMPILER_WARNING: [#def1116]
gtk+-2.24.33/gtk/gtkrc.c:3668:17: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1117]
gtk+-2.24.33/gtk/gtkrc.c:3682:22: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1118]
gtk+-2.24.33/gtk/gtkrc.c:3701:21: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1119]
gtk+-2.24.33/gtk/gtkrc.c:3716:22: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-471): [#def1120]
gtk+-2.24.33/gtk/gtkrc.c:4786:11: warning[-Wanalyzer-write-to-string-literal]: write to string literal
gtk+-2.24.33/gtk/gtkrc.c:4892:1: enter_function: entry to ‘_gtk_rc_match_widget_class’
gtk+-2.24.33/gtk/gtkrc.c:4897:10: call_function: calling ‘match_widget_class_recursive’ from ‘_gtk_rc_match_widget_class’
Error: GCC_ANALYZER_WARNING (CWE-471): [#def1121]
gtk+-2.24.33/gtk/gtkrc.c:4789:15: warning[-Wanalyzer-write-to-string-literal]: write to string literal
gtk+-2.24.33/gtk/gtkrc.c:4892:1: enter_function: entry to ‘_gtk_rc_match_widget_class’
gtk+-2.24.33/gtk/gtkrc.c:4897:10: call_function: calling ‘match_widget_class_recursive’ from ‘_gtk_rc_match_widget_class’
Error: GCC_ANALYZER_WARNING (CWE-471): [#def1122]
gtk+-2.24.33/gtk/gtkrc.c:4798:15: warning[-Wanalyzer-write-to-string-literal]: write to string literal
gtk+-2.24.33/gtk/gtkrc.c:4892:1: enter_function: entry to ‘_gtk_rc_match_widget_class’
gtk+-2.24.33/gtk/gtkrc.c:4897:10: call_function: calling ‘match_widget_class_recursive’ from ‘_gtk_rc_match_widget_class’
Error: GCC_ANALYZER_WARNING (CWE-471): [#def1123]
gtk+-2.24.33/gtk/gtkrc.c:4800:15: warning[-Wanalyzer-write-to-string-literal]: write to string literal
gtk+-2.24.33/gtk/gtkrc.c:4892:1: enter_function: entry to ‘_gtk_rc_match_widget_class’
gtk+-2.24.33/gtk/gtkrc.c:4897:10: call_function: calling ‘match_widget_class_recursive’ from ‘_gtk_rc_match_widget_class’
Error: COMPILER_WARNING (CWE-477): [#def1124]
gtk+-2.24.33/gtk/gtkrc.c: scope_hint: In function ‘match_widget_class_recursive’
gtk+-2.24.33/gtk/gtkrc.c:4819:9: warning[-Wdeprecated-declarations]: ‘g_pattern_match’ is deprecated: Use 'g_pattern_spec_match' instead
/usr/include/glib-2.0/glib/gpattern.h:52:15: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1125]
gtk+-2.24.33/gtk/gtkrc.c:4819:9: warning[-Wdeprecated-declarations]: ‘g_pattern_match’ is deprecated: Use 'g_pattern_spec_match' instead
Error: COMPILER_WARNING (CWE-477): [#def1126]
gtk+-2.24.33/gtk/gtkrc.c:4859:15: warning[-Wdeprecated-declarations]: ‘g_pattern_match’ is deprecated: Use 'g_pattern_spec_match' instead
/usr/include/glib-2.0/glib/gpattern.h:52:15: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1127]
gtk+-2.24.33/gtk/gtkrc.c:4859:15: warning[-Wdeprecated-declarations]: ‘g_pattern_match’ is deprecated: Use 'g_pattern_spec_match' instead
Error: COMPILER_WARNING: [#def1128]
gtk+-2.24.33/gtk/gtkrecentaction.c:183:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1129]
gtk+-2.24.33/gtk/gtkrecentaction.c:247:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1130]
gtk+-2.24.33/gtk/gtkrecentaction.c:257:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1131]
gtk+-2.24.33/gtk/gtkrecentaction.c:269:20: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1132]
gtk+-2.24.33/gtk/gtkrecentaction.c:300:3: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1133]
gtk+-2.24.33/gtk/gtkrecentaction.c:549:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1134]
gtk+-2.24.33/gtk/gtkrecentaction.c: scope_hint: In function ‘gtk_recent_action_class_init’
gtk+-2.24.33/gtk/gtkrecentaction.c:595:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaction.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrecentaction.h:29: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrecentaction.c:25: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1135]
gtk+-2.24.33/gtk/gtkrecentaction.c:595:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1136]
gtk+-2.24.33/gtk/gtkrecentaction.c:628:25: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1137]
gtk+-2.24.33/gtk/gtkrecentchooserdefault.c:713:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘parent’
gtk+-2.24.33/gtk/gtkrecentchooserdefault.c:735:1: enter_function: entry to ‘error_message’
gtk+-2.24.33/gtk/gtkrecentchooserdefault.c:739:3: call_function: calling ‘get_toplevel’ from ‘error_message’
gtk+-2.24.33/gtk/gtkrecentchooserdefault.c:739:3: return_function: returning to ‘error_message’ from ‘get_toplevel’
gtk+-2.24.33/gtk/gtkrecentchooserdefault.c:739:3: call_function: calling ‘error_message_with_parent’ from ‘error_message’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1138]
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:61:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:333:1: enter_function: entry to ‘IA__gtk_recent_chooser_dialog_new_for_manager’
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:342:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:343:12: call_function: calling ‘gtk_recent_chooser_dialog_new_valist’ from ‘IA__gtk_recent_chooser_dialog_new_for_manager’
Error: COMPILER_WARNING (CWE-477): [#def1139]
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c: scope_hint: In function ‘gtk_recent_chooser_dialog_class_init’
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:83:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaccelgroup.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrecentchooserdialog.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:23: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1140]
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:83:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1141]
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:89:41: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1142]
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:261:12: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:333:1: enter_function: entry to ‘IA__gtk_recent_chooser_dialog_new_for_manager’
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:342:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:343:12: call_function: calling ‘gtk_recent_chooser_dialog_new_valist’ from ‘IA__gtk_recent_chooser_dialog_new_for_manager’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1143]
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:267:5: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:333:1: enter_function: entry to ‘IA__gtk_recent_chooser_dialog_new_for_manager’
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:342:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:343:12: call_function: calling ‘gtk_recent_chooser_dialog_new_valist’ from ‘IA__gtk_recent_chooser_dialog_new_for_manager’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1144]
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:272:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:333:1: enter_function: entry to ‘IA__gtk_recent_chooser_dialog_new_for_manager’
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:342:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkrecentchooserdialog.c:343:12: call_function: calling ‘gtk_recent_chooser_dialog_new_valist’ from ‘IA__gtk_recent_chooser_dialog_new_for_manager’
Error: COMPILER_WARNING (CWE-477): [#def1145]
gtk+-2.24.33/gtk/gtkrecentchoosermenu.c: scope_hint: In function ‘gtk_recent_chooser_menu_class_init’
gtk+-2.24.33/gtk/gtkrecentchoosermenu.c:236:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrecentmanager.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrecentchoosermenu.c:25: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1146]
gtk+-2.24.33/gtk/gtkrecentchoosermenu.c:236:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1147]
gtk+-2.24.33/gtk/gtkrecentchoosermenu.c:244:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1148]
gtk+-2.24.33/gtk/gtkrecentchooserwidget.c: scope_hint: In function ‘gtk_recent_chooser_widget_class_init’
gtk+-2.24.33/gtk/gtkrecentchooserwidget.c:70:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrecentchooser.h:29: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrecentchooserwidget.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrecentchooserwidget.c:23: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1149]
gtk+-2.24.33/gtk/gtkrecentchooserwidget.c:70:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1150]
gtk+-2.24.33/gtk/gtkrecentchooserwidget.c:77:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1151]
gtk+-2.24.33/gtk/gtkrecentmanager.c: scope_hint: In function ‘gtk_recent_manager_class_init’
gtk+-2.24.33/gtk/gtkrecentmanager.c:285:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gtk/gtkrecentmanager.c:33: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1152]
gtk+-2.24.33/gtk/gtkrecentmanager.c:285:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1153]
gtk+-2.24.33/gtk/gtkrecentmanager.c:293:26: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1154]
gtk+-2.24.33/gtk/gtkrecentmanager.c: scope_hint: In function ‘get_default_recent_file’
gtk+-2.24.33/gtk/gtkrecentmanager.c:592:11: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_get_app_info’ is deprecated: Use 'g_bookmark_file_get_application_info' instead
/usr/include/glib-2.0/glib.h:39: included_from: Included from here.
/usr/include/glib-2.0/glib/gbookmarkfile.h:226:16: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1155]
gtk+-2.24.33/gtk/gtkrecentmanager.c:592:11: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_get_app_info’ is deprecated: Use 'g_bookmark_file_get_application_info' instead
Error: COMPILER_WARNING (CWE-477): [#def1156]
gtk+-2.24.33/gtk/gtkrecentmanager.c:598:11: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_set_app_info’ is deprecated: Use 'g_bookmark_file_set_application_info' instead
/usr/include/glib-2.0/glib/gbookmarkfile.h:210:16: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1157]
gtk+-2.24.33/gtk/gtkrecentmanager.c:598:11: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_set_app_info’ is deprecated: Use 'g_bookmark_file_set_application_info' instead
Error: COMPILER_WARNING (CWE-569): [#def1158]
gtk+-2.24.33/gtk/gtkrecentmanager.c: scope_hint: In function ‘IA__gtk_recent_manager_add_full’
gtk+-2.24.33/gtk/gtkrecentmanager.c:1119:39: warning[-Wpointer-compare]: comparison between pointer and zero character constant
gtk+-2.24.33/gtk/gtkrecentmanager.c:1119:23: note: did you mean to dereference the pointer?
Error: COMPILER_WARNING (CWE-569): [#def1159]
gtk+-2.24.33/gtk/gtkrecentmanager.c:1119:39: warning[-Wpointer-compare]: comparison between pointer and zero character constant
Error: COMPILER_WARNING (CWE-477): [#def1160]
gtk+-2.24.33/gtk/gtkrecentmanager.c: scope_hint: In function ‘build_recent_info’
gtk+-2.24.33/gtk/gtkrecentmanager.c:1250:3: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_get_added’ is deprecated: Use 'g_bookmark_file_get_added_date_time' instead
/usr/include/glib-2.0/glib/gbookmarkfile.h:269:16: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1161]
gtk+-2.24.33/gtk/gtkrecentmanager.c:1250:3: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_get_added’ is deprecated: Use 'g_bookmark_file_get_added_date_time' instead
Error: COMPILER_WARNING (CWE-477): [#def1162]
gtk+-2.24.33/gtk/gtkrecentmanager.c:1251:3: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_get_modified’ is deprecated: Use 'g_bookmark_file_get_modified_date_time' instead
/usr/include/glib-2.0/glib/gbookmarkfile.h:285:16: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1163]
gtk+-2.24.33/gtk/gtkrecentmanager.c:1251:3: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_get_modified’ is deprecated: Use 'g_bookmark_file_get_modified_date_time' instead
Error: COMPILER_WARNING (CWE-477): [#def1164]
gtk+-2.24.33/gtk/gtkrecentmanager.c:1252:3: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_get_visited’ is deprecated: Use 'g_bookmark_file_get_visited_date_time' instead
/usr/include/glib-2.0/glib/gbookmarkfile.h:301:16: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1165]
gtk+-2.24.33/gtk/gtkrecentmanager.c:1252:3: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_get_visited’ is deprecated: Use 'g_bookmark_file_get_visited_date_time' instead
Error: COMPILER_WARNING (CWE-477): [#def1166]
gtk+-2.24.33/gtk/gtkrecentmanager.c:1275:7: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_get_app_info’ is deprecated: Use 'g_bookmark_file_get_application_info' instead
/usr/include/glib-2.0/glib/gbookmarkfile.h:226:16: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1167]
gtk+-2.24.33/gtk/gtkrecentmanager.c:1275:7: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_get_app_info’ is deprecated: Use 'g_bookmark_file_get_application_info' instead
Error: COMPILER_WARNING: [#def1168]
gtk+-2.24.33/gtk/gtkrecentmanager.c: scope_hint: In function ‘IA__gtk_recent_manager_move_item’
gtk+-2.24.33/gtk/gtkrecentmanager.c:1383:12: warning[-Wunused-but-set-variable=]: variable ‘res’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1169]
gtk+-2.24.33/gtk/gtkrecentmanager.c: scope_hint: In function ‘gtk_recent_manager_clamp_to_age’
gtk+-2.24.33/gtk/gtkrecentmanager.c:1588:7: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_get_modified’ is deprecated: Use 'g_bookmark_file_get_modified_date_time' instead
/usr/include/glib-2.0/glib/gbookmarkfile.h:285:16: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1170]
gtk+-2.24.33/gtk/gtkrecentmanager.c:1588:7: warning[-Wdeprecated-declarations]: ‘g_bookmark_file_get_modified’ is deprecated: Use 'g_bookmark_file_get_modified_date_time' instead
Error: COMPILER_WARNING (CWE-477): [#def1171]
gtk+-2.24.33/gtk/gtkruler.c: scope_hint: In function ‘gtk_ruler_class_init’
gtk+-2.24.33/gtk/gtkruler.c:183:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1172]
gtk+-2.24.33/gtk/gtkruler.c:183:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1173]
gtk+-2.24.33/gtk/gtkruler.c:190:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1174]
gtk+-2.24.33/gtk/gtkruler.c:216:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1175]
gtk+-2.24.33/gtk/gtkruler.c:256:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1176]
gtk+-2.24.33/gtk/gtkruler.c:481:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1177]
gtk+-2.24.33/gtk/gtkruler.c:518:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1178]
gtk+-2.24.33/gtk/gtkruler.c:595:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1179]
gtk+-2.24.33/gtk/gtkruler.c:809:30: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1180]
gtk+-2.24.33/gtk/gtkscale.c:159:31: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1181]
gtk+-2.24.33/gtk/gtkscale.c: scope_hint: In function ‘gtk_scale_class_init’
gtk+-2.24.33/gtk/gtkscale.c:435:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1182]
gtk+-2.24.33/gtk/gtkscale.c:435:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1183]
gtk+-2.24.33/gtk/gtkscale.c:751:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1184]
gtk+-2.24.33/gtk/gtkscale.c:877:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1185]
gtk+-2.24.33/gtk/gtkscale.c:1009:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1186]
gtk+-2.24.33/gtk/gtkscale.c:1329:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1187]
gtk+-2.24.33/gtk/gtkscale.c:1390:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1188]
gtk+-2.24.33/gtk/gtkscale.c:1419:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1189]
gtk+-2.24.33/gtk/gtkscale.c:1462:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1190]
gtk+-2.24.33/gtk/gtkscalebutton.c: scope_hint: In function ‘gtk_scale_button_class_init’
gtk+-2.24.33/gtk/gtkscalebutton.c:174:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkscalebutton.c:45: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1191]
gtk+-2.24.33/gtk/gtkscalebutton.c:174:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1192]
gtk+-2.24.33/gtk/gtkscalebutton.c:343:25: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1193]
gtk+-2.24.33/gtk/gtkscalebutton.c:1493:13: warning[-Wunused-but-set-variable=]: variable ‘range’ set but not used
Error: COMPILER_WARNING (CWE-569): [#def1194]
gtk+-2.24.33/gtk/gtkscalebutton.c: scope_hint: In function ‘gtk_scale_button_update_icon’
gtk+-2.24.33/gtk/gtkscalebutton.c:1501:46: warning[-Wpointer-compare]: comparison between pointer and zero character constant
gtk+-2.24.33/gtk/gtkscalebutton.c:1501:27: note: did you mean to dereference the pointer?
Error: COMPILER_WARNING (CWE-569): [#def1195]
gtk+-2.24.33/gtk/gtkscalebutton.c:1501:46: warning[-Wpointer-compare]: comparison between pointer and zero character constant
Error: COMPILER_WARNING (CWE-477): [#def1196]
gtk+-2.24.33/gtk/gtkscrolledwindow.c: scope_hint: In function ‘gtk_scrolled_window_class_init’
gtk+-2.24.33/gtk/gtkscrolledwindow.c:356:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbindings.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtkscrolledwindow.c:30: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1197]
gtk+-2.24.33/gtk/gtkscrolledwindow.c:356:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1198]
gtk+-2.24.33/gtk/gtkscrolledwindow.c:675:36: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1199]
gtk+-2.24.33/gtk/gtkscrolledwindow.c:709:36: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1200]
gtk+-2.24.33/gtk/gtkscrolledwindow.c:785:36: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1201]
gtk+-2.24.33/gtk/gtkscrolledwindow.c:928:36: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1202]
gtk+-2.24.33/gtk/gtkscrolledwindow.c:1334:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1203]
gtk+-2.24.33/gtk/gtkscrolledwindow.c:1402:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1204]
gtk+-2.24.33/gtk/gtksearchengine.c:136:7: warning[warning]: Deprecated pre-processor symbol
Error: COMPILER_WARNING (CWE-477): [#def1205]
gtk+-2.24.33/gtk/gtksearchenginebeagle.c: scope_hint: In function ‘_gtk_search_engine_beagle_class_init’
gtk+-2.24.33/gtk/gtksearchenginebeagle.c:376:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkquery.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtksearchengine.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtksearchenginebeagle.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtksearchenginebeagle.c:25: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1206]
gtk+-2.24.33/gtk/gtksearchenginebeagle.c:376:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1207]
gtk+-2.24.33/gtk/gtksearchenginebeagle.c:382:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1208]
gtk+-2.24.33/gtk/gtksearchenginesimple.c:194:1: warning[-Wdeprecated-declarations]: ‘GStaticPrivate’ is deprecated: Use 'GPrivate' instead
/usr/include/glib-2.0/glib.h:115: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkquery.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtksearchengine.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtksearchenginesimple.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtksearchenginesimple.c:37: included_from: Included from here.
/usr/include/glib-2.0/glib/deprecated/gthread.h:246:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1209]
gtk+-2.24.33/gtk/gtksearchenginesimple.c:194:1: warning[-Wdeprecated-declarations]: ‘GStaticPrivate’ is deprecated: Use 'GPrivate' instead
Error: COMPILER_WARNING: [#def1210]
gtk+-2.24.33/gtk/gtksearchenginesimple.c:194:44: warning[warning]: Deprecated pre-processor symbol: replace with "G_PRIVATE_INIT"
Error: COMPILER_WARNING (CWE-477): [#def1211]
gtk+-2.24.33/gtk/gtksearchenginesimple.c: scope_hint: In function ‘search_visit_func’
gtk+-2.24.33/gtk/gtksearchenginesimple.c:211:3: warning[-Wdeprecated-declarations]: ‘g_static_private_get’ is deprecated: Use 'g_private_get' instead
/usr/include/glib-2.0/glib/deprecated/gthread.h:257:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1212]
gtk+-2.24.33/gtk/gtksearchenginesimple.c:211:3: warning[-Wdeprecated-declarations]: ‘g_static_private_get’ is deprecated: Use 'g_private_get' instead
Error: COMPILER_WARNING (CWE-477): [#def1213]
gtk+-2.24.33/gtk/gtksearchenginesimple.c: scope_hint: In function ‘search_thread_func’
gtk+-2.24.33/gtk/gtksearchenginesimple.c:276:3: warning[-Wdeprecated-declarations]: ‘g_static_private_set’ is deprecated: Use 'g_private_set' instead
/usr/include/glib-2.0/glib/deprecated/gthread.h:260:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1214]
gtk+-2.24.33/gtk/gtksearchenginesimple.c:276:3: warning[-Wdeprecated-declarations]: ‘g_static_private_set’ is deprecated: Use 'g_private_set' instead
Error: COMPILER_WARNING (CWE-477): [#def1215]
gtk+-2.24.33/gtk/gtksearchenginesimple.c: scope_hint: In function ‘gtk_search_engine_simple_start’
gtk+-2.24.33/gtk/gtksearchenginesimple.c:308:3: warning[-Wdeprecated-declarations]: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead
/usr/include/glib-2.0/glib/deprecated/gthread.h:102:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1216]
gtk+-2.24.33/gtk/gtksearchenginesimple.c:308:3: warning[-Wdeprecated-declarations]: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead
Error: COMPILER_WARNING (CWE-477): [#def1217]
gtk+-2.24.33/gtk/gtksearchenginesimple.c: scope_hint: In function ‘_gtk_search_engine_simple_class_init’
gtk+-2.24.33/gtk/gtksearchenginesimple.c:365:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1218]
gtk+-2.24.33/gtk/gtksearchenginesimple.c:365:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1219]
gtk+-2.24.33/gtk/gtksearchenginesimple.c:371:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1220]
gtk+-2.24.33/gtk/gtksearchenginetracker.c: scope_hint: In function ‘_gtk_search_engine_tracker_class_init’
gtk+-2.24.33/gtk/gtksearchenginetracker.c:454:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gtk/gtksearchenginetracker.c:28: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1221]
gtk+-2.24.33/gtk/gtksearchenginetracker.c:454:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1222]
gtk+-2.24.33/gtk/gtksearchenginetracker.c:461:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1223]
gtk+-2.24.33/gtk/gtkselection.c:1384:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘p’
gtk+-2.24.33/gtk/gtkselection.c:1443:1: enter_function: entry to ‘selection_get_text_plain’
gtk+-2.24.33/gtk/gtkselection.c:1455:11: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkselection.c:1456:5: branch_true: ...to here
gtk+-2.24.33/gtk/gtkselection.c:1458:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkselection.c:1475:13: branch_false: ...to here
gtk+-2.24.33/gtk/gtkselection.c:1475:11: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkselection.c:1484:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtkselection.c:1484:12: call_function: calling ‘normalize_to_lf’ from ‘selection_get_text_plain’
Error: GCC_ANALYZER_WARNING (CWE-131): [#def1224]
gtk+-2.24.33/gtk/gtkselection.c:1832:9: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
gtk+-2.24.33/gtk/gtkselection.c:1825:3: branch_true: following ‘true’ branch (when ‘selection_data’ is non-NULL)...
gtk+-2.24.33/gtk/gtkselection.c:1827:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtkselection.c:1827:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkselection.c:1828:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtkselection.c:1827:7: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkselection.c:1829:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtkselection.c:1827:7: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkselection.c:1831:10: branch_true: ...to here
gtk+-2.24.33/gtk/gtkselection.c:1831:10: branch_true: following ‘true’ branch (when ‘targets’ is non-NULL)...
gtk+-2.24.33/gtk/gtkselection.c:1832:20: branch_true: ...to here
gtk+-2.24.33/gtk/gtkselection.c:1832:9: danger: allocated ‘(unsigned int)*selection_data.length’ bytes and assigned to ‘struct _GdkAtom **’ here; ‘sizeof (GdkAtom {{aka struct _GdkAtom *}})’ is ‘8’
Error: COMPILER_WARNING (CWE-477): [#def1225]
gtk+-2.24.33/gtk/gtkselection.c: scope_hint: In function ‘IA__gtk_selection_data_get_targets’
gtk+-2.24.33/gtk/gtkselection.c:1832:9: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkselection.c:57: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1226]
gtk+-2.24.33/gtk/gtkselection.c:1832:9: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: GCC_ANALYZER_WARNING (CWE-131): [#def1227]
gtk+-2.24.33/gtk/gtkselection.c:3059:11: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
gtk+-2.24.33/gtk/gtkselection.c:3012:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkselection.c:3040:28: branch_false: ...to here
gtk+-2.24.33/gtk/gtkselection.c:3040:11: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkselection.c:3049:21: branch_true: ...to here
gtk+-2.24.33/gtk/gtkselection.c:3059:11: danger: allocated and assigned to ‘struct _GdkAtom **’ here; ‘sizeof (GdkAtom {{aka struct _GdkAtom *}})’ is ‘8’
Error: COMPILER_WARNING (CWE-477): [#def1228]
gtk+-2.24.33/gtk/gtkseparator.c: scope_hint: In function ‘gtk_separator_class_init’
gtk+-2.24.33/gtk/gtkseparator.c:88:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkorientable.h:31: included_from: Included from here.
gtk+-2.24.33/gtk/gtkseparator.c:29: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1229]
gtk+-2.24.33/gtk/gtkseparator.c:88:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1230]
gtk+-2.24.33/gtk/gtkseparator.c:95:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1231]
gtk+-2.24.33/gtk/gtkseparator.c:111:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1232]
gtk+-2.24.33/gtk/gtkseparator.c:131:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1233]
gtk+-2.24.33/gtk/gtkseparator.c:148:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1234]
gtk+-2.24.33/gtk/gtkseparator.c:182:34: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1235]
gtk+-2.24.33/gtk/gtkseparatortoolitem.c: scope_hint: In function ‘gtk_separator_tool_item_class_init’
gtk+-2.24.33/gtk/gtkseparatortoolitem.c:110:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkitem.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmenuitem.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkseparatormenuitem.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkseparatortoolitem.c:23: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1236]
gtk+-2.24.33/gtk/gtkseparatortoolitem.c:110:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1237]
gtk+-2.24.33/gtk/gtkseparatortoolitem.c:116:26: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1238]
gtk+-2.24.33/gtk/gtkseparatortoolitem.c:202:7: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1239]
gtk+-2.24.33/gtk/gtksignal.c: scope_hint: In function ‘gtk_arg_to_value’
gtk+-2.24.33/gtk/gtksignal.c:188:5: warning[-Wdeprecated-declarations]: ‘g_value_set_char’ is deprecated: Use 'g_value_set_schar' instead
/usr/include/glib-2.0/glib-object.h:40: included_from: Included from here.
/usr/include/glib-2.0/gobject/gvaluetypes.h:194:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1240]
gtk+-2.24.33/gtk/gtksignal.c:188:5: warning[-Wdeprecated-declarations]: ‘g_value_set_char’ is deprecated: Use 'g_value_set_schar' instead
Error: COMPILER_WARNING (CWE-477): [#def1241]
gtk+-2.24.33/gtk/gtksignal.c: scope_hint: In function ‘gtk_arg_static_to_value’
gtk+-2.24.33/gtk/gtksignal.c:215:5: warning[-Wdeprecated-declarations]: ‘g_value_set_char’ is deprecated: Use 'g_value_set_schar' instead
/usr/include/glib-2.0/gobject/gvaluetypes.h:194:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1242]
gtk+-2.24.33/gtk/gtksignal.c:215:5: warning[-Wdeprecated-declarations]: ‘g_value_set_char’ is deprecated: Use 'g_value_set_schar' instead
Error: COMPILER_WARNING (CWE-477): [#def1243]
gtk+-2.24.33/gtk/gtksignal.c: scope_hint: In function ‘gtk_arg_set_from_value’
gtk+-2.24.33/gtk/gtksignal.c:243:5: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
/usr/include/glib-2.0/gobject/gvaluetypes.h:197:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1244]
gtk+-2.24.33/gtk/gtksignal.c:243:5: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
Error: COMPILER_WARNING (CWE-477): [#def1245]
gtk+-2.24.33/gtk/gtksignal.c: scope_hint: In function ‘gtk_argloc_set_from_value’
gtk+-2.24.33/gtk/gtksignal.c:275:5: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
/usr/include/glib-2.0/gobject/gvaluetypes.h:197:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1246]
gtk+-2.24.33/gtk/gtksignal.c:275:5: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1247]
gtk+-2.24.33/gtk/gtksignal.c:360:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtksignal.c:357:3: branch_false: following ‘false’ branch (when ‘object’ is non-NULL)...
gtk+-2.24.33/gtk/gtksignal.c:357:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtksignal.c:359:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtksignal.c:360:3: throw: if ‘g_signal_emit_valist’ throws an exception...
gtk+-2.24.33/gtk/gtksignal.c:360:3: 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): [#def1248]
gtk+-2.24.33/gtk/gtksignal.c:379:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtksignal.c:372:3: branch_false: following ‘false’ branch (when ‘object’ is non-NULL)...
gtk+-2.24.33/gtk/gtksignal.c:372:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtksignal.c:373:3: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
gtk+-2.24.33/gtk/gtksignal.c:375:42: branch_true: ...to here
gtk+-2.24.33/gtk/gtksignal.c:376:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtksignal.c:378:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtksignal.c:378:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtksignal.c:379:3: throw: if ‘g_signal_emit_valist’ throws an exception...
gtk+-2.24.33/gtk/gtksignal.c:379:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(7)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/6)
Error: COMPILER_WARNING (CWE-691): [#def1249]
gtk+-2.24.33/gtk/gtksizegroup.c: scope_hint: In function ‘size_group_start_element’
gtk+-2.24.33/gtk/gtksizegroup.c:865:6: warning[-Wdangling-else]: suggest explicit braces to avoid ambiguous ‘else’
Error: COMPILER_WARNING: [#def1250]
gtk+-2.24.33/gtk/gtksocket.c:169:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1251]
gtk+-2.24.33/gtk/gtksocket.c: scope_hint: In function ‘gtk_socket_class_init’
gtk+-2.24.33/gtk/gtksocket.c:253:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1252]
gtk+-2.24.33/gtk/gtksocket.c:253:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1253]
gtk+-2.24.33/gtk/gtkspinner.c: scope_hint: In function ‘gtk_spinner_class_init’
gtk+-2.24.33/gtk/gtkspinner.c:106:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/atk-1.0/atk/atk-enum-types.h:12: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaccessible.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkspinner.c:35: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1254]
gtk+-2.24.33/gtk/gtkspinner.c:106:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1255]
gtk+-2.24.33/gtk/gtkspinner.c:208:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1256]
gtk+-2.24.33/gtk/gtkspinner.c: scope_hint: In function ‘gtk_spinner_screen_changed’
gtk+-2.24.33/gtk/gtkspinner.c:319:15: warning[-Wunused-but-set-variable=]: variable ‘spinner’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1257]
gtk+-2.24.33/gtk/gtkstatusbar.c:962:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘l’
gtk+-2.24.33/gtk/gtkstatusbar.c:950:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtkstatusbar.c:954:8: branch_false: ...to here
gtk+-2.24.33/gtk/gtkstatusbar.c:954:43: branch_false: following ‘false’ branch (when ‘l’ is NULL)...
gtk+-2.24.33/gtk/gtkstatusbar.c:962:8: branch_false: ...to here
gtk+-2.24.33/gtk/gtkstatusbar.c:962:8: danger: dereference of NULL ‘l’
Error: COMPILER_WARNING (CWE-477): [#def1258]
gtk+-2.24.33/gtk/gtkstatusicon.c: scope_hint: In function ‘gtk_status_icon_class_init’
gtk+-2.24.33/gtk/gtkstatusicon.c:638:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gtk/gtkimage.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkstatusicon.h:31: included_from: Included from here.
gtk+-2.24.33/gtk/gtkstatusicon.c:33: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1259]
gtk+-2.24.33/gtk/gtkstatusicon.c:638:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1260]
gtk+-2.24.33/gtk/gtkstatusicon.c:860:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1261]
gtk+-2.24.33/gtk/gtkstyle.c:375:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkstyle.c:1888:1: enter_function: entry to ‘IA__gtk_style_get’
gtk+-2.24.33/gtk/gtkstyle.c:1895:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkstyle.c:1896:3: call_function: calling ‘IA__gtk_style_get_valist’ from ‘IA__gtk_style_get’
Error: COMPILER_WARNING (CWE-477): [#def1262]
gtk+-2.24.33/gtk/gtkstyle.c: scope_hint: In function ‘gtk_style_class_init’
gtk+-2.24.33/gtk/gtkstyle.c:528:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1263]
gtk+-2.24.33/gtk/gtkstyle.c:528:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1264]
gtk+-2.24.33/gtk/gtkstyle.c:591:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1265]
gtk+-2.24.33/gtk/gtkstyle.c:678:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gtk/gtkstyle.c:664:1: enter_function: entry to ‘gtk_style_duplicate’
gtk+-2.24.33/gtk/gtkstyle.c:668:3: branch_false: following ‘false’ branch (when ‘style’ is non-NULL)...
gtk+-2.24.33/gtk/gtkstyle.c:668:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkstyle.c:668:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkstyle.c:670:15: branch_true: ...to here
gtk+-2.24.33/gtk/gtkstyle.c:670:15: call_function: calling ‘IA__gtk_style_copy’ from ‘gtk_style_duplicate’
gtk+-2.24.33/gtk/gtkstyle.c:670:15: return_function: returning to ‘gtk_style_duplicate’ from ‘IA__gtk_style_copy’
gtk+-2.24.33/gtk/gtkstyle.c:678:3: danger: dereference of NULL ‘IA__gtk_style_copy(style)’
Error: COMPILER_WARNING: [#def1266]
gtk+-2.24.33/gtk/gtkstyle.c:933:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1267]
gtk+-2.24.33/gtk/gtkstyle.c:1652:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1268]
gtk+-2.24.33/gtk/gtkstyle.c:1653:31: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1269]
gtk+-2.24.33/gtk/gtkstyle.c:1710:27: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1270]
gtk+-2.24.33/gtk/gtkstyle.c:1832:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkstyle.c:1888:1: enter_function: entry to ‘IA__gtk_style_get’
gtk+-2.24.33/gtk/gtkstyle.c:1895:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkstyle.c:1896:3: call_function: calling ‘IA__gtk_style_get_valist’ from ‘IA__gtk_style_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1271]
gtk+-2.24.33/gtk/gtkstyle.c:1834:11: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkstyle.c:1888:1: enter_function: entry to ‘IA__gtk_style_get’
gtk+-2.24.33/gtk/gtkstyle.c:1895:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkstyle.c:1896:3: call_function: calling ‘IA__gtk_style_get_valist’ from ‘IA__gtk_style_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1272]
gtk+-2.24.33/gtk/gtkstyle.c:1844:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkstyle.c:1888:1: enter_function: entry to ‘IA__gtk_style_get’
gtk+-2.24.33/gtk/gtkstyle.c:1895:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkstyle.c:1896:3: call_function: calling ‘IA__gtk_style_get_valist’ from ‘IA__gtk_style_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1273]
gtk+-2.24.33/gtk/gtkstyle.c:1855:16: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkstyle.c:1888:1: enter_function: entry to ‘IA__gtk_style_get’
gtk+-2.24.33/gtk/gtkstyle.c:1895:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkstyle.c:1896:3: call_function: calling ‘IA__gtk_style_get_valist’ from ‘IA__gtk_style_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1274]
gtk+-2.24.33/gtk/gtktestutils.c:515:25: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktestutils.c:514:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktestutils.c:515:25: throw: if ‘g_object_new_valist’ throws an exception...
gtk+-2.24.33/gtk/gtktestutils.c:515:25: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/0)
Error: COMPILER_WARNING: [#def1275]
gtk+-2.24.33/gtk/gtktext.c:2958:9: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: COMPILER_WARNING: [#def1276]
gtk+-2.24.33/gtk/gtktext.c:2962:9: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: COMPILER_WARNING: [#def1277]
gtk+-2.24.33/gtk/gtktext.c:2973:9: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: COMPILER_WARNING: [#def1278]
gtk+-2.24.33/gtk/gtktext.c:2977:9: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: COMPILER_WARNING: [#def1279]
gtk+-2.24.33/gtk/gtktext.c:3008:9: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: COMPILER_WARNING: [#def1280]
gtk+-2.24.33/gtk/gtktext.c:3013:9: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: COMPILER_WARNING (CWE-477): [#def1281]
gtk+-2.24.33/gtk/gtktextbtree.c: scope_hint: In function ‘gtk_text_btree_resolve_bidi’
gtk+-2.24.33/gtk/gtktextbtree.c:599:15: warning[-Wdeprecated-declarations]: ‘pango_find_base_dir’ is deprecated
/usr/include/pango-1.0/pango/pango-types.h:239: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-font.h:26: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-attributes.h:25: included_from: Included from here.
/usr/include/pango-1.0/pango/pango.h:25: included_from: Included from here.
gtk+-2.24.33/gdk/gdktypes.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkscreen.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:31: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtktextbuffer.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtktextbtree.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtktextbtree.c:57: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-bidi-type.h:107:16: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1282]
gtk+-2.24.33/gtk/gtktextbtree.c:599:15: warning[-Wdeprecated-declarations]: ‘pango_find_base_dir’ is deprecated
Error: COMPILER_WARNING (CWE-252): [#def1283]
gtk+-2.24.33/gtk/gtktextbtree.c:2442:3: warning[-Wunused-result]: ignoring return value of ‘g_string_free_and_steal’ declared with attribute ‘[warn_unused_result](https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-warn_005funused_005fresult-function-attribute)’
Error: COMPILER_WARNING (CWE-477): [#def1284]
gtk+-2.24.33/gtk/gtktextbuffer.c: scope_hint: In function ‘gtk_text_buffer_class_init’
gtk+-2.24.33/gtk/gtktextbuffer.c:606:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkselection.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkclipboard.h:29: included_from: Included from here.
gtk+-2.24.33/gtk/gtktextbuffer.c:33: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1285]
gtk+-2.24.33/gtk/gtktextbuffer.c:606:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1286]
gtk+-2.24.33/gtk/gtktextbuffer.c:2469:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktextbuffer.c:2460:3: branch_false: following ‘false’ branch (when ‘buffer’ is non-NULL)...
gtk+-2.24.33/gtk/gtktextbuffer.c:2460:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktextbuffer.c:2466:6: branch_true: following ‘true’ branch (when ‘first_property_name’ is non-NULL)...
gtk+-2.24.33/gtk/gtktextbuffer.c:2468:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextbuffer.c:2468:7: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktextbuffer.c:2469:7: throw: if ‘g_object_set_valist’ throws an exception...
gtk+-2.24.33/gtk/gtktextbuffer.c:2469:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/4)
Error: COMPILER_WARNING: [#def1287]
gtk+-2.24.33/gtk/gtktextbuffer.c:3609:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1288]
gtk+-2.24.33/gtk/gtktextbuffer.c:3946:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1289]
gtk+-2.24.33/gtk/gtktextbuffer.c:4117:32: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1290]
gtk+-2.24.33/gtk/gtktextbuffer.c:4191:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1291]
gtk+-2.24.33/gtk/gtktextbuffer.c:4223:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1292]
gtk+-2.24.33/gtk/gtktextbuffer.c:4376:3: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: COMPILER_WARNING (CWE-477): [#def1293]
gtk+-2.24.33/gtk/gtktextbufferserialize.c: scope_hint: In function ‘serialize_pixbufs’
gtk+-2.24.33/gtk/gtktextbufferserialize.c:599:7: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_from_pixbuf’ is deprecated
gtk+-2.24.33/gtk/gtktextbufferserialize.c:33: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:101:17: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1294]
gtk+-2.24.33/gtk/gtktextbufferserialize.c:599:7: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_from_pixbuf’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1295]
gtk+-2.24.33/gtk/gtktextbufferserialize.c:600:7: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_serialize’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:93:17: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1296]
gtk+-2.24.33/gtk/gtktextbufferserialize.c:600:7: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_serialize’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1297]
gtk+-2.24.33/gtk/gtktextbufferserialize.c:734:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktextbufferserialize.c:733:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:734:9: throw: if ‘g_strdup_vprintf’ throws an exception...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:734:9: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1298]
gtk+-2.24.33/gtk/gtktextbufferserialize.c:890:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktextbufferserialize.c:890:3: branch_true: following ‘true’ branch (when ‘first_attribute_name’ is non-NULL)...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:891:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:891:3: branch_true: following ‘true’ branch (when ‘first_attribute_retloc’ is non-NULL)...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:896:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:900:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:905:10: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:907:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:907:7: branch_false: following ‘false’ branch (when ‘retloc’ is NULL)...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:907:7: branch_false: ...to here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:890:3: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-685): [#def1299]
gtk+-2.24.33/gtk/gtktextbufferserialize.c:903:3: warning[-Wanalyzer-va-list-exhausted]: ‘args’ has no more arguments (1 consumed)
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1255:1: enter_function: entry to ‘parse_tag_element’
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1268:3: call_function: inlined call to ‘peek_state’ from ‘parse_tag_element’
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1268:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1270:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1270:6: branch_true: following ‘true’ branch (when the strings are equal)...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1272:12: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1272:12: call_function: calling ‘locate_attributes’ from ‘parse_tag_element’ with 1 variadic argument
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1300]
gtk+-2.24.33/gtk/gtktextbufferserialize.c:907:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktextbufferserialize.c:890:3: branch_true: following ‘true’ branch (when ‘first_attribute_name’ is non-NULL)...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:891:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:891:3: branch_true: following ‘true’ branch (when ‘first_attribute_retloc’ is non-NULL)...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:896:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:900:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:905:10: branch_true: following ‘true’ branch (when ‘name’ is non-NULL)...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:907:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:907:7: branch_false: following ‘false’ branch (when ‘retloc’ is NULL)...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:907:7: branch_false: ...to here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:907:7: throw: if ‘g_return_if_fail_warning’ throws an exception...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:907:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(5)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-685): [#def1301]
gtk+-2.24.33/gtk/gtktextbufferserialize.c:917:7: warning[-Wanalyzer-va-list-exhausted]: ‘args’ has no more arguments (5 consumed)
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1150:1: enter_function: entry to ‘parse_attr_element’
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1162:3: call_function: inlined call to ‘peek_state’ from ‘parse_attr_element’
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1162:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1164:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1164:6: branch_true: following ‘true’ branch (when the strings are equal)...
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1166:12: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1166:12: call_function: calling ‘locate_attributes’ from ‘parse_attr_element’ with 5 variadic arguments
Error: COMPILER_WARNING (CWE-477): [#def1302]
gtk+-2.24.33/gtk/gtktextbufferserialize.c: scope_hint: In function ‘get_pixbuf_from_headers’
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1073:3: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_deserialize’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:96:17: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1303]
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1073:3: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_deserialize’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1304]
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1077:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_from_pixdata’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:105:17: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1305]
gtk+-2.24.33/gtk/gtktextbufferserialize.c:1077:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_from_pixdata’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-131): [#def1306]
gtk+-2.24.33/gtk/gtktextchild.c:132:9: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
Error: COMPILER_WARNING: [#def1307]
gtk+-2.24.33/gtk/gtktextchild.c: scope_hint: In function ‘_gtk_pixbuf_segment_new’
gtk+-2.24.33/gtk/gtktextchild.c:134:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[32]’
gtk+-2.24.33/gtk/gtktextchild.c:132:9: note: object of size 32 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1308]
gtk+-2.24.33/gtk/gtktextchild.c:136:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[32]’
gtk+-2.24.33/gtk/gtktextchild.c:132:9: note: object of size 32 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1309]
gtk+-2.24.33/gtk/gtktextchild.c:138:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[32]’
gtk+-2.24.33/gtk/gtktextchild.c:132:9: note: object of size 32 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1310]
gtk+-2.24.33/gtk/gtktextchild.c:141:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[32]’
gtk+-2.24.33/gtk/gtktextchild.c:132:9: note: object of size 32 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1311]
gtk+-2.24.33/gtk/gtktextchild.c:143:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[32]’
gtk+-2.24.33/gtk/gtktextchild.c:132:9: note: object of size 32 allocated by ‘g_malloc’
Error: GCC_ANALYZER_WARNING (CWE-131): [#def1312]
gtk+-2.24.33/gtk/gtktextchild.c:229:9: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
Error: COMPILER_WARNING: [#def1313]
gtk+-2.24.33/gtk/gtktextchild.c: scope_hint: In function ‘_gtk_widget_segment_new’
gtk+-2.24.33/gtk/gtktextchild.c:231:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[56]’
gtk+-2.24.33/gtk/gtktextchild.c:229:9: note: object of size 56 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1314]
gtk+-2.24.33/gtk/gtktextchild.c:233:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[56]’
gtk+-2.24.33/gtk/gtktextchild.c:229:9: note: object of size 56 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1315]
gtk+-2.24.33/gtk/gtktextchild.c:235:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[56]’
gtk+-2.24.33/gtk/gtktextchild.c:229:9: note: object of size 56 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1316]
gtk+-2.24.33/gtk/gtktextchild.c:238:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[56]’
gtk+-2.24.33/gtk/gtktextchild.c:229:9: note: object of size 56 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1317]
gtk+-2.24.33/gtk/gtktextchild.c:240:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[56]’
gtk+-2.24.33/gtk/gtktextchild.c:229:9: note: object of size 56 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1318]
gtk+-2.24.33/gtk/gtktextchild.c:242:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[56]’
gtk+-2.24.33/gtk/gtktextchild.c:229:9: note: object of size 56 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1319]
gtk+-2.24.33/gtk/gtktextchild.c:243:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[56]’
gtk+-2.24.33/gtk/gtktextchild.c:229:9: note: object of size 56 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1320]
gtk+-2.24.33/gtk/gtktextchild.c:244:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[56]’
gtk+-2.24.33/gtk/gtktextchild.c:229:9: note: object of size 56 allocated by ‘g_malloc’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1321]
gtk+-2.24.33/gtk/gtktextiter.c:202:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gtk/gtktextiter.c:4211:1: enter_function: entry to ‘IA__gtk_text_iter_backward_to_tag_toggle’
gtk+-2.24.33/gtk/gtktextiter.c:4218:3: branch_true: following ‘true’ branch (when ‘iter’ is non-NULL)...
gtk+-2.24.33/gtk/gtktextiter.c:4220:10: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextiter.c:4220:10: call_function: calling ‘gtk_text_iter_make_real’ from ‘IA__gtk_text_iter_backward_to_tag_toggle’
Error: COMPILER_WARNING: [#def1322]
gtk+-2.24.33/gtk/gtktextiter.c:4851:3: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1323]
gtk+-2.24.33/gtk/gtktextiter.c:5535:15: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘seg_byte_offset’
gtk+-2.24.33/gtk/gtktextiter.c:5410:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktextiter.c:5414:7: branch_false: ...to here
gtk+-2.24.33/gtk/gtktextiter.c:5450:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktextiter.c:5481:7: branch_false: ...to here
gtk+-2.24.33/gtk/gtktextiter.c:5481:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktextiter.c:5483:35: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextiter.c:5487:10: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktextiter.c:5490:10: branch_false: ...to here
gtk+-2.24.33/gtk/gtktextiter.c:5514:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktextiter.c:5516:10: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktextiter.c:5519:11: branch_false: ...to here
gtk+-2.24.33/gtk/gtktextiter.c:5519:10: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktextiter.c:5524:11: branch_false: ...to here
gtk+-2.24.33/gtk/gtktextiter.c:5524:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktextiter.c:5524:10: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextiter.c:5528:18: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktextiter.c:5535:15: branch_false: ...to here
gtk+-2.24.33/gtk/gtktextiter.c:5535:15: danger: use of uninitialized value ‘seg_byte_offset’ here
Error: COMPILER_WARNING (CWE-477): [#def1324]
gtk+-2.24.33/gtk/gtktextlayout.c: scope_hint: In function ‘gtk_text_layout_class_init’
gtk+-2.24.33/gtk/gtktextlayout.c:230:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmarshalers.h:5: included_from: Included from here.
gtk+-2.24.33/gtk/gtktextlayout.c:81: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1325]
gtk+-2.24.33/gtk/gtktextlayout.c:230:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1326]
gtk+-2.24.33/gtk/gtktextlayout.c:851:32: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1327]
gtk+-2.24.33/gtk/gtktextlayout.c:875:32: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1328]
gtk+-2.24.33/gtk/gtktextlayout.c: scope_hint: In function ‘totally_invisible_line’
gtk+-2.24.33/gtk/gtktextlayout.c:1254:7: warning[-Wunused-but-set-variable=]: variable ‘bytes’ set but not used
Error: COMPILER_WARNING: [#def1329]
gtk+-2.24.33/gtk/gtktextlayout.c:2145:32: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1330]
gtk+-2.24.33/gtk/gtktextlayout.c:2152:44: warning[-Wunused-but-set-variable=]: variable ‘buffer_byte_offset’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1331]
gtk+-2.24.33/gtk/gtktextlayout.c:2518:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘display’
gtk+-2.24.33/gtk/gtktextlayout.c:3539:1: enter_function: entry to ‘IA__gtk_text_layout_move_iter_visually’
gtk+-2.24.33/gtk/gtktextlayout.c:3547:3: branch_true: following ‘true’ branch (when ‘layout’ is non-NULL)...
gtk+-2.24.33/gtk/gtktextlayout.c:3548:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextlayout.c:3548:3: branch_true: following ‘true’ branch (when ‘iter’ is non-NULL)...
gtk+-2.24.33/gtk/gtktextlayout.c:3550:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktextlayout.c:3552:10: branch_false: following ‘false’ branch (when ‘count == 0’)...
gtk+-2.24.33/gtk/gtktextlayout.c:3643:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktextlayout.c:3643:3: call_function: calling ‘IA__gtk_text_layout_free_line_display’ from ‘IA__gtk_text_layout_move_iter_visually’
Error: GCC_ANALYZER_WARNING (CWE-131): [#def1332]
gtk+-2.24.33/gtk/gtktextsegment.c:421:9: warning[-Wanalyzer-allocation-size]: allocated buffer size is not a multiple of the pointee's size
Error: COMPILER_WARNING: [#def1333]
gtk+-2.24.33/gtk/gtktextsegment.c: scope_hint: In function ‘_gtk_toggle_segment_new’
gtk+-2.24.33/gtk/gtktextsegment.c:423:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[40]’
gtk+-2.24.33/gtk/gtktextsegment.c:421:9: note: object of size 40 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1334]
gtk+-2.24.33/gtk/gtktextsegment.c:425:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[40]’
gtk+-2.24.33/gtk/gtktextsegment.c:421:9: note: object of size 40 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1335]
gtk+-2.24.33/gtk/gtktextsegment.c:427:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[40]’
gtk+-2.24.33/gtk/gtktextsegment.c:421:9: note: object of size 40 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1336]
gtk+-2.24.33/gtk/gtktextsegment.c:428:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[40]’
gtk+-2.24.33/gtk/gtktextsegment.c:421:9: note: object of size 40 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1337]
gtk+-2.24.33/gtk/gtktextsegment.c:430:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[40]’
gtk+-2.24.33/gtk/gtktextsegment.c:421:9: note: object of size 40 allocated by ‘g_malloc’
Error: COMPILER_WARNING: [#def1338]
gtk+-2.24.33/gtk/gtktextsegment.c:431:6: warning[-Warray-bounds=]: array subscript ‘struct GtkTextLineSegment[0]’ is partly outside array bounds of ‘unsigned char[40]’
gtk+-2.24.33/gtk/gtktextsegment.c:421:9: note: object of size 40 allocated by ‘g_malloc’
Error: GCC_ANALYZER_WARNING (CWE-787): [#def1339]
gtk+-2.24.33/gtk/gtktexttag.c:1365:14: warning[-Wanalyzer-out-of-bounds]: buffer over-read
gtk+-2.24.33/gtk/gtktexttag.c:992:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktexttag.c:994:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktexttag.c:1363:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktexttag.c:1365:15: branch_true: ...to here
gtk+-2.24.33/gtk/gtktexttag.c:1365:14: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktexttag.c:1365:14: danger: read of 4 bytes at offset ‘prop_id * 4 + 17179869016’ exceeds ‘CSWTCH’
Error: GCC_ANALYZER_WARNING (CWE-787): [#def1340]
gtk+-2.24.33/gtk/gtktexttag.c:1373:11: warning[-Wanalyzer-out-of-bounds]: buffer over-read
gtk+-2.24.33/gtk/gtktexttag.c:992:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktexttag.c:994:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktexttag.c:1363:10: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktexttag.c:1373:11: branch_false: ...to here
gtk+-2.24.33/gtk/gtktexttag.c:1373:11: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktexttag.c:1373:11: branch_true: ...to here
gtk+-2.24.33/gtk/gtktexttag.c:1373:11: danger: read of 4 bytes at offset ‘prop_id * 4 + 17179869016’ exceeds ‘CSWTCH’
Error: COMPILER_WARNING (CWE-477): [#def1341]
gtk+-2.24.33/gtk/gtktextview.c: scope_hint: In function ‘gtk_text_view_class_init’
gtk+-2.24.33/gtk/gtktextview.c:1285:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbindings.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtktextview.c:32: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1342]
gtk+-2.24.33/gtk/gtktextview.c:1285:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1343]
gtk+-2.24.33/gtk/gtktextview.c:1295:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1344]
gtk+-2.24.33/gtk/gtktextview.c:2128:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1345]
gtk+-2.24.33/gtk/gtktextview.c:2140:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1346]
gtk+-2.24.33/gtk/gtktextview.c:2156:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1347]
gtk+-2.24.33/gtk/gtktextview.c:2896:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1348]
gtk+-2.24.33/gtk/gtktextview.c:2924:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1349]
gtk+-2.24.33/gtk/gtktextview.c:2973:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1350]
gtk+-2.24.33/gtk/gtktextview.c:3056:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1351]
gtk+-2.24.33/gtk/gtktextview.c:4396:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1352]
gtk+-2.24.33/gtk/gtktextview.c:4902:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1353]
gtk+-2.24.33/gtk/gtktextview.c:5022:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1354]
gtk+-2.24.33/gtk/gtktextview.c: scope_hint: In function ‘iter_line_is_rtl’
gtk+-2.24.33/gtk/gtktextview.c:5080:3: warning[-Wdeprecated-declarations]: ‘pango_find_base_dir’ is deprecated
/usr/include/pango-1.0/pango/pango-types.h:239: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-font.h:26: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-attributes.h:25: included_from: Included from here.
/usr/include/pango-1.0/pango/pango.h:25: included_from: Included from here.
gtk+-2.24.33/gdk/gdktypes.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkscreen.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:31: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-bidi-type.h:107:16: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1355]
gtk+-2.24.33/gtk/gtktextview.c:5080:3: warning[-Wdeprecated-declarations]: ‘pango_find_base_dir’ is deprecated
Error: COMPILER_WARNING: [#def1356]
gtk+-2.24.33/gtk/gtktextview.c:5853:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1357]
gtk+-2.24.33/gtk/gtktextview.c:7332:39: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘adj’
gtk+-2.24.33/gtk/gtktextview.c:7183:1: enter_function: entry to ‘gtk_text_view_set_scroll_adjustments’
gtk+-2.24.33/gtk/gtktextview.c:7237:5: call_function: calling ‘gtk_text_view_value_changed’ from ‘gtk_text_view_set_scroll_adjustments’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1358]
gtk+-2.24.33/gtk/gtktextview.c:7349:39: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘adj’
gtk+-2.24.33/gtk/gtktextview.c:7183:1: enter_function: entry to ‘gtk_text_view_set_scroll_adjustments’
gtk+-2.24.33/gtk/gtktextview.c:7237:5: call_function: calling ‘gtk_text_view_value_changed’ from ‘gtk_text_view_set_scroll_adjustments’
Error: COMPILER_WARNING (CWE-477): [#def1359]
gtk+-2.24.33/gtk/gtktoggleaction.c: scope_hint: In function ‘gtk_toggle_action_class_init’
gtk+-2.24.33/gtk/gtktoggleaction.c:133:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaction.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtktoggleaction.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtktoggleaction.c:34: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1360]
gtk+-2.24.33/gtk/gtktoggleaction.c:133:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1361]
gtk+-2.24.33/gtk/gtktoggleaction.c:139:26: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1362]
gtk+-2.24.33/gtk/gtktoggletoolbutton.c: scope_hint: In function ‘gtk_toggle_tool_button_class_init’
gtk+-2.24.33/gtk/gtktoggletoolbutton.c:134:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtktoolitem.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtktoolbutton.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtktoggletoolbutton.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtktoggletoolbutton.c:23: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1363]
gtk+-2.24.33/gtk/gtktoggletoolbutton.c:134:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1364]
gtk+-2.24.33/gtk/gtktoggletoolbutton.c:143:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1365]
gtk+-2.24.33/gtk/gtktoolbar.c: scope_hint: In function ‘gtk_toolbar_class_init’
gtk+-2.24.33/gtk/gtktoolbar.c:654:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1366]
gtk+-2.24.33/gtk/gtktoolbar.c:654:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1367]
gtk+-2.24.33/gtk/gtktoolbar.c:675:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1368]
gtk+-2.24.33/gtk/gtktoolbar.c:758:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1369]
gtk+-2.24.33/gtk/gtktoolbar.c:789:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1370]
gtk+-2.24.33/gtk/gtktoolbar.c:800:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1371]
gtk+-2.24.33/gtk/gtktoolbar.c:812:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1372]
gtk+-2.24.33/gtk/gtktoolbar.c:848:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1373]
gtk+-2.24.33/gtk/gtktoolbar.c:865:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1374]
gtk+-2.24.33/gtk/gtktoolbar.c:904:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1375]
gtk+-2.24.33/gtk/gtktoolbar.c:1030:9: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1376]
gtk+-2.24.33/gtk/gtktoolbar.c:1060:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1377]
gtk+-2.24.33/gtk/gtktoolbar.c:1125:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1378]
gtk+-2.24.33/gtk/gtktoolbar.c:1218:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1379]
gtk+-2.24.33/gtk/gtktoolbar.c:1314:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1380]
gtk+-2.24.33/gtk/gtktoolbar.c:1356:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1381]
gtk+-2.24.33/gtk/gtktoolbar.c:1364:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1382]
gtk+-2.24.33/gtk/gtktoolbar.c:1371:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1383]
gtk+-2.24.33/gtk/gtktoolbar.c:1438:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1384]
gtk+-2.24.33/gtk/gtktoolbar.c:1455:11: warning[-Wunused-but-set-variable=]: variable ‘elapsed’ set but not used
Error: COMPILER_WARNING: [#def1385]
gtk+-2.24.33/gtk/gtktoolbar.c:1818:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1386]
gtk+-2.24.33/gtk/gtktoolbar.c:1835:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1387]
gtk+-2.24.33/gtk/gtktoolbar.c:1850:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1388]
gtk+-2.24.33/gtk/gtktoolbar.c:1997:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1389]
gtk+-2.24.33/gtk/gtktoolbar.c:2026:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1390]
gtk+-2.24.33/gtk/gtktoolbar.c:2057:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1391]
gtk+-2.24.33/gtk/gtktoolbar.c:2099:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1392]
gtk+-2.24.33/gtk/gtktoolbar.c:2189:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1393]
gtk+-2.24.33/gtk/gtktoolbar.c:2204:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1394]
gtk+-2.24.33/gtk/gtktoolbar.c:2229:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1395]
gtk+-2.24.33/gtk/gtktoolbar.c:2290:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1396]
gtk+-2.24.33/gtk/gtktoolbar.c:2436:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1397]
gtk+-2.24.33/gtk/gtktoolbar.c:2452:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1398]
gtk+-2.24.33/gtk/gtktoolbar.c:2482:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1399]
gtk+-2.24.33/gtk/gtktoolbar.c:2513:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1400]
gtk+-2.24.33/gtk/gtktoolbar.c:2548:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1401]
gtk+-2.24.33/gtk/gtktoolbar.c:2567:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1402]
gtk+-2.24.33/gtk/gtktoolbar.c:2607:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1403]
gtk+-2.24.33/gtk/gtktoolbar.c:2659:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1404]
gtk+-2.24.33/gtk/gtktoolbar.c:2675:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1405]
gtk+-2.24.33/gtk/gtktoolbar.c:2828:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1406]
gtk+-2.24.33/gtk/gtktoolbar.c:3014:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1407]
gtk+-2.24.33/gtk/gtktoolbar.c:3050:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1408]
gtk+-2.24.33/gtk/gtktoolbar.c:3118:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1409]
gtk+-2.24.33/gtk/gtktoolbar.c:3154:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1410]
gtk+-2.24.33/gtk/gtktoolbar.c:3193:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1411]
gtk+-2.24.33/gtk/gtktoolbar.c:3212:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1412]
gtk+-2.24.33/gtk/gtktoolbar.c:3540:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1413]
gtk+-2.24.33/gtk/gtktoolbar.c: scope_hint: In function ‘internal_insert_element’
gtk+-2.24.33/gtk/gtktoolbar.c:3816:19: warning[-Wunused-but-set-variable=]: variable ‘content’ set but not used
Error: COMPILER_WARNING: [#def1414]
gtk+-2.24.33/gtk/gtktoolbar.c:3976:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1415]
gtk+-2.24.33/gtk/gtktoolbar.c:4012:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1416]
gtk+-2.24.33/gtk/gtktoolbar.c:4057:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1417]
gtk+-2.24.33/gtk/gtktoolbar.c:4238:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1418]
gtk+-2.24.33/gtk/gtktoolbar.c:4873:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1419]
gtk+-2.24.33/gtk/gtktoolbar.c:4888:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1420]
gtk+-2.24.33/gtk/gtktoolbar.c:5047:29: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1421]
gtk+-2.24.33/gtk/gtktoolbutton.c: scope_hint: In function ‘gtk_tool_button_class_init’
gtk+-2.24.33/gtk/gtktoolbutton.c:286:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtktoolitem.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtktoolbutton.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtktoolbutton.c:24: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1422]
gtk+-2.24.33/gtk/gtktoolbutton.c:286:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1423]
gtk+-2.24.33/gtk/gtktoolbutton.c:295:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1424]
gtk+-2.24.33/gtk/gtktoolitem.c: scope_hint: In function ‘gtk_tool_item_class_init’
gtk+-2.24.33/gtk/gtktoolitem.c:305:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1425]
gtk+-2.24.33/gtk/gtktoolitem.c:305:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1426]
gtk+-2.24.33/gtk/gtktoolitem.c:313:20: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1427]
gtk+-2.24.33/gtk/gtktoolitemgroup.c:382:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1428]
gtk+-2.24.33/gtk/gtktoolitemgroup.c: scope_hint: In function ‘gtk_tool_item_group_real_size_query’
gtk+-2.24.33/gtk/gtktoolitemgroup.c:619:19: warning[-Wunused-but-set-variable=]: variable ‘style’ set but not used
Error: COMPILER_WARNING: [#def1429]
gtk+-2.24.33/gtk/gtktoolitemgroup.c:857:19: warning[-Wunused-but-set-variable=]: variable ‘style’ set but not used
Error: COMPILER_WARNING: [#def1430]
gtk+-2.24.33/gtk/gtktoolitemgroup.c: scope_hint: In function ‘gtk_tool_item_group_real_size_allocate’
gtk+-2.24.33/gtk/gtktoolitemgroup.c:943:21: warning[-Wunused-but-set-variable=]: variable ‘row’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1431]
gtk+-2.24.33/gtk/gtktoolitemgroup.c: scope_hint: In function ‘gtk_tool_item_group_class_init’
gtk+-2.24.33/gtk/gtktoolitemgroup.c:1631:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1432]
gtk+-2.24.33/gtk/gtktoolitemgroup.c:1631:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1433]
gtk+-2.24.33/gtk/gtktoolitemgroup.c: scope_hint: In function ‘IA__gtk_tool_item_group_get_drop_item’
gtk+-2.24.33/gtk/gtktoolitemgroup.c:2195:18: warning[-Wunused-but-set-variable=]: variable ‘orientation’ set but not used
Error: COMPILER_WARNING: [#def1434]
gtk+-2.24.33/gtk/gtktoolitemgroup.c:2238:18: warning[-Wunused-but-set-variable=]: variable ‘orientation’ set but not used
Error: COMPILER_WARNING: [#def1435]
gtk+-2.24.33/gtk/gtktoolitemgroup.c: scope_hint: In function ‘_gtk_tool_item_group_item_size_request’
gtk+-2.24.33/gtk/gtktoolitemgroup.c:2239:19: warning[-Wunused-but-set-variable=]: variable ‘style’ set but not used
Error: COMPILER_WARNING: [#def1436]
gtk+-2.24.33/gtk/gtktoolpalette.c:189:19: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1437]
gtk+-2.24.33/gtk/gtktoolpalette.c: scope_hint: In function ‘gtk_tool_palette_class_init’
gtk+-2.24.33/gtk/gtktoolpalette.c:1058:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1438]
gtk+-2.24.33/gtk/gtktoolpalette.c:1058:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1439]
gtk+-2.24.33/gtk/gtktooltip.c: scope_hint: In function ‘gtk_tooltip_show_tooltip’
gtk+-2.24.33/gtk/gtktooltip.c:1250:14: warning[-Wunused-but-set-variable=]: variable ‘pointer_widget’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1440]
gtk+-2.24.33/gtk/gtktooltips.c: scope_hint: In function ‘gtk_tooltips_class_init’
gtk+-2.24.33/gtk/gtktooltips.c:87:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1441]
gtk+-2.24.33/gtk/gtktooltips.c:87:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1442]
gtk+-2.24.33/gtk/gtktooltips.c:93:33: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1443]
gtk+-2.24.33/gtk/gtktooltips.c:116:33: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1444]
gtk+-2.24.33/gtk/gtktooltips.c:148:33: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1445]
gtk+-2.24.33/gtk/gtktooltips.c:270:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1446]
gtk+-2.24.33/gtk/gtktooltips.c:290:33: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1447]
gtk+-2.24.33/gtk/gtktoolitem.h:31: included_from: Included from here.
gtk+-2.24.33/gtk/gtktoolbutton.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmenutoolbutton.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:126: included_from: Included from here.
gtk+-2.24.33/gtk/gtkoptionmenu.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkinputdialog.c:52: included_from: Included from here.
gtk+-2.24.33/gtk/gtktooltips.h:73:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/galloca.h:34: included_from: Included from here.
/usr/include/glib-2.0/glib.h:32: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1448]
gtk+-2.24.33/gtk/gtktooltips.h:73:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def1449]
gtk+-2.24.33/gtk/gtktrayicon-x11.c: scope_hint: In function ‘gtk_tray_icon_class_init’
gtk+-2.24.33/gtk/gtktrayicon-x11.c:129:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkprivate.h:30: included_from: Included from here.
gtk+-2.24.33/gtk/gtktrayicon-x11.c:29: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1450]
gtk+-2.24.33/gtk/gtktrayicon-x11.c:129:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1451]
gtk+-2.24.33/gtk/gtktrayicon-x11.c:135:16: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1452]
gtk+-2.24.33/gtk/gtktree.c:299:12: warning[-Wunused-but-set-variable=]: variable ‘tree’ set but not used
Error: COMPILER_WARNING: [#def1453]
gtk+-2.24.33/gtk/gtktree.c: scope_hint: In function ‘gtk_tree_button_release’
gtk+-2.24.33/gtk/gtktree.c:300:14: warning[-Wunused-but-set-variable=]: variable ‘item’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1454]
gtk+-2.24.33/gtk/gtktreedatalist.c: scope_hint: In function ‘_gtk_tree_data_list_node_to_value’
gtk+-2.24.33/gtk/gtktreedatalist.c:132:7: warning[-Wdeprecated-declarations]: ‘g_value_set_char’ is deprecated: Use 'g_value_set_schar' instead
/usr/include/glib-2.0/glib-object.h:40: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtktreedatalist.h:23: included_from: Included from here.
gtk+-2.24.33/gtk/gtktreedatalist.c:24: included_from: Included from here.
/usr/include/glib-2.0/gobject/gvaluetypes.h:194:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1455]
gtk+-2.24.33/gtk/gtktreedatalist.c:132:7: warning[-Wdeprecated-declarations]: ‘g_value_set_char’ is deprecated: Use 'g_value_set_schar' instead
Error: COMPILER_WARNING (CWE-477): [#def1456]
gtk+-2.24.33/gtk/gtktreedatalist.c: scope_hint: In function ‘_gtk_tree_data_list_value_to_node’
gtk+-2.24.33/gtk/gtktreedatalist.c:195:7: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
/usr/include/glib-2.0/gobject/gvaluetypes.h:197:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1457]
gtk+-2.24.33/gtk/gtktreedatalist.c:195:7: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
Error: COMPILER_WARNING (CWE-477): [#def1458]
gtk+-2.24.33/gtk/gtktreedatalist.c: scope_hint: In function ‘_gtk_tree_data_list_compare_func’
gtk+-2.24.33/gtk/gtktreedatalist.c:332:7: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
/usr/include/glib-2.0/gobject/gvaluetypes.h:197:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1459]
gtk+-2.24.33/gtk/gtktreedatalist.c:332:7: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
Error: COMPILER_WARNING (CWE-477): [#def1460]
gtk+-2.24.33/gtk/gtktreedatalist.c:334:7: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
/usr/include/glib-2.0/gobject/gvaluetypes.h:197:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1461]
gtk+-2.24.33/gtk/gtktreedatalist.c:334:7: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1462]
gtk+-2.24.33/gtk/gtktreemodel.c:119:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktreemodel.c:1422:1: enter_function: entry to ‘IA__gtk_tree_model_get’
gtk+-2.24.33/gtk/gtktreemodel.c:1428:3: branch_false: following ‘false’ branch (when ‘tree_model’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodel.c:1428:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreemodel.c:1429:3: branch_true: following ‘true’ branch (when ‘iter’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodel.c:1431:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodel.c:1431:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktreemodel.c:1432:3: call_function: calling ‘IA__gtk_tree_model_get_valist’ from ‘IA__gtk_tree_model_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1463]
gtk+-2.24.33/gtk/gtktreemodel.c:122:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktreemodel.c:1422:1: enter_function: entry to ‘IA__gtk_tree_model_get’
gtk+-2.24.33/gtk/gtktreemodel.c:1428:3: branch_false: following ‘false’ branch (when ‘tree_model’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodel.c:1428:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreemodel.c:1429:3: branch_true: following ‘true’ branch (when ‘iter’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodel.c:1431:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodel.c:1431:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktreemodel.c:1432:3: call_function: calling ‘IA__gtk_tree_model_get_valist’ from ‘IA__gtk_tree_model_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1464]
gtk+-2.24.33/gtk/gtktreemodel.c:553:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktreemodel.c:462:1: enter_function: entry to ‘IA__gtk_tree_path_new_from_indices’
gtk+-2.24.33/gtk/gtktreemodel.c:471:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktreemodel.c:474:10: branch_true: following ‘true’ branch (when ‘arg != -1’)...
gtk+-2.24.33/gtk/gtktreemodel.c:476:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodel.c:476:7: call_function: calling ‘IA__gtk_tree_path_append_index’ from ‘IA__gtk_tree_path_new_from_indices’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1465]
gtk+-2.24.33/gtk/gtktreemodel.c:963:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktreemodel.c:1422:1: enter_function: entry to ‘IA__gtk_tree_model_get’
gtk+-2.24.33/gtk/gtktreemodel.c:1428:3: branch_false: following ‘false’ branch (when ‘tree_model’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodel.c:1428:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreemodel.c:1429:3: branch_true: following ‘true’ branch (when ‘iter’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodel.c:1431:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodel.c:1431:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktreemodel.c:1432:3: call_function: calling ‘IA__gtk_tree_model_get_valist’ from ‘IA__gtk_tree_model_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1466]
gtk+-2.24.33/gtk/gtktreemodel.c:965:11: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktreemodel.c:1422:1: enter_function: entry to ‘IA__gtk_tree_model_get’
gtk+-2.24.33/gtk/gtktreemodel.c:1428:3: branch_false: following ‘false’ branch (when ‘tree_model’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodel.c:1428:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreemodel.c:1429:3: branch_true: following ‘true’ branch (when ‘iter’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodel.c:1431:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodel.c:1431:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktreemodel.c:1432:3: call_function: calling ‘IA__gtk_tree_model_get_valist’ from ‘IA__gtk_tree_model_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1467]
gtk+-2.24.33/gtk/gtktreemodel.c:968:10: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktreemodel.c:1422:1: enter_function: entry to ‘IA__gtk_tree_model_get’
gtk+-2.24.33/gtk/gtktreemodel.c:1428:3: branch_false: following ‘false’ branch (when ‘tree_model’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodel.c:1428:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreemodel.c:1429:3: branch_true: following ‘true’ branch (when ‘iter’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodel.c:1431:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodel.c:1431:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktreemodel.c:1432:3: call_function: calling ‘IA__gtk_tree_model_get_valist’ from ‘IA__gtk_tree_model_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1468]
gtk+-2.24.33/gtk/gtktreemodel.c:1452:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktreemodel.c:1422:1: enter_function: entry to ‘IA__gtk_tree_model_get’
gtk+-2.24.33/gtk/gtktreemodel.c:1428:3: branch_false: following ‘false’ branch (when ‘tree_model’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodel.c:1428:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreemodel.c:1429:3: branch_true: following ‘true’ branch (when ‘iter’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodel.c:1431:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodel.c:1431:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktreemodel.c:1432:3: call_function: calling ‘IA__gtk_tree_model_get_valist’ from ‘IA__gtk_tree_model_get’
Error: COMPILER_WARNING: [#def1469]
gtk+-2.24.33/gtk/gtktreemodelfilter.c:292:18: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-477): [#def1470]
gtk+-2.24.33/gtk/gtktreemodelfilter.c: scope_hint: In function ‘gtk_tree_model_filter_class_init’
gtk+-2.24.33/gtk/gtktreemodelfilter.c:333:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1471]
gtk+-2.24.33/gtk/gtktreemodelfilter.c:333:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: CPPCHECK_WARNING (CWE-457): [#def1472]
gtk+-2.24.33/gtk/gtktreemodelfilter.c:960: warning[uninitvar]: Uninitialized variable: middle
Error: COMPILER_WARNING: [#def1473]
gtk+-2.24.33/gtk/gtktreemodelfilter.c: scope_hint: In function ‘gtk_tree_model_filter_row_changed’
gtk+-2.24.33/gtk/gtktreemodelfilter.c:1316:20: warning[-Wunused-but-set-variable=]: variable ‘root’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1474]
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3419:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘0’
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3387:1: enter_function: entry to ‘IA__gtk_tree_model_filter_convert_path_to_child_path’
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3395:3: branch_false: following ‘false’ branch (when ‘filter’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3395:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3395:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3396:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3396:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3397:3: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3397:3: branch_true: following ‘true’ branch (when ‘filter_path’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3400:12: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3402:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3404:11: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3406:15: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3410:10: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3410:10: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3416:13: call_function: calling ‘gtk_tree_model_filter_get_nth_visible’ from ‘IA__gtk_tree_model_filter_convert_path_to_child_path’
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3416:13: return_function: returning to ‘IA__gtk_tree_model_filter_convert_path_to_child_path’ from ‘gtk_tree_model_filter_get_nth_visible’
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3419:10: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3424:21: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3424:11: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3430:7: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3406:15: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3410:10: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3410:10: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktreemodelfilter.c:3419:11: danger: dereference of NULL ‘gtk_tree_model_filter_get_nth_visible(filter, level, *<unknown>)’
Error: COMPILER_WARNING: [#def1475]
gtk+-2.24.33/gtk/gtktreemodelsort.c:491:7: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: COMPILER_WARNING: [#def1476]
gtk+-2.24.33/gtk/gtktreemodelsort.c:497:7: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1477]
gtk+-2.24.33/gtk/gtktreemodelsort.c:2283:5: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘parent_elt’
gtk+-2.24.33/gtk/gtktreemodelsort.c:2239:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreemodelsort.c:2241:6: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodelsort.c:2241:6: branch_true: following ‘true’ branch (when ‘parent_level’ is NULL)...
gtk+-2.24.33/gtk/gtktreemodelsort.c:2243:11: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodelsort.c:2243:10: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktreemodelsort.c:2245:16: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreemodelsort.c:2274:3: branch_true: following ‘true’ branch (when ‘length > 0’)...
gtk+-2.24.33/gtk/gtktreemodelsort.c:2276:15: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodelsort.c:2282:6: branch_true: following ‘true’ branch (when ‘parent_elt_index >= 0’)...
gtk+-2.24.33/gtk/gtktreemodelsort.c:2283:5: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreemodelsort.c:2283:5: danger: dereference of NULL ‘parent_elt’
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1478]
gtk+-2.24.33/gtk/gtktreeselection.c:1161:3: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘start_node’
gtk+-2.24.33/gtk/gtktreeselection.c:1290:1: enter_function: entry to ‘_gtk_tree_selection_internal_select_node’
gtk+-2.24.33/gtk/gtktreeselection.c:1304:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreeselection.c:1305:19: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeselection.c:1307:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktreeselection.c:1369:11: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeselection.c:1369:11: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreeselection.c:1371:11: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeselection.c:1371:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreeselection.c:1371:11: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeselection.c:1371:11: branch_false: following ‘false’ branch (when ‘anchor_path’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreeselection.c:1381:16: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeselection.c:1381:15: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreeselection.c:1383:11: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeselection.c:1383:11: call_function: calling ‘IA__gtk_tree_selection_select_range’ from ‘_gtk_tree_selection_internal_select_node’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1479]
gtk+-2.24.33/gtk/gtktreestore.c:154:1: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktreestore.c:1081:1: enter_function: entry to ‘IA__gtk_tree_store_set’
gtk+-2.24.33/gtk/gtktreestore.c:1087:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktreestore.c:1088:3: call_function: calling ‘IA__gtk_tree_store_set_valist’ from ‘IA__gtk_tree_store_set’
Error: COMPILER_WARNING (CWE-477): [#def1480]
gtk+-2.24.33/gtk/gtktreestore.c: scope_hint: In function ‘IA__gtk_tree_store_reorder’
gtk+-2.24.33/gtk/gtktreestore.c:2196:3: warning[-Wdeprecated-declarations]: ‘g_qsort_with_data’ is deprecated: Use 'g_sort_array' instead
/usr/include/glib-2.0/glib.h:71: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gobject/gvaluecollector.h:25: included_from: Included from here.
gtk+-2.24.33/gtk/gtktreestore.c:22: included_from: Included from here.
/usr/include/glib-2.0/glib/gqsort.h:39:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1481]
gtk+-2.24.33/gtk/gtktreestore.c:2196:3: warning[-Wdeprecated-declarations]: ‘g_qsort_with_data’ is deprecated: Use 'g_sort_array' instead
Error: COMPILER_WARNING (CWE-477): [#def1482]
gtk+-2.24.33/gtk/gtktreeview.c: scope_hint: In function ‘gtk_tree_view_class_init’
gtk+-2.24.33/gtk/gtktreeview.c:1325:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtktreeview.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtktreeview.c:25: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1483]
gtk+-2.24.33/gtk/gtktreeview.c:1325:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1484]
gtk+-2.24.33/gtk/gtktreeview.c:1331:21: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1485]
gtk+-2.24.33/gtk/gtktreeview.c: scope_hint: In function ‘gtk_tree_view_update_size’
gtk+-2.24.33/gtk/gtktreeview.c:1990:8: warning[-Wunused-but-set-variable=]: variable ‘i’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1486]
gtk+-2.24.33/gtk/gtktreeview.c:2268:16: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘first_column’
gtk+-2.24.33/gtk/gtktreeview.c:11496:1: enter_function: entry to ‘IA__gtk_tree_view_move_column_after’
gtk+-2.24.33/gtk/gtktreeview.c:11502:3: branch_false: following ‘false’ branch (when ‘tree_view’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:11502:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11505:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreeview.c:11507:6: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11507:6: branch_false: following ‘false’ branch (when ‘base_column’ is NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:11513:7: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11513:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktreeview.c:11516:50: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11517:6: branch_true: following ‘true’ branch (when ‘base_el’ is NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:11519:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11519:7: release_memory: using NULL here
gtk+-2.24.33/gtk/gtktreeview.c:11534:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreeview.c:11536:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11537:7: call_function: calling ‘gtk_tree_view_size_allocate_columns’ from ‘IA__gtk_tree_view_move_column_after’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1487]
gtk+-2.24.33/gtk/gtktreeview.c:2274:7: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘list’
gtk+-2.24.33/gtk/gtktreeview.c:11496:1: enter_function: entry to ‘IA__gtk_tree_view_move_column_after’
gtk+-2.24.33/gtk/gtktreeview.c:11502:3: branch_false: following ‘false’ branch (when ‘tree_view’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:11502:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11505:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreeview.c:11507:6: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11507:6: branch_false: following ‘false’ branch (when ‘base_column’ is NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:11513:7: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11513:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktreeview.c:11516:50: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11517:6: branch_true: following ‘true’ branch (when ‘base_el’ is NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:11519:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11519:7: release_memory: using NULL here
gtk+-2.24.33/gtk/gtktreeview.c:11534:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreeview.c:11536:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11537:7: call_function: calling ‘gtk_tree_view_size_allocate_columns’ from ‘IA__gtk_tree_view_move_column_after’
Error: GCC_ANALYZER_WARNING (CWE-465): [#def1488]
gtk+-2.24.33/gtk/gtktreeview.c:5153:16: warning[-Wanalyzer-deref-before-check]: check of ‘tmp_list’ for NULL after already dereferencing it
gtk+-2.24.33/gtk/gtktreeview.c:5150:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktreeview.c:5150:12: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:5153:16: danger: pointer ‘tmp_list’ is checked for NULL here but it was already dereferenced at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1489]
gtk+-2.24.33/gtk/gtktreeview.c:5887:29: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘node’
gtk+-2.24.33/gtk/gtktreeview.c:6631:1: enter_function: entry to ‘_gtk_tree_view_column_autosize’
gtk+-2.24.33/gtk/gtktreeview.c:6635:3: branch_false: following ‘false’ branch (when ‘column’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:6635:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:6639:3: call_function: calling ‘do_presize_handler’ from ‘_gtk_tree_view_column_autosize’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1490]
gtk+-2.24.33/gtk/gtktreeview.c:5901:29: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘node’
gtk+-2.24.33/gtk/gtktreeview.c:6631:1: enter_function: entry to ‘_gtk_tree_view_column_autosize’
gtk+-2.24.33/gtk/gtktreeview.c:6635:3: branch_false: following ‘false’ branch (when ‘column’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:6635:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:6639:3: call_function: calling ‘do_presize_handler’ from ‘_gtk_tree_view_column_autosize’
Error: COMPILER_WARNING: [#def1491]
gtk+-2.24.33/gtk/gtktreeview.c: scope_hint: In function ‘do_validate_rows’
gtk+-2.24.33/gtk/gtktreeview.c:6259:8: warning[-Wunused-but-set-variable=]: variable ‘i’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1492]
gtk+-2.24.33/gtk/gtktreeview.c:7882:27: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘last_column’
gtk+-2.24.33/gtk/gtktreeview.c:8007:1: enter_function: entry to ‘gtk_tree_view_focus’
gtk+-2.24.33/gtk/gtktreeview.c:8019:3: call_function: calling ‘gtk_tree_view_stop_editing’ from ‘gtk_tree_view_focus’
gtk+-2.24.33/gtk/gtktreeview.c:8019:3: return_function: returning to ‘gtk_tree_view_focus’ from ‘gtk_tree_view_stop_editing’
gtk+-2.24.33/gtk/gtktreeview.c:8021:6: branch_true: following ‘true’ branch (when ‘focus_child’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:8023:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:8027:11: call_function: calling ‘gtk_tree_view_header_focus’ from ‘gtk_tree_view_focus’
Error: COMPILER_WARNING: [#def1493]
gtk+-2.24.33/gtk/gtktreeview.c:9335:14: warning[-Wunused-but-set-variable=]: variable ‘width’ set but not used
Error: COMPILER_WARNING: [#def1494]
gtk+-2.24.33/gtk/gtktreeview.c: scope_hint: In function ‘_gtk_tree_view_column_start_drag’
gtk+-2.24.33/gtk/gtktreeview.c:9335:21: warning[-Wunused-but-set-variable=]: variable ‘height’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1495]
gtk+-2.24.33/gtk/gtktreeview.c:9480:17: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘node’
gtk+-2.24.33/gtk/gtktreeview.c:13554:1: enter_function: entry to ‘IA__gtk_tree_view_set_drag_dest_row’
gtk+-2.24.33/gtk/gtktreeview.c:13564:3: branch_false: following ‘false’ branch (when ‘tree_view’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:13564:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:13568:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreeview.c:13570:22: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:13592:6: branch_false: following ‘false’ branch (when ‘path’ is NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:13599:5: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:13601:6: branch_true: following ‘true’ branch (when ‘current_dest’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:13606:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:13606:7: call_function: calling ‘_gtk_tree_view_find_node’ from ‘IA__gtk_tree_view_set_drag_dest_row’
gtk+-2.24.33/gtk/gtktreeview.c:13606:7: return_function: returning to ‘IA__gtk_tree_view_set_drag_dest_row’ from ‘_gtk_tree_view_find_node’
gtk+-2.24.33/gtk/gtktreeview.c:13607:7: release_memory: ‘node’ is NULL
gtk+-2.24.33/gtk/gtktreeview.c:13607:7: call_function: calling ‘_gtk_tree_view_queue_draw_node’ from ‘IA__gtk_tree_view_set_drag_dest_row’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1496]
gtk+-2.24.33/gtk/gtktreeview.c:10245:10: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘node’
gtk+-2.24.33/gtk/gtktreeview.c:10222:1: enter_function: entry to ‘gtk_tree_view_real_expand_collapse_cursor_row’
gtk+-2.24.33/gtk/gtktreeview.c:10235:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtktreeview.c:10236:19: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:10238:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktreeview.c:10241:7: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:10241:7: call_function: calling ‘_gtk_tree_view_find_node’ from ‘gtk_tree_view_real_expand_collapse_cursor_row’
gtk+-2.24.33/gtk/gtktreeview.c:10241:7: return_function: returning to ‘gtk_tree_view_real_expand_collapse_cursor_row’ from ‘_gtk_tree_view_find_node’
gtk+-2.24.33/gtk/gtktreeview.c:10241:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktreeview.c:10245:14: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:10245:14: release_memory: ‘node’ is NULL
gtk+-2.24.33/gtk/gtktreeview.c:10245:10: danger: dereference of NULL ‘node’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1497]
gtk+-2.24.33/gtk/gtktreeview.c:11388:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtktreeview.c:11372:3: branch_false: following ‘false’ branch (when ‘tree_view’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:11372:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11381:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtktreeview.c:11385:10: branch_true: following ‘true’ branch (when ‘attribute’ is non-NULL)...
gtk+-2.24.33/gtk/gtktreeview.c:11387:7: branch_true: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:11388:7: throw: if ‘IA__gtk_tree_view_column_add_attribute’ throws an exception...
gtk+-2.24.33/gtk/gtktreeview.c:11388:7: danger: missing call to ‘va_end’ to match ‘va_start’ at [(3)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1498]
gtk+-2.24.33/gtk/gtktreeview.c:14648:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘node’
gtk+-2.24.33/gtk/gtktreeview.c:14621:14: release_memory: ‘node’ is NULL
gtk+-2.24.33/gtk/gtktreeview.c:14631:10: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/gtktreeview.c:14648:15: branch_false: ...to here
gtk+-2.24.33/gtk/gtktreeview.c:14648:15: release_memory: ‘node’ is NULL
gtk+-2.24.33/gtk/gtktreeview.c:14648:11: danger: dereference of NULL ‘node’
Error: COMPILER_WARNING (CWE-477): [#def1499]
gtk+-2.24.33/gtk/gtktestutils.c:658: included_from: Included from here.
gtk+-2.24.33/gtk/gtktypefuncs.c: scope_hint: In function ‘IA__gtk_test_register_all_types’
gtk+-2.24.33/gtk/gtktypefuncs.c:48:1: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_iter_get_type’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixbuf.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:28: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:33: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:102:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1500]
gtk+-2.24.33/gtk/gtktypefuncs.c:48:1: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_iter_get_type’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1501]
gtk+-2.24.33/gtk/gtktypeutils.c:122:1: warning[-Wdeprecated-declarations]: ‘GTypeDebugFlags’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1502]
gtk+-2.24.33/gtk/gtktypeutils.c:122:1: warning[-Wdeprecated-declarations]: ‘GTypeDebugFlags’ is deprecated
Error: COMPILER_WARNING: [#def1503]
gtk+-2.24.33/gtk/gtktypeutils.c:128:13: warning[-Wunused-but-set-variable=]: variable ‘unused’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1504]
gtk+-2.24.33/gtk/gtktypeutils.c: scope_hint: In function ‘IA__gtk_type_init’
gtk+-2.24.33/gtk/gtktypeutils.c:134:7: warning[-Wdeprecated-declarations]: ‘g_type_init_with_debug_flags’ is deprecated
/usr/include/glib-2.0/gobject/gtype.h:739:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1505]
gtk+-2.24.33/gtk/gtktypeutils.c:134:7: warning[-Wdeprecated-declarations]: ‘g_type_init_with_debug_flags’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1506]
gtk+-2.24.33/gtk/gtkobject.h:37: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcombobox.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcomboboxentry.h:27: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcomboboxentry.c:25: included_from: Included from here.
gtk+-2.24.33/gtk/gtktypeutils.h:236:1: warning[-Wdeprecated-declarations]: ‘GTypeDebugFlags’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1507]
gtk+-2.24.33/gtk/gtktypeutils.h:236:1: warning[-Wdeprecated-declarations]: ‘GTypeDebugFlags’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1508]
gtk+-2.24.33/gtk/gtkuimanager.c: scope_hint: In function ‘gtk_ui_manager_class_init’
gtk+-2.24.33/gtk/gtkuimanager.c:380:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkmisc.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtklabel.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaccellabel.h:38: included_from: Included from here.
gtk+-2.24.33/gtk/gtkuimanager.c:34: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1509]
gtk+-2.24.33/gtk/gtkuimanager.c:380:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1510]
gtk+-2.24.33/gtk/gtkuimanager.c:390:24: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING (CWE-483): [#def1511]
gtk+-2.24.33/gtk/gtkuimanager.c: scope_hint: In function ‘get_child_node’
gtk+-2.24.33/gtk/gtkuimanager.c:991:19: warning[-Wmisleading-indentation]: this ‘if’ clause does not guard...
gtk+-2.24.33/gtk/gtkuimanager.c:999:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1512]
gtk+-2.24.33/gtk/gtkviewport.c:391:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘adjustment’
gtk+-2.24.33/gtk/gtkviewport.c:493:1: enter_function: entry to ‘IA__gtk_viewport_set_hadjustment’
gtk+-2.24.33/gtk/gtkviewport.c:500:3: call_function: calling ‘viewport_set_adjustment’ from ‘IA__gtk_viewport_set_hadjustment’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1513]
gtk+-2.24.33/gtk/gtkviewport.c:431:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘adjustment’
gtk+-2.24.33/gtk/gtkviewport.c:513:1: enter_function: entry to ‘IA__gtk_viewport_set_vadjustment’
gtk+-2.24.33/gtk/gtkviewport.c:520:3: call_function: calling ‘viewport_set_adjustment’ from ‘IA__gtk_viewport_set_vadjustment’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1514]
gtk+-2.24.33/gtk/gtkwidget.c:422:21: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkwidget.c:10034:1: enter_function: entry to ‘IA__gtk_widget_style_get’
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: following ‘false’ branch (when ‘widget’ is non-NULL)...
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkwidget.c:10042:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkwidget.c:10043:3: call_function: calling ‘IA__gtk_widget_style_get_valist’ from ‘IA__gtk_widget_style_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1515]
gtk+-2.24.33/gtk/gtkwidget.c:425:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkwidget.c:10034:1: enter_function: entry to ‘IA__gtk_widget_style_get’
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: following ‘false’ branch (when ‘widget’ is non-NULL)...
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkwidget.c:10042:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkwidget.c:10043:3: call_function: calling ‘IA__gtk_widget_style_get_valist’ from ‘IA__gtk_widget_style_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1516]
gtk+-2.24.33/gtk/gtkwidget.c:427:7: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkwidget.c:10034:1: enter_function: entry to ‘IA__gtk_widget_style_get’
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: following ‘false’ branch (when ‘widget’ is non-NULL)...
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkwidget.c:10042:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkwidget.c:10043:3: call_function: calling ‘IA__gtk_widget_style_get_valist’ from ‘IA__gtk_widget_style_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1517]
gtk+-2.24.33/gtk/gtkwidget.c:9980:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkwidget.c:10034:1: enter_function: entry to ‘IA__gtk_widget_style_get’
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: following ‘false’ branch (when ‘widget’ is non-NULL)...
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkwidget.c:10042:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkwidget.c:10043:3: call_function: calling ‘IA__gtk_widget_style_get_valist’ from ‘IA__gtk_widget_style_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1518]
gtk+-2.24.33/gtk/gtkwidget.c:9982:3: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkwidget.c:10034:1: enter_function: entry to ‘IA__gtk_widget_style_get’
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: following ‘false’ branch (when ‘widget’ is non-NULL)...
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkwidget.c:10042:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkwidget.c:10043:3: call_function: calling ‘IA__gtk_widget_style_get_valist’ from ‘IA__gtk_widget_style_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1519]
gtk+-2.24.33/gtk/gtkwidget.c:9991:15: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkwidget.c:10034:1: enter_function: entry to ‘IA__gtk_widget_style_get’
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: following ‘false’ branch (when ‘widget’ is non-NULL)...
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkwidget.c:10042:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkwidget.c:10043:3: call_function: calling ‘IA__gtk_widget_style_get_valist’ from ‘IA__gtk_widget_style_get’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1520]
gtk+-2.24.33/gtk/gtkwidget.c:10008:74: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/gtkwidget.c:10034:1: enter_function: entry to ‘IA__gtk_widget_style_get’
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: following ‘false’ branch (when ‘widget’ is non-NULL)...
gtk+-2.24.33/gtk/gtkwidget.c:10040:3: branch_false: ...to here
gtk+-2.24.33/gtk/gtkwidget.c:10042:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/gtk/gtkwidget.c:10043:3: call_function: calling ‘IA__gtk_widget_style_get_valist’ from ‘IA__gtk_widget_style_get’
Error: GCC_ANALYZER_WARNING (CWE-686): [#def1521]
gtk+-2.24.33/gtk/gtkwidget.c:10009:7: warning[-Wanalyzer-va-arg-type-mismatch]: ‘va_arg’ expected ‘double’ but received ‘GtkBorder **’ {{aka ‘struct _GtkBorder **’}} for variadic argument 1 of ‘var_args’
gtk+-2.24.33/gtk/gtkwidget.c:3731:1: enter_function: entry to ‘gtk_widget_get_draw_rectangle’
gtk+-2.24.33/gtk/gtkwidget.c:3740:7: call_function: calling ‘IA__gtk_widget_style_get’ from ‘gtk_widget_get_draw_rectangle’ with 2 variadic arguments
Error: GCC_ANALYZER_WARNING (CWE-686): [#def1522]
gtk+-2.24.33/gtk/gtkwidget.c:10009:7: warning[-Wanalyzer-va-arg-type-mismatch]: ‘va_arg’ expected ‘double’ but received ‘void *’ for variadic argument 2 of ‘var_args’
gtk+-2.24.33/gtk/gtkwidget.c:3731:1: enter_function: entry to ‘gtk_widget_get_draw_rectangle’
gtk+-2.24.33/gtk/gtkwidget.c:3740:7: call_function: calling ‘IA__gtk_widget_style_get’ from ‘gtk_widget_get_draw_rectangle’ with 2 variadic arguments
Error: GCC_ANALYZER_WARNING (CWE-686): [#def1523]
gtk+-2.24.33/gtk/gtkwidget.c:10009:7: warning[-Wanalyzer-va-arg-type-mismatch]: ‘va_arg’ expected ‘int’ but received ‘GtkBorder **’ {{aka ‘struct _GtkBorder **’}} for variadic argument 1 of ‘var_args’
gtk+-2.24.33/gtk/gtkwidget.c:3731:1: enter_function: entry to ‘gtk_widget_get_draw_rectangle’
gtk+-2.24.33/gtk/gtkwidget.c:3740:7: call_function: calling ‘IA__gtk_widget_style_get’ from ‘gtk_widget_get_draw_rectangle’ with 2 variadic arguments
Error: GCC_ANALYZER_WARNING (CWE-686): [#def1524]
gtk+-2.24.33/gtk/gtkwidget.c:10009:7: warning[-Wanalyzer-va-arg-type-mismatch]: ‘va_arg’ expected ‘int’ but received ‘void *’ for variadic argument 2 of ‘var_args’
gtk+-2.24.33/gtk/gtkwidget.c:3731:1: enter_function: entry to ‘gtk_widget_get_draw_rectangle’
gtk+-2.24.33/gtk/gtkwidget.c:3740:7: call_function: calling ‘IA__gtk_widget_style_get’ from ‘gtk_widget_get_draw_rectangle’ with 2 variadic arguments
Error: GCC_ANALYZER_WARNING (CWE-686): [#def1525]
gtk+-2.24.33/gtk/gtkwidget.c:10009:7: warning[-Wanalyzer-va-arg-type-mismatch]: ‘va_arg’ expected ‘long int’ but received ‘GtkBorder **’ {{aka ‘struct _GtkBorder **’}} for variadic argument 1 of ‘var_args’
gtk+-2.24.33/gtk/gtkwidget.c:3731:1: enter_function: entry to ‘gtk_widget_get_draw_rectangle’
gtk+-2.24.33/gtk/gtkwidget.c:3740:7: call_function: calling ‘IA__gtk_widget_style_get’ from ‘gtk_widget_get_draw_rectangle’ with 2 variadic arguments
Error: GCC_ANALYZER_WARNING (CWE-686): [#def1526]
gtk+-2.24.33/gtk/gtkwidget.c:10009:7: warning[-Wanalyzer-va-arg-type-mismatch]: ‘va_arg’ expected ‘long int’ but received ‘void *’ for variadic argument 2 of ‘var_args’
gtk+-2.24.33/gtk/gtkwidget.c:3731:1: enter_function: entry to ‘gtk_widget_get_draw_rectangle’
gtk+-2.24.33/gtk/gtkwidget.c:3740:7: call_function: calling ‘IA__gtk_widget_style_get’ from ‘gtk_widget_get_draw_rectangle’ with 2 variadic arguments
Error: GCC_ANALYZER_WARNING (CWE-685): [#def1527]
gtk+-2.24.33/gtk/gtkwidget.c:10009:7: warning[-Wanalyzer-va-list-exhausted]: ‘var_args’ has no more arguments (2 consumed)
gtk+-2.24.33/gtk/gtkwidget.c:3731:1: enter_function: entry to ‘gtk_widget_get_draw_rectangle’
gtk+-2.24.33/gtk/gtkwidget.c:3740:7: call_function: calling ‘IA__gtk_widget_style_get’ from ‘gtk_widget_get_draw_rectangle’ with 2 variadic arguments
Error: GCC_ANALYZER_WARNING (CWE-688): [#def1528]
gtk+-2.24.33/gtk/gtkwidget.c:10088:11: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
gtk+-2.24.33/gtk/gtkwidget.c:10068:1: enter_function: entry to ‘IA__gtk_widget_path’
gtk+-2.24.33/gtk/gtkwidget.c:10077:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/gtkwidget.c:10087:16: call_function: calling ‘IA__gtk_widget_get_name’ from ‘IA__gtk_widget_path’
gtk+-2.24.33/gtk/gtkwidget.c:10087:16: return_function: returning to ‘IA__gtk_widget_path’ from ‘IA__gtk_widget_get_name’
gtk+-2.24.33/gtk/gtkwidget.c:10088:11: danger: argument 1 (‘IA__gtk_widget_get_name(widget)’) NULL where non-null expected
Error: COMPILER_WARNING (CWE-477): [#def1529]
gtk+-2.24.33/gtk/gtkwidget.c: scope_hint: In function ‘IA__gtk_requisition_copy’
gtk+-2.24.33/gtk/gtkwidget.c:10196:3: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:30: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.c:31: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1530]
gtk+-2.24.33/gtk/gtkwidget.c:10196:3: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: COMPILER_WARNING (CWE-477): [#def1531]
gtk+-2.24.33/gtk/gtkwindow.c: scope_hint: In function ‘gtk_window_class_init’
gtk+-2.24.33/gtk/gtkwindow.c:477:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.c:32: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:1503:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1532]
gtk+-2.24.33/gtk/gtkwindow.c:477:3: warning[-Wdeprecated-declarations]: ‘g_type_class_add_private’ is deprecated
Error: COMPILER_WARNING: [#def1533]
gtk+-2.24.33/gtk/gtkwindow.c:916:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1534]
gtk+-2.24.33/gtk/gtkwindow.c:982:21: warning[-Wunused-but-set-variable=]: variable ‘priv’ set but not used
Error: COMPILER_WARNING: [#def1535]
gtk+-2.24.33/gtk/gtkwindow.c:986:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1536]
gtk+-2.24.33/gtk/gtkwindow.c:1103:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1537]
gtk+-2.24.33/gtk/gtkwindow.c:1227:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1538]
gtk+-2.24.33/gtk/gtkwindow.c:1239:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1539]
gtk+-2.24.33/gtk/gtkwindow.c:1538:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1540]
gtk+-2.24.33/gtk/gtkwindow.c:1828:31: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1541]
gtk+-2.24.33/gtk/gtkwindow.c:2252:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1542]
gtk+-2.24.33/gtk/gtkwindow.c:2311:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1543]
gtk+-2.24.33/gtk/gtkwindow.c:2402:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1544]
gtk+-2.24.33/gtk/gtkwindow.c:2434:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1545]
gtk+-2.24.33/gtk/gtkwindow.c:2463:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1546]
gtk+-2.24.33/gtk/gtkwindow.c:2489:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1547]
gtk+-2.24.33/gtk/gtkwindow.c:2512:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1548]
gtk+-2.24.33/gtk/gtkwindow.c:2543:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1549]
gtk+-2.24.33/gtk/gtkwindow.c:2569:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1550]
gtk+-2.24.33/gtk/gtkwindow.c:2600:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1551]
gtk+-2.24.33/gtk/gtkwindow.c:2623:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1552]
gtk+-2.24.33/gtk/gtkwindow.c:2654:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1553]
gtk+-2.24.33/gtk/gtkwindow.c:2677:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1554]
gtk+-2.24.33/gtk/gtkwindow.c:2708:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1555]
gtk+-2.24.33/gtk/gtkwindow.c:2732:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1556]
gtk+-2.24.33/gtk/gtkwindow.c:2764:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1557]
gtk+-2.24.33/gtk/gtkwindow.c:2989:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1558]
gtk+-2.24.33/gtk/gtkwindow.c:3029:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1559]
gtk+-2.24.33/gtk/gtkwindow.c:4447:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1560]
gtk+-2.24.33/gtk/gtkwindow.c:4582:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1561]
gtk+-2.24.33/gtk/gtkwindow.c:4692:28: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1562]
gtk+-2.24.33/gtk/gtkwindow.c:4736:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1563]
gtk+-2.24.33/gtk/gtkwindow.c:7078:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1564]
gtk+-2.24.33/gtk/gtkwindow.c:7118:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1565]
gtk+-2.24.33/gtk/gtkwindow.c:7170:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1566]
gtk+-2.24.33/gtk/gtkwindow.c:7224:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1567]
gtk+-2.24.33/gtk/gtkwindow.c:8537:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: COMPILER_WARNING: [#def1568]
gtk+-2.24.33/gtk/gtkwindow.c:8559:10: warning[warning]: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1569]
gtk+-2.24.33/gtk/queryimmodules.c:49:12: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘str’
gtk+-2.24.33/gtk/queryimmodules.c:87:1: enter_function: entry to ‘query_module’
gtk+-2.24.33/gtk/queryimmodules.c:104:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/queryimmodules.c:105:12: call_function: inlined call to ‘g_strdup_inline’ from ‘query_module’
gtk+-2.24.33/gtk/queryimmodules.c:111:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/queryimmodules.c:118:7: branch_false: ...to here
gtk+-2.24.33/gtk/queryimmodules.c:117:7: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/queryimmodules.c:119:7: branch_true: ...to here
gtk+-2.24.33/gtk/queryimmodules.c:117:7: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/queryimmodules.c:120:7: branch_true: ...to here
gtk+-2.24.33/gtk/queryimmodules.c:117:7: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/queryimmodules.c:121:7: branch_true: ...to here
gtk+-2.24.33/gtk/queryimmodules.c:117:7: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/queryimmodules.c:127:7: branch_true: ...to here
gtk+-2.24.33/gtk/queryimmodules.c:132:7: call_function: calling ‘print_escaped’ from ‘query_module’
Error: COMPILER_WARNING: [#def1570]
gtk+-2.24.33/gtk/queryimmodules.c:91:19: warning[-Wunused-but-set-variable=]: variable ‘init’ set but not used
Error: COMPILER_WARNING: [#def1571]
gtk+-2.24.33/gtk/queryimmodules.c:92:19: warning[-Wunused-but-set-variable=]: variable ‘exit’ set but not used
Error: COMPILER_WARNING: [#def1572]
gtk+-2.24.33/gtk/queryimmodules.c: scope_hint: In function ‘query_module’
gtk+-2.24.33/gtk/queryimmodules.c:93:19: warning[-Wunused-but-set-variable=]: variable ‘create’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1573]
gtk+-2.24.33/gtk/queryimmodules.c: scope_hint: In function ‘main’
gtk+-2.24.33/gtk/queryimmodules.c:197:7: warning[-Wdeprecated-declarations]: ‘pango_split_file_list’ is deprecated
/usr/include/pango-1.0/pango/pango.h:51: included_from: Included from here.
gtk+-2.24.33/gdk/gdktypes.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkscreen.h:32: included_from: Included from here.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:31: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtkstyle.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkrc.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/queryimmodules.c:40: included_from: Included from here.
/usr/include/pango-1.0/pango/pango-utils.h:32:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1574]
gtk+-2.24.33/gtk/queryimmodules.c:197:7: warning[-Wdeprecated-declarations]: ‘pango_split_file_list’ is deprecated
Error: COMPILER_WARNING: [#def1575]
gtk+-2.24.33/gtk/tests/builder.c: scope_hint: In function ‘test_file’
gtk+-2.24.33/gtk/tests/builder.c:2508:15: warning[-Wunused-but-set-variable=]: variable ‘response’ set but not used
Error: COMPILER_WARNING: [#def1576]
gtk+-2.24.33/gtk/tests/filtermodel.c: scope_hint: In function ‘specific_filter_add_child’
gtk+-2.24.33/gtk/tests/filtermodel.c:2320:17: warning[-Wunused-but-set-variable=]: variable ‘filter’ set but not used
Error: COMPILER_WARNING: [#def1577]
gtk+-2.24.33/gtk/tests/filtermodel.c: scope_hint: In function ‘specific_list_store_clear’
gtk+-2.24.33/gtk/tests/filtermodel.c:2349:14: warning[-Wunused-but-set-variable=]: variable ‘view’ set but not used
Error: COMPILER_WARNING: [#def1578]
gtk+-2.24.33/gtk/tests/filtermodel.c: scope_hint: In function ‘specific_bug_301558’
gtk+-2.24.33/gtk/tests/filtermodel.c:2432:14: warning[-Wunused-but-set-variable=]: variable ‘view’ set but not used
Error: COMPILER_WARNING: [#def1579]
gtk+-2.24.33/gtk/tests/filtermodel.c: scope_hint: In function ‘specific_bug_311955’
gtk+-2.24.33/gtk/tests/filtermodel.c:2504:14: warning[-Wunused-but-set-variable=]: variable ‘window’ set but not used
Error: COMPILER_WARNING: [#def1580]
gtk+-2.24.33/gtk/tests/filtermodel.c: scope_hint: In function ‘specific_bug_464173’
gtk+-2.24.33/gtk/tests/filtermodel.c:2683:14: warning[-Wunused-but-set-variable=]: variable ‘view’ set but not used
Error: COMPILER_WARNING: [#def1581]
gtk+-2.24.33/gtk/tests/filtermodel.c: scope_hint: In function ‘specific_bug_540201’
gtk+-2.24.33/gtk/tests/filtermodel.c:2726:14: warning[-Wunused-but-set-variable=]: variable ‘tree_view’ set but not used
Error: COMPILER_WARNING: [#def1582]
gtk+-2.24.33/gtk/tests/filtermodel.c: scope_hint: In function ‘specific_bug_549287’
gtk+-2.24.33/gtk/tests/filtermodel.c:2775:14: warning[-Wunused-but-set-variable=]: variable ‘view’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1583]
gtk+-2.24.33/gtk/tests/object.c: scope_hint: In function ‘pspec_select_value’
gtk+-2.24.33/gtk/tests/object.c:113:5: warning[-Wdeprecated-declarations]: ‘g_value_set_char’ is deprecated: Use 'g_value_set_schar' instead
/usr/include/glib-2.0/glib-object.h:40: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/tests/object.c:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gvaluetypes.h:194:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1584]
gtk+-2.24.33/gtk/tests/object.c:113:5: warning[-Wdeprecated-declarations]: ‘g_value_set_char’ is deprecated: Use 'g_value_set_schar' instead
Error: COMPILER_WARNING (CWE-477): [#def1585]
gtk+-2.24.33/gtk/tests/object.c: scope_hint: In function ‘value_as_pointer’
gtk+-2.24.33/gtk/tests/object.c:185:5: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
/usr/include/glib-2.0/gobject/gvaluetypes.h:197:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1586]
gtk+-2.24.33/gtk/tests/object.c:185:5: warning[-Wdeprecated-declarations]: ‘g_value_get_char’ is deprecated: Use 'g_value_get_schar' instead
Error: COMPILER_WARNING (CWE-477): [#def1587]
gtk+-2.24.33/gtk/tests/recentmanager.c: scope_hint: In function ‘recent_manager_add’
gtk+-2.24.33/gtk/tests/recentmanager.c:56:3: warning[-Wdeprecated-declarations]: ‘g_test_trap_fork’ is deprecated: Use 'g_test_trap_subprocess' instead
/usr/include/glib-2.0/glib.h:89: included_from: Included from here.
/usr/include/glib-2.0/glib/gprintf.h:23: included_from: Included from here.
/usr/include/glib-2.0/glib/gstdio.h:24: included_from: Included from here.
gtk+-2.24.33/gtk/tests/recentmanager.c:22: included_from: Included from here.
/usr/include/glib-2.0/glib/gtestutils.h:534:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1588]
gtk+-2.24.33/gtk/tests/recentmanager.c:56:3: warning[-Wdeprecated-declarations]: ‘g_test_trap_fork’ is deprecated: Use 'g_test_trap_subprocess' instead
Error: COMPILER_WARNING (CWE-477): [#def1589]
gtk+-2.24.33/gtk/tests/recentmanager.c:68:3: warning[-Wdeprecated-declarations]: ‘g_test_trap_fork’ is deprecated: Use 'g_test_trap_subprocess' instead
/usr/include/glib-2.0/glib/gtestutils.h:534:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1590]
gtk+-2.24.33/gtk/tests/recentmanager.c:68:3: warning[-Wdeprecated-declarations]: ‘g_test_trap_fork’ is deprecated: Use 'g_test_trap_subprocess' instead
Error: COMPILER_WARNING (CWE-477): [#def1591]
gtk+-2.24.33/gtk/tests/recentmanager.c:80:3: warning[-Wdeprecated-declarations]: ‘g_test_trap_fork’ is deprecated: Use 'g_test_trap_subprocess' instead
/usr/include/glib-2.0/glib/gtestutils.h:534:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1592]
gtk+-2.24.33/gtk/tests/recentmanager.c:80:3: warning[-Wdeprecated-declarations]: ‘g_test_trap_fork’ is deprecated: Use 'g_test_trap_subprocess' instead
Error: COMPILER_WARNING (CWE-477): [#def1593]
gtk+-2.24.33/gtk/tests/textbuffer.c: scope_hint: In function ‘fill_buffer’
gtk+-2.24.33/gtk/tests/textbuffer.c:672:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixbuf.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:28: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:33: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/tests/textbuffer.c:25: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1594]
gtk+-2.24.33/gtk/tests/textbuffer.c:672:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
Error: COMPILER_WARNING: [#def1595]
gtk+-2.24.33/gtk/tests/treeview-scrolling.c: scope_hint: In function ‘test_editable_position’
gtk+-2.24.33/gtk/tests/treeview-scrolling.c:719:24: warning[-Wunused-but-set-variable=]: variable ‘vadj’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1596]
gtk+-2.24.33/gtk/theme-bits/decompose-bits.c: scope_hint: In function ‘main’
gtk+-2.24.33/gtk/theme-bits/decompose-bits.c:141:3: warning[-Wdeprecated-declarations]: ‘g_type_init’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/theme-bits/decompose-bits.c:21: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1597]
gtk+-2.24.33/gtk/theme-bits/decompose-bits.c:141:3: warning[-Wdeprecated-declarations]: ‘g_type_init’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1598]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1599]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:68:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1600]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1601]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:68:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1602]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1603]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:81:24: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1604]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1605]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:81:24: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1606]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1607]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:93:11: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1608]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1609]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:93:11: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1610]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1611]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:99:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1612]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1613]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:99:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1614]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1615]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:102:16: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1616]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1617]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:102:16: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:704:20: call_function: calling ‘read_line’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1618]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:120:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:599:1: enter_function: entry to ‘dump_error_quark’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:601:3: call_function: calling ‘escaped_printf’ from ‘dump_error_quark’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1619]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1620]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:138:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1621]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1622]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:138:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1623]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:686:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:685:25: branch_true: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/199/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1624]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:686:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:685:25: branch_true: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:686:7: throw: if ‘g_file_error_quark’ throws an exception...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:686:7: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/200/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1625]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:686:41: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:685:25: branch_true: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(5)](sarif:/runs/0/results/203/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1626]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:686:41: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:685:25: branch_true: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:686:41: throw: if ‘g_file_error_from_errno’ throws an exception...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:686:41: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(5)](sarif:/runs/0/results/204/codeFlows/0/threadFlows/0/locations/4)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1627]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was opened at [(6)](sarif:/runs/0/results/205/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1628]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:699:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_resource: opened here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was opened at [(8)](sarif:/runs/0/results/206/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1629]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(input_filename, "rb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:699:18: danger: ‘fopen(input_filename, "rb")’ leaks here; was allocated at [(6)](sarif:/runs/0/results/207/codeFlows/0/threadFlows/0/locations/5)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1630]
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:699:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(output_filename, "wb")’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:630:1: enter_function: entry to ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:645:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:654:15: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:658:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:669:11: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:670:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:682:12: acquire_memory: allocated here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:683:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: branch_false: ...to here
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:696:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: call_function: calling ‘goutput_write’ from ‘dump_irepository’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:697:3: return_function: returning to ‘dump_irepository’ from ‘goutput_write’
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:699:18: throw: if ‘g_hash_table_new’ throws an exception...
gtk+-2.24.33/gtk/tmp-introspecta5xhgotg/Gtk-2.0.c:699:18: danger: ‘fopen(output_filename, "wb")’ leaks here; was allocated at [(8)](sarif:/runs/0/results/208/codeFlows/0/threadFlows/0/locations/7)
Error: GCC_ANALYZER_WARNING (CWE-688): [#def1631]
gtk+-2.24.33/gtk/updateiconcache.c:461:7: warning[-Wanalyzer-null-argument]: use of NULL ‘path2’ where non-null expected
gtk+-2.24.33/gtk/updateiconcache.c:1697:1: enter_function: entry to ‘main’
gtk+-2.24.33/gtk/updateiconcache.c:1702:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1705:3: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1726:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1748:7: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1768:3: call_function: calling ‘build_cache’ from ‘main’
Error: COMPILER_WARNING (CWE-477): [#def1632]
gtk+-2.24.33/gtk/updateiconcache.c: scope_hint: In function ‘maybe_cache_image_data’
gtk+-2.24.33/gtk/updateiconcache.c:520:15: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_from_pixbuf’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:101:17: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1633]
gtk+-2.24.33/gtk/updateiconcache.c:520:15: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_from_pixbuf’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1634]
gtk+-2.24.33/gtk/updateiconcache.c:611:14: warning[-Wanalyzer-malloc-leak]: leak of ‘cache’
gtk+-2.24.33/gtk/updateiconcache.c:1697:1: enter_function: entry to ‘main’
gtk+-2.24.33/gtk/updateiconcache.c:1702:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1705:3: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1726:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1748:7: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1768:3: call_function: calling ‘build_cache’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1635]
gtk+-2.24.33/gtk/updateiconcache.c:614:9: warning[-Wanalyzer-malloc-leak]: leak of ‘cache’
gtk+-2.24.33/gtk/updateiconcache.c:1697:1: enter_function: entry to ‘main’
gtk+-2.24.33/gtk/updateiconcache.c:1702:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1705:3: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1726:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1748:7: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1768:3: call_function: calling ‘build_cache’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1636]
gtk+-2.24.33/gtk/updateiconcache.c:619:14: warning[-Wanalyzer-malloc-leak]: leak of ‘cache’
gtk+-2.24.33/gtk/updateiconcache.c:1697:1: enter_function: entry to ‘main’
gtk+-2.24.33/gtk/updateiconcache.c:1702:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1705:3: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1726:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1748:7: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1768:3: call_function: calling ‘build_cache’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1637]
gtk+-2.24.33/gtk/updateiconcache.c:621:18: warning[-Wanalyzer-malloc-leak]: leak of ‘cache’
gtk+-2.24.33/gtk/updateiconcache.c:1697:1: enter_function: entry to ‘main’
gtk+-2.24.33/gtk/updateiconcache.c:1702:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1705:3: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1726:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1748:7: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1768:3: call_function: calling ‘build_cache’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1638]
gtk+-2.24.33/gtk/updateiconcache.c:629:14: warning[-Wanalyzer-malloc-leak]: leak of ‘cache’
gtk+-2.24.33/gtk/updateiconcache.c:1697:1: enter_function: entry to ‘main’
gtk+-2.24.33/gtk/updateiconcache.c:1702:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1705:3: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1726:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1748:7: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1768:3: call_function: calling ‘build_cache’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1639]
gtk+-2.24.33/gtk/updateiconcache.c:631:16: warning[-Wanalyzer-malloc-leak]: leak of ‘cache’
gtk+-2.24.33/gtk/updateiconcache.c:1697:1: enter_function: entry to ‘main’
gtk+-2.24.33/gtk/updateiconcache.c:1702:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1705:3: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1726:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1748:7: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1768:3: call_function: calling ‘build_cache’ from ‘main’
Error: COMPILER_WARNING (CWE-477): [#def1640]
gtk+-2.24.33/gtk/updateiconcache.c: scope_hint: In function ‘write_image_data’
gtk+-2.24.33/gtk/updateiconcache.c:831:3: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_serialize’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:93:17: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1641]
gtk+-2.24.33/gtk/updateiconcache.c:831:3: warning[-Wdeprecated-declarations]: ‘gdk_pixdata_serialize’ is deprecated
Error: COMPILER_WARNING: [#def1642]
gtk+-2.24.33/gtk/updateiconcache.c: scope_hint: In function ‘write_bucket’
gtk+-2.24.33/gtk/updateiconcache.c:1117:11: warning[-Wunused-but-set-variable=]: variable ‘tmp’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1643]
gtk+-2.24.33/gtk/updateiconcache.c:1519:11: warning[-Wanalyzer-malloc-leak]: leak of ‘cache’
gtk+-2.24.33/gtk/updateiconcache.c:1697:1: enter_function: entry to ‘main’
gtk+-2.24.33/gtk/updateiconcache.c:1702:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1705:3: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1726:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1748:7: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1768:3: call_function: calling ‘build_cache’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1644]
gtk+-2.24.33/gtk/updateiconcache.c:1520:21: warning[-Wanalyzer-malloc-leak]: leak of ‘cache’
gtk+-2.24.33/gtk/updateiconcache.c:1697:1: enter_function: entry to ‘main’
gtk+-2.24.33/gtk/updateiconcache.c:1702:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1705:3: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1726:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1748:7: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1768:3: call_function: calling ‘build_cache’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1645]
gtk+-2.24.33/gtk/updateiconcache.c:1521:20: warning[-Wanalyzer-malloc-leak]: leak of ‘cache’
gtk+-2.24.33/gtk/updateiconcache.c:1697:1: enter_function: entry to ‘main’
gtk+-2.24.33/gtk/updateiconcache.c:1702:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1705:3: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1726:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1748:7: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1768:3: call_function: calling ‘build_cache’ from ‘main’
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1646]
gtk+-2.24.33/gtk/updateiconcache.c:1522:17: warning[-Wanalyzer-malloc-leak]: leak of ‘cache’
gtk+-2.24.33/gtk/updateiconcache.c:1697:1: enter_function: entry to ‘main’
gtk+-2.24.33/gtk/updateiconcache.c:1702:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1705:3: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1726:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/gtk/updateiconcache.c:1748:7: branch_false: ...to here
gtk+-2.24.33/gtk/updateiconcache.c:1768:3: call_function: calling ‘build_cache’ from ‘main’
Error: COMPILER_WARNING (CWE-477): [#def1647]
gtk+-2.24.33/gtk/updateiconcache.c: scope_hint: In function ‘main’
gtk+-2.24.33/gtk/updateiconcache.c:1766:3: warning[-Wdeprecated-declarations]: ‘g_type_init’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:32: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixdata.h:20: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1648]
gtk+-2.24.33/gtk/updateiconcache.c:1766:3: warning[-Wdeprecated-declarations]: ‘g_type_init’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-457): [#def1649]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-draw.c:72:11: warning[-Wanalyzer-use-of-uninitialized-value]: use of uninitialized value ‘*match_data.orientation’
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-draw.c:829:1: enter_function: entry to ‘draw_box_gap’
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-draw.c:855:8: call_function: calling ‘draw_gap_image’ from ‘draw_box_gap’
Error: COMPILER_WARNING (CWE-477): [#def1650]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:28:1: warning[-Wdeprecated-declarations]: ‘GCache’ is deprecated: Use 'GHashTable' instead
/usr/include/glib-2.0/glib.h:111: included_from: Included from here.
/usr/include/glib-2.0/glib/deprecated/gcache.h:38:16: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1651]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:28:1: warning[-Wdeprecated-declarations]: ‘GCache’ is deprecated: Use 'GHashTable' instead
Error: COMPILER_WARNING (CWE-477): [#def1652]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c: scope_hint: In function ‘theme_pixbuf_set_filename’
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:554:7: warning[-Wdeprecated-declarations]: ‘g_cache_remove’ is deprecated
/usr/include/glib-2.0/glib/deprecated/gcache.h:62:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1653]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:554:7: warning[-Wdeprecated-declarations]: ‘g_cache_remove’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1654]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:750:9: warning[-Wdeprecated-declarations]: ‘GCacheNewFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1655]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:750:9: warning[-Wdeprecated-declarations]: ‘GCacheNewFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1656]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c: scope_hint: In function ‘theme_pixbuf_get_pixbuf’
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:750:9: warning[-Wdeprecated-declarations]: ‘g_cache_new’ is deprecated: Use 'GHashTable' instead
/usr/include/glib-2.0/glib/deprecated/gcache.h:49:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1657]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:750:9: warning[-Wdeprecated-declarations]: ‘g_cache_new’ is deprecated: Use 'GHashTable' instead
Error: COMPILER_WARNING (CWE-477): [#def1658]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:751:37: warning[-Wdeprecated-declarations]: ‘GCacheDestroyFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1659]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:751:37: warning[-Wdeprecated-declarations]: ‘GCacheDestroyFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1660]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:752:37: warning[-Wdeprecated-declarations]: ‘GCacheDupFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1661]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:752:37: warning[-Wdeprecated-declarations]: ‘GCacheDupFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1662]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:753:37: warning[-Wdeprecated-declarations]: ‘GCacheDestroyFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1663]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:753:37: warning[-Wdeprecated-declarations]: ‘GCacheDestroyFunc’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1664]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:756:7: warning[-Wdeprecated-declarations]: ‘g_cache_insert’ is deprecated
/usr/include/glib-2.0/glib/deprecated/gcache.h:59:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1665]
gtk+-2.24.33/modules/engines/pixbuf/pixbuf-render.c:756:7: warning[-Wdeprecated-declarations]: ‘g_cache_insert’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1666]
gtk+-2.24.33/modules/input/gtkimcontextxim.c:1076:11: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘error’
gtk+-2.24.33/modules/input/gtkimcontextxim.c:1041:1: enter_function: entry to ‘xim_text_to_utf8’
gtk+-2.24.33/modules/input/gtkimcontextxim.c:1044:11: release_memory: ‘error’ is NULL
gtk+-2.24.33/modules/input/gtkimcontextxim.c:1047:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/input/gtkimcontextxim.c:1049:10: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/input/gtkimcontextxim.c:1056:19: branch_false: ...to here
gtk+-2.24.33/modules/input/gtkimcontextxim.c:1056:10: branch_true: following ‘true’ branch (when the strings are equal)...
gtk+-2.24.33/modules/input/gtkimcontextxim.c:1057:18: call_function: inlined call to ‘g_strdup_inline’ from ‘xim_text_to_utf8’
gtk+-2.24.33/modules/input/gtkimcontextxim.c:1065:10: branch_false: following ‘false’ branch (when ‘result’ is NULL)...
gtk+-2.24.33/modules/input/gtkimcontextxim.c:1076:11: branch_false: ...to here
gtk+-2.24.33/modules/input/gtkimcontextxim.c:1076:11: release_memory: ‘error’ is NULL
gtk+-2.24.33/modules/input/gtkimcontextxim.c:1076:11: danger: dereference of NULL ‘error’
Error: COMPILER_WARNING (CWE-704): [#def1667]
gtk+-2.24.33/modules/other/gail/gail.c:76:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1668]
gtk+-2.24.33/modules/other/gail/gail.c:77:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1669]
gtk+-2.24.33/modules/other/gail/gail.c:78:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1670]
gtk+-2.24.33/modules/other/gail/gail.c:79:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1671]
gtk+-2.24.33/modules/other/gail/gail.c:80:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1672]
gtk+-2.24.33/modules/other/gail/gail.c:81:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1673]
gtk+-2.24.33/modules/other/gail/gail.c:82:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1674]
gtk+-2.24.33/modules/other/gail/gail.c:83:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1675]
gtk+-2.24.33/modules/other/gail/gail.c:84:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1676]
gtk+-2.24.33/modules/other/gail/gail.c:85:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1677]
gtk+-2.24.33/modules/other/gail/gail.c:86:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1678]
gtk+-2.24.33/modules/other/gail/gail.c:87:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1679]
gtk+-2.24.33/modules/other/gail/gail.c:88:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1680]
gtk+-2.24.33/modules/other/gail/gail.c:89:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1681]
gtk+-2.24.33/modules/other/gail/gail.c:90:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1682]
gtk+-2.24.33/modules/other/gail/gail.c:91:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1683]
gtk+-2.24.33/modules/other/gail/gail.c:92:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1684]
gtk+-2.24.33/modules/other/gail/gail.c:93:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1685]
gtk+-2.24.33/modules/other/gail/gail.c:94:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1686]
gtk+-2.24.33/modules/other/gail/gail.c:95:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1687]
gtk+-2.24.33/modules/other/gail/gail.c:96:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1688]
gtk+-2.24.33/modules/other/gail/gail.c:97:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1689]
gtk+-2.24.33/modules/other/gail/gail.c:98:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1690]
gtk+-2.24.33/modules/other/gail/gail.c:99:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1691]
gtk+-2.24.33/modules/other/gail/gail.c:100:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1692]
gtk+-2.24.33/modules/other/gail/gail.c:101:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1693]
gtk+-2.24.33/modules/other/gail/gail.c:102:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1694]
gtk+-2.24.33/modules/other/gail/gail.c:103:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1695]
gtk+-2.24.33/modules/other/gail/gail.c:104:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1696]
gtk+-2.24.33/modules/other/gail/gail.c:105:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1697]
gtk+-2.24.33/modules/other/gail/gail.c:106:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1698]
gtk+-2.24.33/modules/other/gail/gail.c:107:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1699]
gtk+-2.24.33/modules/other/gail/gail.c:108:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1700]
gtk+-2.24.33/modules/other/gail/gail.c:109:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1701]
gtk+-2.24.33/modules/other/gail/gail.c:110:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1702]
gtk+-2.24.33/modules/other/gail/gail.c:111:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1703]
gtk+-2.24.33/modules/other/gail/gail.c:112:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1704]
gtk+-2.24.33/modules/other/gail/gail.c:113:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1705]
gtk+-2.24.33/modules/other/gail/gail.c:114:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1706]
gtk+-2.24.33/modules/other/gail/gail.c:115:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1707]
gtk+-2.24.33/modules/other/gail/gail.c:116:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1708]
gtk+-2.24.33/modules/other/gail/gail.c:117:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1709]
gtk+-2.24.33/modules/other/gail/gail.c:118:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-704): [#def1710]
gtk+-2.24.33/modules/other/gail/gail.c:119:1: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-483): [#def1711]
gtk+-2.24.33/modules/other/gail/gail.c: scope_hint: In function ‘gail_finish_select’
gtk+-2.24.33/modules/other/gail/gail.c:388:11: warning[-Wmisleading-indentation]: this ‘if’ clause does not guard...
gtk+-2.24.33/modules/other/gail/gail.c:392:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
Error: COMPILER_WARNING (CWE-477): [#def1712]
gtk+-2.24.33/modules/other/gail/gail.c: scope_hint: In function ‘gail_focus_notify’
gtk+-2.24.33/modules/other/gail/gail.c:589:11: warning[-Wdeprecated-declarations]: ‘atk_focus_tracker_notify’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:200:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1713]
gtk+-2.24.33/modules/other/gail/gail.c:589:11: warning[-Wdeprecated-declarations]: ‘atk_focus_tracker_notify’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1714]
gtk+-2.24.33/modules/other/gail/gail.c: scope_hint: In function ‘gail_accessibility_module_init’
gtk+-2.24.33/modules/other/gail/gail.c:938:3: warning[-Wdeprecated-declarations]: ‘atk_focus_tracker_init’ is deprecated
/usr/include/atk-1.0/atk/atkutil.h:198:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1715]
gtk+-2.24.33/modules/other/gail/gail.c:938:3: warning[-Wdeprecated-declarations]: ‘atk_focus_tracker_init’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1716]
gtk+-2.24.33/modules/other/gail/gail.c:939:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1717]
gtk+-2.24.33/modules/other/gail/gail.c:939:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1718]
gtk+-2.24.33/modules/other/gail/gail.c: scope_hint: In function ‘gnome_accessibility_module_shutdown’
gtk+-2.24.33/modules/other/gail/gail.c:974:3: warning[-Wdeprecated-declarations]: ‘atk_remove_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkutil.h:196:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1719]
gtk+-2.24.33/modules/other/gail/gail.c:974:3: warning[-Wdeprecated-declarations]: ‘atk_remove_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1720]
gtk+-2.24.33/modules/other/gail/gailbutton.c: scope_hint: In function ‘gail_button_get_image_position’
gtk+-2.24.33/modules/other/gail/gailbutton.c:1024:7: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/gailbutton.c:23: included_from: Included from here.
/usr/include/atk-1.0/atk/atkcomponent.h:249:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1721]
gtk+-2.24.33/modules/other/gail/gailbutton.c:1024:7: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
Error: COMPILER_WARNING (CWE-704): [#def1722]
gtk+-2.24.33/modules/other/gail/gailcellparent.c:31:7: warning[-Wdiscarded-qualifiers]: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier
Error: COMPILER_WARNING (CWE-477): [#def1723]
gtk+-2.24.33/modules/other/gail/gailclist.c: scope_hint: In function ‘gail_clist_is_child_selected’
gtk+-2.24.33/modules/other/gail/gailclist.c:538:3: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
/usr/include/atk-1.0/atk/atk.h:50: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
/usr/include/atk-1.0/atk/atktable.h:144:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1724]
gtk+-2.24.33/modules/other/gail/gailclist.c:538:3: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
Error: COMPILER_WARNING: [#def1725]
gtk+-2.24.33/modules/other/gail/gailexpander.c: scope_hint: In function ‘gail_expander_ref_child’
gtk+-2.24.33/modules/other/gail/gailexpander.c:212:8: warning[-Wunused-but-set-variable=]: variable ‘count’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1726]
gtk+-2.24.33/modules/other/gail/gailimage.c: scope_hint: In function ‘gail_image_get_image_position’
gtk+-2.24.33/modules/other/gail/gailimage.c:182:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/gailimage.c:23: included_from: Included from here.
/usr/include/atk-1.0/atk/atkcomponent.h:249:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1727]
gtk+-2.24.33/modules/other/gail/gailimage.c:182:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
Error: COMPILER_WARNING (CWE-477): [#def1728]
gtk+-2.24.33/modules/other/gail/gailimage.c: scope_hint: In function ‘gail_image_get_image_size’
gtk+-2.24.33/modules/other/gail/gailimage.c:249:7: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_height’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:36: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixbuf.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:28: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:33: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:32: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:89:21: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1729]
gtk+-2.24.33/modules/other/gail/gailimage.c:249:7: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_height’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1730]
gtk+-2.24.33/modules/other/gail/gailimage.c:250:7: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_width’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-animation.h:87:21: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1731]
gtk+-2.24.33/modules/other/gail/gailimage.c:250:7: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_animation_get_width’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1732]
gtk+-2.24.33/modules/other/gail/gailimagecell.c: scope_hint: In function ‘gail_image_cell_get_image_position’
gtk+-2.24.33/modules/other/gail/gailimagecell.c:153:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/gailimagecell.c:22: included_from: Included from here.
/usr/include/atk-1.0/atk/atkcomponent.h:249:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1733]
gtk+-2.24.33/modules/other/gail/gailimagecell.c:153:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
Error: COMPILER_WARNING (CWE-477): [#def1734]
gtk+-2.24.33/modules/other/gail/gailnotebook.c: scope_hint: In function ‘gail_notebook_check_focus_tab’
gtk+-2.24.33/modules/other/gail/gailnotebook.c:586:7: warning[-Wdeprecated-declarations]: ‘atk_focus_tracker_notify’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/gailnotebook.c:23: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:200:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1735]
gtk+-2.24.33/modules/other/gail/gailnotebook.c:586:7: warning[-Wdeprecated-declarations]: ‘atk_focus_tracker_notify’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1736]
gtk+-2.24.33/modules/other/gail/gailnotebookpage.c: scope_hint: In function ‘gail_notebook_page_get_extents’
gtk+-2.24.33/modules/other/gail/gailnotebookpage.c:470:7: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/gailnotebookpage.c:23: included_from: Included from here.
/usr/include/atk-1.0/atk/atkcomponent.h:249:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1737]
gtk+-2.24.33/modules/other/gail/gailnotebookpage.c:470:7: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
Error: COMPILER_WARNING (CWE-477): [#def1738]
gtk+-2.24.33/modules/other/gail/gailpixmap.c: scope_hint: In function ‘gail_pixmap_get_image_position’
gtk+-2.24.33/modules/other/gail/gailpixmap.c:106:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
/usr/include/atk-1.0/atk/atkcomponent.h:249:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1739]
gtk+-2.24.33/modules/other/gail/gailpixmap.c:106:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
Error: COMPILER_WARNING (CWE-477): [#def1740]
gtk+-2.24.33/modules/other/gail/gailprogressbar.c: scope_hint: In function ‘gail_progress_bar_get_current_value’
gtk+-2.24.33/modules/other/gail/gailprogressbar.c:128:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
/usr/include/atk-1.0/atk/atk.h:54: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
/usr/include/atk-1.0/atk/atkvalue.h:124:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1741]
gtk+-2.24.33/modules/other/gail/gailprogressbar.c:128:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
Error: COMPILER_WARNING (CWE-477): [#def1742]
gtk+-2.24.33/modules/other/gail/gailprogressbar.c: scope_hint: In function ‘gail_progress_bar_get_maximum_value’
gtk+-2.24.33/modules/other/gail/gailprogressbar.c:146:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_maximum_value’ is deprecated: Use 'atk_value_get_range' instead
/usr/include/atk-1.0/atk/atkvalue.h:128:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1743]
gtk+-2.24.33/modules/other/gail/gailprogressbar.c:146:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_maximum_value’ is deprecated: Use 'atk_value_get_range' instead
Error: COMPILER_WARNING (CWE-477): [#def1744]
gtk+-2.24.33/modules/other/gail/gailprogressbar.c: scope_hint: In function ‘gail_progress_bar_get_minimum_value’
gtk+-2.24.33/modules/other/gail/gailprogressbar.c:164:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_value’ is deprecated: Use 'atk_value_get_range' instead
/usr/include/atk-1.0/atk/atkvalue.h:131:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1745]
gtk+-2.24.33/modules/other/gail/gailprogressbar.c:164:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_value’ is deprecated: Use 'atk_value_get_range' instead
Error: COMPILER_WARNING (CWE-477): [#def1746]
gtk+-2.24.33/modules/other/gail/gailrange.c: scope_hint: In function ‘gail_range_get_current_value’
gtk+-2.24.33/modules/other/gail/gailrange.c:183:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
/usr/include/atk-1.0/atk/atk.h:54: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/gailrange.c:23: included_from: Included from here.
/usr/include/atk-1.0/atk/atkvalue.h:124:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1747]
gtk+-2.24.33/modules/other/gail/gailrange.c:183:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
Error: COMPILER_WARNING (CWE-477): [#def1748]
gtk+-2.24.33/modules/other/gail/gailrange.c: scope_hint: In function ‘gail_range_get_maximum_value’
gtk+-2.24.33/modules/other/gail/gailrange.c:204:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_maximum_value’ is deprecated: Use 'atk_value_get_range' instead
/usr/include/atk-1.0/atk/atkvalue.h:128:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1749]
gtk+-2.24.33/modules/other/gail/gailrange.c:204:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_maximum_value’ is deprecated: Use 'atk_value_get_range' instead
Error: COMPILER_WARNING (CWE-477): [#def1750]
gtk+-2.24.33/modules/other/gail/gailrange.c: scope_hint: In function ‘gail_range_get_minimum_value’
gtk+-2.24.33/modules/other/gail/gailrange.c:234:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_value’ is deprecated: Use 'atk_value_get_range' instead
/usr/include/atk-1.0/atk/atkvalue.h:131:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1751]
gtk+-2.24.33/modules/other/gail/gailrange.c:234:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_value’ is deprecated: Use 'atk_value_get_range' instead
Error: COMPILER_WARNING (CWE-477): [#def1752]
gtk+-2.24.33/modules/other/gail/gailrange.c: scope_hint: In function ‘gail_range_get_minimum_increment’
gtk+-2.24.33/modules/other/gail/gailrange.c:251:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_increment’ is deprecated: Use 'atk_value_get_increment' instead
/usr/include/atk-1.0/atk/atkvalue.h:137:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1753]
gtk+-2.24.33/modules/other/gail/gailrange.c:251:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_increment’ is deprecated: Use 'atk_value_get_increment' instead
Error: COMPILER_WARNING: [#def1754]
gtk+-2.24.33/modules/other/gail/gailrenderercell.c: scope_hint: In function ‘gail_renderer_cell_new’
gtk+-2.24.33/modules/other/gail/gailrenderercell.c:73:21: warning[-Wunused-but-set-variable=]: variable ‘cell’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1755]
gtk+-2.24.33/modules/other/gail/gailspinbutton.c: scope_hint: In function ‘gail_spin_button_get_current_value’
gtk+-2.24.33/modules/other/gail/gailspinbutton.c:130:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
/usr/include/atk-1.0/atk/atk.h:54: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/gailspinbutton.c:23: included_from: Included from here.
/usr/include/atk-1.0/atk/atkvalue.h:124:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1756]
gtk+-2.24.33/modules/other/gail/gailspinbutton.c:130:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
Error: COMPILER_WARNING (CWE-477): [#def1757]
gtk+-2.24.33/modules/other/gail/gailspinbutton.c: scope_hint: In function ‘gail_spin_button_get_maximum_value’
gtk+-2.24.33/modules/other/gail/gailspinbutton.c:148:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_maximum_value’ is deprecated: Use 'atk_value_get_range' instead
/usr/include/atk-1.0/atk/atkvalue.h:128:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1758]
gtk+-2.24.33/modules/other/gail/gailspinbutton.c:148:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_maximum_value’ is deprecated: Use 'atk_value_get_range' instead
Error: COMPILER_WARNING (CWE-477): [#def1759]
gtk+-2.24.33/modules/other/gail/gailspinbutton.c: scope_hint: In function ‘gail_spin_button_get_minimum_value’
gtk+-2.24.33/modules/other/gail/gailspinbutton.c:166:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_value’ is deprecated: Use 'atk_value_get_range' instead
/usr/include/atk-1.0/atk/atkvalue.h:131:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1760]
gtk+-2.24.33/modules/other/gail/gailspinbutton.c:166:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_value’ is deprecated: Use 'atk_value_get_range' instead
Error: COMPILER_WARNING (CWE-477): [#def1761]
gtk+-2.24.33/modules/other/gail/gailspinbutton.c: scope_hint: In function ‘gail_spin_button_get_minimum_increment’
gtk+-2.24.33/modules/other/gail/gailspinbutton.c:183:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_increment’ is deprecated: Use 'atk_value_get_increment' instead
/usr/include/atk-1.0/atk/atkvalue.h:137:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1762]
gtk+-2.24.33/modules/other/gail/gailspinbutton.c:183:3: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_increment’ is deprecated: Use 'atk_value_get_increment' instead
Error: COMPILER_WARNING (CWE-477): [#def1763]
gtk+-2.24.33/modules/other/gail/gailspinbutton.c: scope_hint: In function ‘gail_spin_button_set_current_value’
gtk+-2.24.33/modules/other/gail/gailspinbutton.c:201:3: warning[-Wdeprecated-declarations]: ‘atk_value_set_current_value’ is deprecated: Use 'atk_value_set_value' instead
/usr/include/atk-1.0/atk/atkvalue.h:134:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1764]
gtk+-2.24.33/modules/other/gail/gailspinbutton.c:201:3: warning[-Wdeprecated-declarations]: ‘atk_value_set_current_value’ is deprecated: Use 'atk_value_set_value' instead
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1765]
gtk+-2.24.33/modules/other/gail/gailtextcell.c:566:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘parent’
gtk+-2.24.33/modules/other/gail/gailtextcell.c:546:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/other/gail/gailtextcell.c:551:6: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/gailtextcell.c:551:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/other/gail/gailtextcell.c:561:3: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/other/gail/gailtextcell.c:563:12: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/gailtextcell.c:564:7: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/gailtextcell.c:566:3: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/gailtextcell.c:566:3: danger: dereference of NULL ‘parent’
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1766]
gtk+-2.24.33/modules/other/gail/gailtextcell.c:613:3: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘parent’
gtk+-2.24.33/modules/other/gail/gailtextcell.c:602:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/other/gail/gailtextcell.c:606:3: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/gailtextcell.c:609:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/gailtextcell.c:610:7: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/gailtextcell.c:610:7: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/gailtextcell.c:613:3: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/gailtextcell.c:613:3: danger: dereference of NULL ‘parent’
Error: COMPILER_WARNING: [#def1767]
gtk+-2.24.33/modules/other/gail/gailtextview.c: scope_hint: In function ‘gail_text_view_get_offset_at_point’
gtk+-2.24.33/modules/other/gail/gailtextview.c:517:18: warning[-Wunused-but-set-variable=]: variable ‘buffer’ set but not used
Error: COMPILER_WARNING (CWE-704): [#def1768]
gtk+-2.24.33/modules/other/gail/gailtoplevel.c: scope_hint: In function ‘gail_toplevel_initialize’
gtk+-2.24.33/modules/other/gail/gailtoplevel.c:135:20: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def1769]
gtk+-2.24.33/modules/other/gail/gailtoplevel.c:135:20: warning[-Wdiscarded-qualifiers]: assignment discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-477): [#def1770]
gtk+-2.24.33/modules/other/gail/gailtreeview.c: scope_hint: In function ‘gail_tree_view_is_child_selected’
gtk+-2.24.33/modules/other/gail/gailtreeview.c:1992:3: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
/usr/include/atk-1.0/atk/atk.h:50: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/gailtreeview.c:23: included_from: Included from here.
/usr/include/atk-1.0/atk/atktable.h:144:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1771]
gtk+-2.24.33/modules/other/gail/gailtreeview.c:1992:3: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
Error: COMPILER_WARNING (CWE-457): [#def1772]
gtk+-2.24.33/modules/other/gail/gailtreeview.c:4195:14: warning[-Wmaybe-uninitialized]: ‘real_index’ may be used uninitialized
gtk+-2.24.33/modules/other/gail/gailtreeview.c: scope_hint: In function ‘gail_tree_view_ref_child’
gtk+-2.24.33/modules/other/gail/gailtreeview.c:4182:8: note: ‘real_index’ was declared here
Error: COMPILER_WARNING (CWE-457): [#def1773]
gtk+-2.24.33/modules/other/gail/gailtreeview.c: scope_hint: In function ‘refresh_cell_index’
gtk+-2.24.33/modules/other/gail/gailtreeview.c:4231:15: warning[-Wmaybe-uninitialized]: ‘index’ may be used uninitialized
gtk+-2.24.33/modules/other/gail/gailtreeview.c:4218:8: note: ‘index’ was declared here
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1774]
gtk+-2.24.33/modules/other/gail/gailtreeview.c:4669:8: warning[-Wanalyzer-null-dereference]: dereference of NULL ‘parent’
gtk+-2.24.33/modules/other/gail/gailtreeview.c:3988:1: enter_function: entry to ‘toggle_cell_toggled’
gtk+-2.24.33/modules/other/gail/gailtreeview.c:3998:7: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/gailtreeview.c:4004:15: call_function: inlined call to ‘find_cell_info’ from ‘toggle_cell_toggled’
Error: COMPILER_WARNING (CWE-477): [#def1775]
gtk+-2.24.33/modules/other/gail/gailutil.c: scope_hint: In function ‘gail_misc_get_type_once’
gtk+-2.24.33/modules/other/gail/gailutil.c:613:1: warning[-Wdeprecated-declarations]: ‘atk_misc_get_type’ is deprecated
/usr/include/atk-1.0/atk/atk.h:34: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/gailutil.c:24: included_from: Included from here.
/usr/include/atk-1.0/atk/atkmisc.h:99:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1776]
gtk+-2.24.33/modules/other/gail/gailutil.c:613:1: warning[-Wdeprecated-declarations]: ‘atk_misc_get_type’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1777]
gtk+-2.24.33/modules/other/gail/gailwidget.c: scope_hint: In function ‘gail_widget_real_initialize’
gtk+-2.24.33/modules/other/gail/gailwidget.c:172:3: warning[-Wdeprecated-declarations]: ‘atk_component_add_focus_handler’ is deprecated
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
/usr/include/atk-1.0/atk/atkcomponent.h:229:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1778]
gtk+-2.24.33/modules/other/gail/gailwidget.c:172:3: warning[-Wdeprecated-declarations]: ‘atk_component_add_focus_handler’ is deprecated
Error: COMPILER_WARNING: [#def1779]
gtk+-2.24.33/modules/other/gail/tests/ferret.c: scope_hint: In function ‘_send_to_magnifier’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:274:13: warning[-Wunused-but-set-variable=]: variable ‘length_msg’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1780]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:296:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘desc’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2415:1: enter_function: entry to ‘_print_signal’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2420:8: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2423:9: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:8: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:26: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:26: branch_false: following ‘false’ branch (when ‘aobject’ is non-NULL)...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:26: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:9: branch_true: following ‘true’ branch (when ‘type == 1’)...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2444:43: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:9: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2447:29: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2449:9: call_function: calling ‘_send_to_magnifier’ from ‘_print_signal’
Error: GCC_ANALYZER_WARNING (CWE-666): [#def1781]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:300:7: warning[-Wanalyzer-fd-phase-mismatch]: ‘connect’ on file descriptor ‘desc’ in wrong phase
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2415:1: enter_function: entry to ‘_print_signal’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2420:8: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2423:9: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:8: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:26: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:26: branch_false: following ‘false’ branch (when ‘aobject’ is non-NULL)...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:26: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:9: branch_true: following ‘true’ branch (when ‘type == 1’)...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2444:43: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:9: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2447:29: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2449:9: call_function: calling ‘_send_to_magnifier’ from ‘_print_signal’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1782]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:302:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘desc’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2415:1: enter_function: entry to ‘_print_signal’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2420:8: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2423:9: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:8: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:26: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:26: branch_false: following ‘false’ branch (when ‘aobject’ is non-NULL)...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:26: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:9: branch_true: following ‘true’ branch (when ‘type == 1’)...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2444:43: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:9: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2447:29: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2449:9: call_function: calling ‘_send_to_magnifier’ from ‘_print_signal’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1783]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:309:1: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘desc’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2415:1: enter_function: entry to ‘_print_signal’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2420:8: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2423:9: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:8: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:26: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:26: branch_false: following ‘false’ branch (when ‘aobject’ is non-NULL)...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:26: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:9: branch_true: following ‘true’ branch (when ‘type == 1’)...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2444:43: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2443:9: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2447:29: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2449:9: call_function: calling ‘_send_to_magnifier’ from ‘_print_signal’
Error: GCC_ANALYZER_WARNING: [#def1784]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:322:10: warning[-Wanalyzer-fd-use-without-check]: ‘connect’ on possibly invalid file descriptor ‘fd’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2415:1: enter_function: entry to ‘_print_signal’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2420:8: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2423:9: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2431:8: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2433:12: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2433:12: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2435:13: call_function: calling ‘_speak_caret_event’ from ‘_print_signal’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1785]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:324:7: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2415:1: enter_function: entry to ‘_print_signal’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2420:8: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2423:9: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2431:8: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2433:12: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2433:12: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2435:13: call_function: calling ‘_speak_caret_event’ from ‘_print_signal’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1786]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:331:1: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2415:1: enter_function: entry to ‘_print_signal’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2420:8: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2423:9: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2431:8: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2433:12: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2433:12: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2435:13: call_function: calling ‘_speak_caret_event’ from ‘_print_signal’
Error: COMPILER_WARNING: [#def1787]
gtk+-2.24.33/modules/other/gail/tests/ferret.c: scope_hint: In function ‘_send_to_festival’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:406:24: warning[-Wstringop-truncation]: ‘strncpy’ output truncated before terminating nul copying 9 bytes from a string of the same length
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1788]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:438:13: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2415:1: enter_function: entry to ‘_print_signal’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2420:8: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2423:9: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2431:8: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2433:12: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2433:12: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2435:13: call_function: calling ‘_speak_caret_event’ from ‘_print_signal’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def1789]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:439:3: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘fd’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2415:1: enter_function: entry to ‘_print_signal’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2420:8: branch_false: following ‘false’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2423:9: branch_false: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2431:8: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2433:12: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2433:12: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2435:13: call_function: calling ‘_speak_caret_event’ from ‘_print_signal’
Error: COMPILER_WARNING (CWE-477): [#def1790]
gtk+-2.24.33/modules/other/gail/tests/ferret.c: scope_hint: In function ‘_speak_caret_event’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:450:7: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
/usr/include/atk-1.0/atk/atkeditabletext.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
/usr/include/atk-1.0/atk/atktext.h:387:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1791]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:450:7: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
Error: COMPILER_WARNING (CWE-477): [#def1792]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:458:7: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_before_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
/usr/include/atk-1.0/atk/atktext.h:393:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1793]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:458:7: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_before_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
Error: COMPILER_WARNING (CWE-477): [#def1794]
gtk+-2.24.33/modules/other/gail/tests/ferret.c: scope_hint: In function ‘_print_object’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:700:19: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
/usr/include/atk-1.0/atk/atktext.h:387:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1795]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:700:19: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
Error: COMPILER_WARNING (CWE-477): [#def1796]
gtk+-2.24.33/modules/other/gail/tests/ferret.c: scope_hint: In function ‘_print_text’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1235:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
/usr/include/atk-1.0/atk/atktext.h:387:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1797]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1235:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
Error: COMPILER_WARNING (CWE-477): [#def1798]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1272:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
/usr/include/atk-1.0/atk/atktext.h:387:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1799]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1272:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
Error: COMPILER_WARNING (CWE-477): [#def1800]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1289:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
/usr/include/atk-1.0/atk/atktext.h:387:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1801]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1289:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
Error: COMPILER_WARNING (CWE-477): [#def1802]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1306:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
/usr/include/atk-1.0/atk/atktext.h:387:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1803]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1306:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
Error: COMPILER_WARNING: [#def1804]
gtk+-2.24.33/modules/other/gail/tests/ferret.c: scope_hint: In function ‘_print_text_attributes’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1333:10: warning[-Wunused-but-set-variable=]: variable ‘n_chars’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1805]
gtk+-2.24.33/modules/other/gail/tests/ferret.c: scope_hint: In function ‘_print_value’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1404:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
/usr/include/atk-1.0/atk/atk.h:54: included_from: Included from here.
/usr/include/atk-1.0/atk/atkvalue.h:124:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1806]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1404:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
Error: COMPILER_WARNING (CWE-477): [#def1807]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1406:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_value’ is deprecated: Use 'atk_value_get_range' instead
/usr/include/atk-1.0/atk/atkvalue.h:131:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1808]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1406:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_value’ is deprecated: Use 'atk_value_get_range' instead
Error: COMPILER_WARNING (CWE-477): [#def1809]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1408:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_maximum_value’ is deprecated: Use 'atk_value_get_range' instead
/usr/include/atk-1.0/atk/atkvalue.h:128:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1810]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1408:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_maximum_value’ is deprecated: Use 'atk_value_get_range' instead
Error: COMPILER_WARNING (CWE-477): [#def1811]
gtk+-2.24.33/modules/other/gail/tests/ferret.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1451:5: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1812]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1451:5: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1813]
gtk+-2.24.33/modules/other/gail/tests/ferret.c: scope_hint: In function ‘_button_watcher’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1518:11: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
/usr/include/atk-1.0/atk/atkcomponent.h:249:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1814]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:1518:11: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
Error: COMPILER_WARNING (CWE-477): [#def1815]
gtk+-2.24.33/modules/other/gail/tests/ferret.c: scope_hint: In function ‘_toggle_trackfocus’
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2692:8: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1816]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2692:8: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1817]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2698:8: warning[-Wdeprecated-declarations]: ‘atk_remove_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkutil.h:196:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1818]
gtk+-2.24.33/modules/other/gail/tests/ferret.c:2698:8: warning[-Wdeprecated-declarations]: ‘atk_remove_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1819]
gtk+-2.24.33/modules/other/gail/tests/testaction.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testaction.c:76:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testaction.c:3: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1820]
gtk+-2.24.33/modules/other/gail/tests/testaction.c:76:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1821]
gtk+-2.24.33/modules/other/gail/tests/testbutton.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testbutton.c:195:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testbutton.c:1: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1822]
gtk+-2.24.33/modules/other/gail/tests/testbutton.c:195:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING: [#def1823]
gtk+-2.24.33/modules/other/gail/tests/testcombo.c: scope_hint: In function ‘_check_children’
gtk+-2.24.33/modules/other/gail/tests/testcombo.c:19:14: warning[-Wunused-but-set-variable=]: variable ‘parent’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1824]
gtk+-2.24.33/modules/other/gail/tests/testcombo.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testcombo.c:180:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1825]
gtk+-2.24.33/modules/other/gail/tests/testcombo.c:180:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1826]
gtk+-2.24.33/modules/other/gail/tests/testcomponent.c: scope_hint: In function ‘_check_position’
gtk+-2.24.33/modules/other/gail/tests/testcomponent.c:19:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testcomponent.c:1: included_from: Included from here.
/usr/include/atk-1.0/atk/atkcomponent.h:249:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1827]
gtk+-2.24.33/modules/other/gail/tests/testcomponent.c:19:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
Error: COMPILER_WARNING (CWE-477): [#def1828]
gtk+-2.24.33/modules/other/gail/tests/testcomponent.c:20:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_size’ is deprecated: Use 'atk_component_get_extents' instead
/usr/include/atk-1.0/atk/atkcomponent.h:254:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1829]
gtk+-2.24.33/modules/other/gail/tests/testcomponent.c:20:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_size’ is deprecated: Use 'atk_component_get_extents' instead
Error: COMPILER_WARNING (CWE-477): [#def1830]
gtk+-2.24.33/modules/other/gail/tests/testcomponent.c:32:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
/usr/include/atk-1.0/atk/atkcomponent.h:249:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1831]
gtk+-2.24.33/modules/other/gail/tests/testcomponent.c:32:3: warning[-Wdeprecated-declarations]: ‘atk_component_get_position’ is deprecated: Use 'atk_component_get_extents' instead
Error: COMPILER_WARNING (CWE-477): [#def1832]
gtk+-2.24.33/modules/other/gail/tests/testcomponent.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testcomponent.c:110:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1833]
gtk+-2.24.33/modules/other/gail/tests/testcomponent.c:110:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: CPPCHECK_WARNING (CWE-476): [#def1834]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:41: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1835]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:42: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1836]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:43: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1837]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:44: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1838]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:45: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1839]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:46: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1840]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:47: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1841]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:48: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1842]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:49: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1843]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:50: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1844]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:51: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1845]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:52: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1846]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:53: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1847]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:54: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1848]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:55: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1849]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:58: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1850]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:59: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1851]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:60: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1852]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:61: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1853]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:62: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1854]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:65: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1855]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:66: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-476): [#def1856]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:68: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: md
Error: CPPCHECK_WARNING (CWE-401): [#def1857]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:72: error[memleak]: Memory leak: md
Error: COMPILER_WARNING (CWE-477): [#def1858]
gtk+-2.24.33/modules/other/gail/tests/testimage.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testimage.c:145:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testimage.c:1: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1859]
gtk+-2.24.33/modules/other/gail/tests/testimage.c:145:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: CPPCHECK_WARNING (CWE-476): [#def1860]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:512: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: localow
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1861]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:512:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘localow’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:508:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: acquire_memory: this call could return NULL
gtk+-2.24.33/modules/other/gail/tests/testlib.c:512:7: danger: ‘localow’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1862]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:512:31: warning[-Wanalyzer-malloc-leak]: leak of ‘localow’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:508:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: acquire_memory: allocated here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:512:31: throw: if ‘gtk_text_buffer_new’ throws an exception...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:512:31: danger: ‘localow’ leaks here; was allocated at [(3)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-476): [#def1863]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:513: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: localow
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1864]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:513:14: warning[-Wanalyzer-malloc-leak]: leak of ‘localow’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:508:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: acquire_memory: allocated here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:513:14: throw: if ‘gtk_text_view_new_with_buffer’ throws an exception...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:513:14: danger: ‘localow’ leaks here; was allocated at [(3)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1865]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:514:7: warning[-Wanalyzer-malloc-leak]: leak of ‘localow’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:508:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: acquire_memory: allocated here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:514:7: throw: if ‘gtk_widget_set_size_request’ throws an exception...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:514:7: danger: ‘localow’ leaks here; was allocated at [(3)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1866]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:515:7: warning[-Wanalyzer-malloc-leak]: leak of ‘localow’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:508:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: acquire_memory: allocated here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:515:7: throw: if ‘gtk_text_view_set_wrap_mode’ throws an exception...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:515:7: danger: ‘localow’ leaks here; was allocated at [(3)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1867]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:516:7: warning[-Wanalyzer-malloc-leak]: leak of ‘localow’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:508:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: acquire_memory: allocated here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:516:7: throw: if ‘gtk_text_view_set_editable’ throws an exception...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:516:7: danger: ‘localow’ leaks here; was allocated at [(3)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-476): [#def1868]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:518: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: localow
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1869]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:518:31: warning[-Wanalyzer-malloc-leak]: leak of ‘localow’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:508:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: acquire_memory: allocated here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:518:31: throw: if ‘gtk_window_new’ throws an exception...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:518:31: danger: ‘localow’ leaks here; was allocated at [(3)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-476): [#def1870]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:519: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: localow
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1871]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:519:7: warning[-Wanalyzer-malloc-leak]: leak of ‘localow’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:508:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: acquire_memory: allocated here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:519:7: throw: if ‘gtk_window_set_title’ throws an exception...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:519:7: danger: ‘localow’ leaks here; was allocated at [(3)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1872]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:520:25: warning[-Wanalyzer-malloc-leak]: leak of ‘localow’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:508:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: acquire_memory: allocated here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:520:25: throw: if ‘gtk_scrolled_window_new’ throws an exception...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:520:25: danger: ‘localow’ leaks here; was allocated at [(3)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1873]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:522:7: warning[-Wanalyzer-malloc-leak]: leak of ‘localow’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:508:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: acquire_memory: allocated here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:522:7: throw: if ‘gtk_scrolled_window_set_policy’ throws an exception...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:522:7: danger: ‘localow’ leaks here; was allocated at [(3)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-476): [#def1874]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:524: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: localow
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1875]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:524:7: warning[-Wanalyzer-malloc-leak]: leak of ‘localow’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:508:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: acquire_memory: allocated here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:524:7: throw: if ‘gtk_container_add’ throws an exception...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:524:7: danger: ‘localow’ leaks here; was allocated at [(3)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1876]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:525:7: warning[-Wanalyzer-malloc-leak]: leak of ‘localow’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:508:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: acquire_memory: allocated here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:525:7: throw: if ‘gtk_container_add’ throws an exception...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:525:7: danger: ‘localow’ leaks here; was allocated at [(3)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-476): [#def1877]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:526: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: localow
Error: GCC_ANALYZER_WARNING (CWE-401): [#def1878]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:526:7: warning[-Wanalyzer-malloc-leak]: leak of ‘localow’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:508:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:510:34: acquire_memory: allocated here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:526:7: throw: if ‘gtk_text_buffer_get_iter_at_offset’ throws an exception...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:526:7: danger: ‘localow’ leaks here; was allocated at [(3)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/2)
Error: CPPCHECK_WARNING (CWE-476): [#def1879]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:529: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: localow
Error: CPPCHECK_WARNING (CWE-476): [#def1880]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:531: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: localow
Error: CPPCHECK_WARNING (CWE-476): [#def1881]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:533: warning[nullPointerOutOfMemory]: If memory allocation fails, then there is a possible null pointer dereference: localow
Error: COMPILER_WARNING: [#def1882]
gtk+-2.24.33/modules/other/gail/tests/testlib.c: scope_hint: In function ‘_create_select_tests_window’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:556:14: warning[-Wunused-but-set-variable=]: variable ‘textwidget’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-476): [#def1883]
gtk+-2.24.33/modules/other/gail/tests/testlib.c:567:7: warning[-Wanalyzer-possible-null-dereference]: dereference of possibly-NULL ‘malloc(56)’
gtk+-2.24.33/modules/other/gail/tests/testlib.c:560:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/other/gail/tests/testlib.c:562:38: branch_true: ...to here
gtk+-2.24.33/modules/other/gail/tests/testlib.c:562:38: acquire_memory: this call could return NULL
gtk+-2.24.33/modules/other/gail/tests/testlib.c:567:7: danger: ‘malloc(56)’ could be NULL: unchecked value from [(3)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/2)
Error: COMPILER_WARNING (CWE-477): [#def1884]
gtk+-2.24.33/modules/other/gail/tests/testmenuitem.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testmenuitem.c:127:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testmenuitem.c:2: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1885]
gtk+-2.24.33/modules/other/gail/tests/testmenuitem.c:127:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1886]
gtk+-2.24.33/modules/other/gail/tests/testnotebook.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testnotebook.c:214:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testnotebook.c:4: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1887]
gtk+-2.24.33/modules/other/gail/tests/testnotebook.c:214:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1888]
gtk+-2.24.33/modules/other/gail/tests/testobject.c: scope_hint: In function ‘_print_accessible’
gtk+-2.24.33/modules/other/gail/tests/testobject.c:166:5: warning[-Wdeprecated-declarations]: ‘atk_component_add_focus_handler’ is deprecated
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testobject.c:1: included_from: Included from here.
/usr/include/atk-1.0/atk/atkcomponent.h:229:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1889]
gtk+-2.24.33/modules/other/gail/tests/testobject.c:166:5: warning[-Wdeprecated-declarations]: ‘atk_component_add_focus_handler’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1890]
gtk+-2.24.33/modules/other/gail/tests/testobject.c: scope_hint: In function ‘_check_children’
gtk+-2.24.33/modules/other/gail/tests/testobject.c:232:7: warning[-Wdeprecated-declarations]: ‘atk_component_add_focus_handler’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:229:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1891]
gtk+-2.24.33/modules/other/gail/tests/testobject.c:232:7: warning[-Wdeprecated-declarations]: ‘atk_component_add_focus_handler’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1892]
gtk+-2.24.33/modules/other/gail/tests/testobject.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testobject.c:321:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1893]
gtk+-2.24.33/modules/other/gail/tests/testobject.c:321:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1894]
gtk+-2.24.33/modules/other/gail/tests/testoptionmenu.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testoptionmenu.c:146:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1895]
gtk+-2.24.33/modules/other/gail/tests/testoptionmenu.c:146:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1896]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c: scope_hint: In function ‘_property_change_handler’
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:34:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
/usr/include/atk-1.0/atk/atk.h:54: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:3: included_from: Included from here.
/usr/include/atk-1.0/atk/atkvalue.h:124:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1897]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:34:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
Error: COMPILER_WARNING (CWE-477): [#def1898]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:40:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_value’ is deprecated: Use 'atk_value_get_range' instead
/usr/include/atk-1.0/atk/atkvalue.h:131:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1899]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:40:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_value’ is deprecated: Use 'atk_value_get_range' instead
Error: COMPILER_WARNING (CWE-477): [#def1900]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:44:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_maximum_value’ is deprecated: Use 'atk_value_get_range' instead
/usr/include/atk-1.0/atk/atkvalue.h:128:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1901]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:44:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_maximum_value’ is deprecated: Use 'atk_value_get_range' instead
Error: COMPILER_WARNING: [#def1902]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:55:14: warning[-Wunused-but-set-variable=]: variable ‘widget’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def1903]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c: scope_hint: In function ‘_test_paned’
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:67:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
/usr/include/atk-1.0/atk/atkvalue.h:124:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1904]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:67:5: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
Error: COMPILER_WARNING (CWE-477): [#def1905]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:74:5: warning[-Wdeprecated-declarations]: ‘atk_value_set_current_value’ is deprecated: Use 'atk_value_set_value' instead
/usr/include/atk-1.0/atk/atkvalue.h:134:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1906]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:74:5: warning[-Wdeprecated-declarations]: ‘atk_value_set_current_value’ is deprecated: Use 'atk_value_set_value' instead
Error: COMPILER_WARNING (CWE-477): [#def1907]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c: scope_hint: In function ‘_check_paned’
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:108:7: warning[-Wdeprecated-declarations]: ‘atk_object_connect_property_change_handler’ is deprecated
/usr/include/atk-1.0/atk/atkaction.h:26: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:25: included_from: Included from here.
/usr/include/atk-1.0/atk/atkobject.h:778:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1908]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:108:7: warning[-Wdeprecated-declarations]: ‘atk_object_connect_property_change_handler’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1909]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:122:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1910]
gtk+-2.24.33/modules/other/gail/tests/testpaned.c:122:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1911]
gtk+-2.24.33/modules/other/gail/tests/testprops.c: scope_hint: In function ‘_add_handler’
gtk+-2.24.33/modules/other/gail/tests/testprops.c:168:7: warning[-Wdeprecated-declarations]: ‘atk_object_connect_property_change_handler’ is deprecated
/usr/include/atk-1.0/atk/atkaction.h:26: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:25: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testprops.c:3: included_from: Included from here.
/usr/include/atk-1.0/atk/atkobject.h:778:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1912]
gtk+-2.24.33/modules/other/gail/tests/testprops.c:168:7: warning[-Wdeprecated-declarations]: ‘atk_object_connect_property_change_handler’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1913]
gtk+-2.24.33/modules/other/gail/tests/testprops.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testprops.c:209:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1914]
gtk+-2.24.33/modules/other/gail/tests/testprops.c:209:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1915]
gtk+-2.24.33/modules/other/gail/tests/testselection.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testselection.c:187:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testselection.c:2: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1916]
gtk+-2.24.33/modules/other/gail/tests/testselection.c:187:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1917]
gtk+-2.24.33/modules/other/gail/tests/teststatusbar.c: scope_hint: In function ‘_check_statusbar’
gtk+-2.24.33/modules/other/gail/tests/teststatusbar.c:94:3: warning[-Wdeprecated-declarations]: ‘atk_object_connect_property_change_handler’ is deprecated
/usr/include/atk-1.0/atk/atkaction.h:26: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:25: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/teststatusbar.c:3: included_from: Included from here.
/usr/include/atk-1.0/atk/atkobject.h:778:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1918]
gtk+-2.24.33/modules/other/gail/tests/teststatusbar.c:94:3: warning[-Wdeprecated-declarations]: ‘atk_object_connect_property_change_handler’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1919]
gtk+-2.24.33/modules/other/gail/tests/teststatusbar.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/teststatusbar.c:116:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1920]
gtk+-2.24.33/modules/other/gail/tests/teststatusbar.c:116:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1921]
gtk+-2.24.33/modules/other/gail/tests/testtable.c: scope_hint: In function ‘_check_table’
gtk+-2.24.33/modules/other/gail/tests/testtable.c:198:3: warning[-Wdeprecated-declarations]: ‘atk_object_connect_property_change_handler’ is deprecated
/usr/include/atk-1.0/atk/atkaction.h:26: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:25: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testtextlib.h:2: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testtable.c:2: included_from: Included from here.
/usr/include/atk-1.0/atk/atkobject.h:778:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1922]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:198:3: warning[-Wdeprecated-declarations]: ‘atk_object_connect_property_change_handler’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1923]
gtk+-2.24.33/modules/other/gail/tests/testtable.c: scope_hint: In function ‘other_runtest’
gtk+-2.24.33/modules/other/gail/tests/testtable.c:315:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
/usr/include/atk-1.0/atk/atk.h:50: included_from: Included from here.
/usr/include/atk-1.0/atk/atktable.h:137:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1924]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:315:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
Error: COMPILER_WARNING (CWE-477): [#def1925]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:318:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_column_at_index’ is deprecated
/usr/include/atk-1.0/atk/atktable.h:141:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1926]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:318:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_column_at_index’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1927]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:321:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
/usr/include/atk-1.0/atk/atktable.h:144:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1928]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:321:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1929]
gtk+-2.24.33/modules/other/gail/tests/testtable.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testtable.c:536:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1930]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:536:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1931]
gtk+-2.24.33/modules/other/gail/tests/testtable.c: scope_hint: In function ‘_property_change_handler’
gtk+-2.24.33/modules/other/gail/tests/testtable.c:671:15: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
/usr/include/atk-1.0/atk/atktable.h:144:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1932]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:671:15: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1933]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:672:15: warning[-Wdeprecated-declarations]: ‘atk_table_get_column_at_index’ is deprecated
/usr/include/atk-1.0/atk/atktable.h:141:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1934]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:672:15: warning[-Wdeprecated-declarations]: ‘atk_table_get_column_at_index’ is deprecated
Error: COMPILER_WARNING (CWE-697): [#def1935]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:690:26: warning[-Waddress]: the comparison will always evaluate as ‘true’ for the address of ‘old_value’ will never be NULL
/usr/include/atk-1.0/atk/atkobject.h:505:10: note: ‘old_value’ declared here
Error: COMPILER_WARNING (CWE-697): [#def1936]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:716:26: warning[-Waddress]: the comparison will always evaluate as ‘true’ for the address of ‘new_value’ will never be NULL
/usr/include/atk-1.0/atk/atkobject.h:506:10: note: ‘new_value’ declared here
Error: COMPILER_WARNING (CWE-477): [#def1937]
gtk+-2.24.33/modules/other/gail/tests/testtable.c: scope_hint: In function ‘nogui_ref_at_runtest’
gtk+-2.24.33/modules/other/gail/tests/testtable.c:857:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
/usr/include/atk-1.0/atk/atktable.h:137:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1938]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:857:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
Error: COMPILER_WARNING (CWE-477): [#def1939]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:878:9: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
/usr/include/atk-1.0/atk/atktable.h:144:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1940]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:878:9: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1941]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:879:9: warning[-Wdeprecated-declarations]: ‘atk_table_get_column_at_index’ is deprecated
/usr/include/atk-1.0/atk/atktable.h:141:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1942]
gtk+-2.24.33/modules/other/gail/tests/testtable.c:879:9: warning[-Wdeprecated-declarations]: ‘atk_table_get_column_at_index’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1943]
gtk+-2.24.33/modules/other/gail/tests/testtext.c: scope_hint: In function ‘_check_text’
gtk+-2.24.33/modules/other/gail/tests/testtext.c:116:3: warning[-Wdeprecated-declarations]: ‘atk_remove_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testtext.c:1: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:196:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1944]
gtk+-2.24.33/modules/other/gail/tests/testtext.c:116:3: warning[-Wdeprecated-declarations]: ‘atk_remove_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1945]
gtk+-2.24.33/modules/other/gail/tests/testtext.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testtext.c:122:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1946]
gtk+-2.24.33/modules/other/gail/tests/testtext.c:122:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1947]
gtk+-2.24.33/modules/other/gail/tests/testtextlib.c: scope_hint: In function ‘_run_offset_test’
gtk+-2.24.33/modules/other/gail/tests/testtextlib.c:695:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
/usr/include/atk-1.0/atk/atkeditabletext.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:28: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testtextlib.h:2: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testtextlib.c:3: included_from: Included from here.
/usr/include/atk-1.0/atk/atktext.h:387:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1948]
gtk+-2.24.33/modules/other/gail/tests/testtextlib.c:695:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_at_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
Error: COMPILER_WARNING (CWE-477): [#def1949]
gtk+-2.24.33/modules/other/gail/tests/testtextlib.c:698:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_before_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
/usr/include/atk-1.0/atk/atktext.h:393:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1950]
gtk+-2.24.33/modules/other/gail/tests/testtextlib.c:698:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_before_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
Error: COMPILER_WARNING (CWE-477): [#def1951]
gtk+-2.24.33/modules/other/gail/tests/testtextlib.c:701:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_after_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
/usr/include/atk-1.0/atk/atktext.h:381:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1952]
gtk+-2.24.33/modules/other/gail/tests/testtextlib.c:701:5: warning[-Wdeprecated-declarations]: ‘atk_text_get_text_after_offset’ is deprecated: Use 'atk_text_get_string_at_offset' instead
Error: CPPCHECK_WARNING (CWE-457): [#def1953]
gtk+-2.24.33/modules/other/gail/tests/testtextlib.c:738: error[legacyUninitvar]: Uninitialized variable: endOffset
Error: CPPCHECK_WARNING (CWE-457): [#def1954]
gtk+-2.24.33/modules/other/gail/tests/testtextlib.c:738: error[legacyUninitvar]: Uninitialized variable: startOffset
Error: COMPILER_WARNING (CWE-477): [#def1955]
gtk+-2.24.33/modules/other/gail/tests/testtoplevel.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testtoplevel.c:65:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testtoplevel.c:1: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1956]
gtk+-2.24.33/modules/other/gail/tests/testtoplevel.c:65:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1957]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c: scope_hint: In function ‘_check_table’
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:170:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
/usr/include/atk-1.0/atk/atk.h:50: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwidget.h:40: included_from: Included from here.
gtk+-2.24.33/gtk/gtkcontainer.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkbin.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkwindow.h:36: included_from: Included from here.
gtk+-2.24.33/gtk/gtkdialog.h:35: included_from: Included from here.
gtk+-2.24.33/gtk/gtkaboutdialog.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:33: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testlib.h:2: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:2: included_from: Included from here.
/usr/include/atk-1.0/atk/atktable.h:144:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1958]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:170:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1959]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:171:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_column_at_index’ is deprecated
/usr/include/atk-1.0/atk/atktable.h:141:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1960]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:171:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_column_at_index’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1961]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:174:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
/usr/include/atk-1.0/atk/atktable.h:137:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1962]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:174:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
Error: COMPILER_WARNING (CWE-477): [#def1963]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:190:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
/usr/include/atk-1.0/atk/atktable.h:144:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1964]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:190:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1965]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:191:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_column_at_index’ is deprecated
/usr/include/atk-1.0/atk/atktable.h:141:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1966]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:191:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_column_at_index’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1967]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:194:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
/usr/include/atk-1.0/atk/atktable.h:137:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1968]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:194:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
Error: COMPILER_WARNING (CWE-477): [#def1969]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c: scope_hint: In function ‘_check_expanders’
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:330:15: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
/usr/include/atk-1.0/atk/atktable.h:144:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1970]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:330:15: warning[-Wdeprecated-declarations]: ‘atk_table_get_row_at_index’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1971]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:345:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1972]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:345:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1973]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c: scope_hint: In function ‘_runtest’
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:377:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
/usr/include/atk-1.0/atk/atktable.h:137:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1974]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:377:7: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
Error: COMPILER_WARNING (CWE-477): [#def1975]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c: scope_hint: In function ‘row_inserted’
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:444:3: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
/usr/include/atk-1.0/atk/atktable.h:137:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1976]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:444:3: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
Error: COMPILER_WARNING (CWE-477): [#def1977]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c: scope_hint: In function ‘row_deleted’
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:479:3: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
/usr/include/atk-1.0/atk/atktable.h:137:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1978]
gtk+-2.24.33/modules/other/gail/tests/testtreetable.c:479:3: warning[-Wdeprecated-declarations]: ‘atk_table_get_index_at’ is deprecated: Use 'atk_table_ref_at' instead
Error: COMPILER_WARNING (CWE-477): [#def1979]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c: scope_hint: In function ‘_value_change_handler’
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:36:9: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
/usr/include/atk-1.0/atk/atk.h:54: included_from: Included from here.
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:2: included_from: Included from here.
/usr/include/atk-1.0/atk/atkvalue.h:124:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1980]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:36:9: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
Error: COMPILER_WARNING (CWE-477): [#def1981]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:41:9: warning[-Wdeprecated-declarations]: ‘atk_value_get_maximum_value’ is deprecated: Use 'atk_value_get_range' instead
/usr/include/atk-1.0/atk/atkvalue.h:128:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1982]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:41:9: warning[-Wdeprecated-declarations]: ‘atk_value_get_maximum_value’ is deprecated: Use 'atk_value_get_range' instead
Error: COMPILER_WARNING (CWE-477): [#def1983]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:46:9: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_value’ is deprecated: Use 'atk_value_get_range' instead
/usr/include/atk-1.0/atk/atkvalue.h:131:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1984]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:46:9: warning[-Wdeprecated-declarations]: ‘atk_value_get_minimum_value’ is deprecated: Use 'atk_value_get_range' instead
Error: COMPILER_WARNING (CWE-477): [#def1985]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c: scope_hint: In function ‘_add_handler’
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:98:5: warning[-Wdeprecated-declarations]: ‘atk_object_connect_property_change_handler’ is deprecated
/usr/include/atk-1.0/atk/atkaction.h:26: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:25: included_from: Included from here.
/usr/include/atk-1.0/atk/atkobject.h:778:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1986]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:98:5: warning[-Wdeprecated-declarations]: ‘atk_object_connect_property_change_handler’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def1987]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c: scope_hint: In function ‘_set_values’
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:128:25: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
/usr/include/atk-1.0/atk/atkvalue.h:124:6: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1988]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:128:25: warning[-Wdeprecated-declarations]: ‘atk_value_get_current_value’ is deprecated: Use 'atk_value_get_value_and_text' instead
Error: COMPILER_WARNING (CWE-477): [#def1989]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:137:17: warning[-Wdeprecated-declarations]: ‘atk_value_set_current_value’ is deprecated: Use 'atk_value_set_value' instead
/usr/include/atk-1.0/atk/atkvalue.h:134:10: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1990]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:137:17: warning[-Wdeprecated-declarations]: ‘atk_value_set_current_value’ is deprecated: Use 'atk_value_set_value' instead
Error: COMPILER_WARNING (CWE-477): [#def1991]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c: scope_hint: In function ‘_create_event_watcher’
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:182:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
/usr/include/atk-1.0/atk/atkcomponent.h:27: included_from: Included from here.
/usr/include/atk-1.0/atk/atk.h:26: included_from: Included from here.
/usr/include/atk-1.0/atk/atkutil.h:194:7: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1992]
gtk+-2.24.33/modules/other/gail/tests/testvalues.c:182:3: warning[-Wdeprecated-declarations]: ‘atk_add_focus_tracker’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-404): [#def1993]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:125:23: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:124:3: acquire_resource: ‘va_start’ called here
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:125:23: throw: if ‘g_strdup_vprintf’ throws an exception...
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:125:23: danger: missing call to ‘va_end’ to match ‘va_start’ at [(1)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/0)
Error: COMPILER_WARNING (CWE-477): [#def1994]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c: scope_hint: In function ‘gtk_cups_request_new_with_username’
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:174:7: warning[-Wdeprecated-declarations]: ‘httpConnectEncrypt’ is deprecated: Use httpConnect2 instead.
/usr/include/cups/ipp.h:19: included_from: Included from here.
/usr/include/cups/cups.h:28: included_from: Included from here.
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.h:24: included_from: Included from here.
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:24: included_from: Included from here.
/usr/include/cups/http.h:478:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1995]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:174:7: warning[-Wdeprecated-declarations]: ‘httpConnectEncrypt’ is deprecated: Use httpConnect2 instead.
Error: COMPILER_WARNING (CWE-477): [#def1996]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c: scope_hint: In function ‘_connect’
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:692:7: warning[-Wdeprecated-declarations]: ‘httpConnectEncrypt’ is deprecated: Use httpConnect2 instead.
/usr/include/cups/http.h:478:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1997]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:692:7: warning[-Wdeprecated-declarations]: ‘httpConnectEncrypt’ is deprecated: Use httpConnect2 instead.
Error: COMPILER_WARNING (CWE-477): [#def1998]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c: scope_hint: In function ‘_post_send’
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:747:7: warning[-Wdeprecated-declarations]: ‘httpReconnect’ is deprecated: Use httpReconnect2 instead.
/usr/include/cups/http.h:497:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def1999]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:747:7: warning[-Wdeprecated-declarations]: ‘httpReconnect’ is deprecated: Use httpReconnect2 instead.
Error: COMPILER_WARNING (CWE-477): [#def2000]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c: scope_hint: In function ‘_post_check’
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1049:11: warning[-Wdeprecated-declarations]: ‘httpReconnect’ is deprecated: Use httpReconnect2 instead.
/usr/include/cups/http.h:497:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2001]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1049:11: warning[-Wdeprecated-declarations]: ‘httpReconnect’ is deprecated: Use httpReconnect2 instead.
Error: COMPILER_WARNING (CWE-477): [#def2002]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1108:7: warning[-Wdeprecated-declarations]: ‘httpReconnect’ is deprecated: Use httpReconnect2 instead.
/usr/include/cups/http.h:497:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2003]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1108:7: warning[-Wdeprecated-declarations]: ‘httpReconnect’ is deprecated: Use httpReconnect2 instead.
Error: COMPILER_WARNING (CWE-477): [#def2004]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c: scope_hint: In function ‘_get_send’
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1235:7: warning[-Wdeprecated-declarations]: ‘httpReconnect’ is deprecated: Use httpReconnect2 instead.
/usr/include/cups/http.h:497:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2005]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1235:7: warning[-Wdeprecated-declarations]: ‘httpReconnect’ is deprecated: Use httpReconnect2 instead.
Error: COMPILER_WARNING (CWE-477): [#def2006]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c: scope_hint: In function ‘_get_check’
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1344:11: warning[-Wdeprecated-declarations]: ‘httpReconnect’ is deprecated: Use httpReconnect2 instead.
/usr/include/cups/http.h:497:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2007]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1344:11: warning[-Wdeprecated-declarations]: ‘httpReconnect’ is deprecated: Use httpReconnect2 instead.
Error: COMPILER_WARNING (CWE-477): [#def2008]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1376:7: warning[-Wdeprecated-declarations]: ‘httpReconnect’ is deprecated: Use httpReconnect2 instead.
/usr/include/cups/http.h:497:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2009]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1376:7: warning[-Wdeprecated-declarations]: ‘httpReconnect’ is deprecated: Use httpReconnect2 instead.
Error: GCC_ANALYZER_WARNING (CWE-775): [#def2010]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1615:27: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘socket((int)*iter.addr.addr.sa_family, 1, 0)’
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1537:1: enter_function: entry to ‘gtk_cups_connection_test_new’
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1563:21: call_function: calling ‘gtk_cups_connection_test_get_state’ from ‘gtk_cups_connection_test_new’
Error: GCC_ANALYZER_WARNING (CWE-775): [#def2011]
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1632:18: warning[-Wanalyzer-fd-leak]: leak of file descriptor ‘*test.socket’
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1630:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1634:44: branch_true: ...to here
gtk+-2.24.33/modules/printbackends/cups/gtkcupsutils.c:1632:18: danger: ‘*test.socket’ leaks here
Error: COMPILER_WARNING (CWE-477): [#def2012]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘cups_printer_create_cairo_surface’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:409:7: warning[-Wdeprecated-declarations]: ‘ppdFindAttr’ is deprecated: Use cupsCopyDestInfo and friends instead.
gtk+-2.24.33/modules/printbackends/cups/gtkprintercups.h:25: included_from: Included from here.
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:60: included_from: Included from here.
/usr/include/cups/ppd.h:400:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2013]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:409:7: warning[-Wdeprecated-declarations]: ‘ppdFindAttr’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2014]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:416:11: warning[-Wdeprecated-declarations]: ‘ppdFindAttr’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:400:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2015]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:416:11: warning[-Wdeprecated-declarations]: ‘ppdFindAttr’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2016]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:437:7: warning[-Wdeprecated-declarations]: ‘ppdFindAttr’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:400:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2017]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:437:7: warning[-Wdeprecated-declarations]: ‘ppdFindAttr’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2018]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:445:11: warning[-Wdeprecated-declarations]: ‘ppdFindAttr’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:400:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2019]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:445:11: warning[-Wdeprecated-declarations]: ‘ppdFindAttr’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2020]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:449:7: warning[-Wdeprecated-declarations]: ‘ppdFindAttr’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:400:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2021]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:449:7: warning[-Wdeprecated-declarations]: ‘ppdFindAttr’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2022]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘add_cups_options’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:574:7: warning[-Wdeprecated-declarations]: ‘ppdFindCustomOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:425:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2023]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:574:7: warning[-Wdeprecated-declarations]: ‘ppdFindCustomOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2024]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘gtk_print_backend_cups_print_stream’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:639:7: warning[-Wdeprecated-declarations]: ‘httpConnect’ is deprecated: Use httpConnect2 instead.
/usr/include/cups/ipp.h:19: included_from: Included from here.
/usr/include/cups/cups.h:28: included_from: Included from here.
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:41: included_from: Included from here.
/usr/include/cups/http.h:477:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2025]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:639:7: warning[-Wdeprecated-declarations]: ‘httpConnect’ is deprecated: Use httpConnect2 instead.
Error: COMPILER_WARNING (CWE-457): [#def2026]
gtk+-2.24.33/gtk/gtkobject.h:38: included_from: Included from here.
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘gtk_print_backend_cups_set_password’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:973:13: warning[-Wmaybe-uninitialized]: ‘key’ may be used uninitialized
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:943:10: note: ‘key’ was declared here
Error: COMPILER_WARNING (CWE-477): [#def2027]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘cups_request_avahi_printer_info’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:2558:3: warning[-Wdeprecated-declarations]: ‘httpConnect’ is deprecated: Use httpConnect2 instead.
/usr/include/cups/http.h:477:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2028]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:2558:3: warning[-Wdeprecated-declarations]: ‘httpConnect’ is deprecated: Use httpConnect2 instead.
Error: CPPCHECK_WARNING (CWE-457): [#def2029]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:2838: warning[uninitvar]: Uninitialized variables: list.data, list.next, list.prev
Error: COMPILER_WARNING (CWE-457): [#def2030]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘avahi_service_browser_signal_handler’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:2838:7: warning[-Wmaybe-uninitialized]: ‘list’ may be used uninitialized
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:2800:23: note: ‘list’ was declared here
Error: COMPILER_WARNING: [#def2031]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:3340:10: warning[-Wunused-but-set-variable=]: variable ‘response’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def2032]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘cups_request_ppd_cb’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:3378:3: warning[-Wdeprecated-declarations]: ‘ppdOpenFd’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:389:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2033]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:3378:3: warning[-Wdeprecated-declarations]: ‘ppdOpenFd’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2034]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:3380:3: warning[-Wdeprecated-declarations]: ‘ppdMarkDefaults’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:385:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2035]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:3380:3: warning[-Wdeprecated-declarations]: ‘ppdMarkDefaults’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2036]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘cups_request_ppd’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:3444:3: warning[-Wdeprecated-declarations]: ‘httpConnectEncrypt’ is deprecated: Use httpConnect2 instead.
/usr/include/cups/http.h:478:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2037]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:3444:3: warning[-Wdeprecated-declarations]: ‘httpConnectEncrypt’ is deprecated: Use httpConnect2 instead.
Error: COMPILER_WARNING (CWE-477): [#def2038]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘available_choices’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4196:7: warning[-Wdeprecated-declarations]: ‘ppdFindOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2039]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4196:7: warning[-Wdeprecated-declarations]: ‘ppdFindOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2040]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4200:7: warning[-Wdeprecated-declarations]: ‘ppdFindOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2041]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4200:7: warning[-Wdeprecated-declarations]: ‘ppdFindOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2042]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘create_pickone_option’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4356:7: warning[-Wdeprecated-declarations]: ‘ppdFindCustomOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:425:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2043]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4356:7: warning[-Wdeprecated-declarations]: ‘ppdFindCustomOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2044]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4362:11: warning[-Wdeprecated-declarations]: ‘ppdFirstCustomParam’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:430:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2045]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4362:11: warning[-Wdeprecated-declarations]: ‘ppdFirstCustomParam’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2046]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4364:11: warning[-Wdeprecated-declarations]: ‘ppdNextCustomParam’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:433:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2047]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4364:11: warning[-Wdeprecated-declarations]: ‘ppdNextCustomParam’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2048]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘cups_printer_get_options’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4839:7: warning[-Wdeprecated-declarations]: ‘ppdMarkDefaults’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:385:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2049]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4839:7: warning[-Wdeprecated-declarations]: ‘ppdMarkDefaults’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2050]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4843:7: warning[-Wdeprecated-declarations]: ‘ppdFindOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2051]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4843:7: warning[-Wdeprecated-declarations]: ‘ppdFindOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2052]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘mark_option_from_set’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4961:5: warning[-Wdeprecated-declarations]: ‘ppdMarkOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:386:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2053]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:4961:5: warning[-Wdeprecated-declarations]: ‘ppdMarkOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2054]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘cups_printer_mark_conflicts’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5032:3: warning[-Wdeprecated-declarations]: ‘ppdMarkDefaults’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:385:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2055]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5032:3: warning[-Wdeprecated-declarations]: ‘ppdMarkDefaults’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2056]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5037:3: warning[-Wdeprecated-declarations]: ‘ppdConflicts’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:368:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2057]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5037:3: warning[-Wdeprecated-declarations]: ‘ppdConflicts’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2058]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘localtime_to_utctime’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5429:7: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstring.h:37: included_from: Included from here.
/usr/include/glib-2.0/glib/giochannel.h:36: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2059]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5429:7: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: COMPILER_WARNING (CWE-477): [#def2060]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5430:7: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
/usr/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2061]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5430:7: warning[-Wdeprecated-declarations]: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead
Error: COMPILER_WARNING (CWE-477): [#def2062]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘create_page_setup’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5636:3: warning[-Wdeprecated-declarations]: ‘ppdFindOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2063]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5636:3: warning[-Wdeprecated-declarations]: ‘ppdFindOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2064]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5639:7: warning[-Wdeprecated-declarations]: ‘ppdFindChoice’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:376:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2065]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5639:7: warning[-Wdeprecated-declarations]: ‘ppdFindChoice’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2066]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c: scope_hint: In function ‘cups_printer_get_default_page_size’
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5704:3: warning[-Wdeprecated-declarations]: ‘ppdFindOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:381:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2067]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5704:3: warning[-Wdeprecated-declarations]: ‘ppdFindOption’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2068]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5708:3: warning[-Wdeprecated-declarations]: ‘ppdPageSize’ is deprecated: Use cupsCopyDestInfo and friends instead.
/usr/include/cups/ppd.h:393:26: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2069]
gtk+-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c:5708:3: warning[-Wdeprecated-declarations]: ‘ppdPageSize’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: COMPILER_WARNING (CWE-477): [#def2070]
gtk+-2.24.33/modules/printbackends/cups/gtkprintercups.c: scope_hint: In function ‘gtk_printer_cups_finalize’
gtk+-2.24.33/modules/printbackends/cups/gtkprintercups.c:122:5: warning[-Wdeprecated-declarations]: ‘ppdClose’ is deprecated: Use cupsCopyDestInfo and friends instead.
gtk+-2.24.33/modules/printbackends/cups/gtkprintercups.h:25: included_from: Included from here.
/usr/include/cups/ppd.h:365:25: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2071]
gtk+-2.24.33/modules/printbackends/cups/gtkprintercups.c:122:5: warning[-Wdeprecated-declarations]: ‘ppdClose’ is deprecated: Use cupsCopyDestInfo and friends instead.
Error: CPPCHECK_WARNING (CWE-476): [#def2072]
gtk+-2.24.33/perf/main.c:41: warning[nullPointer]: Possible null pointer dereference: type
Error: COMPILER_WARNING: [#def2073]
gtk+-2.24.33/tests/print-editor.c: scope_hint: In function ‘preview_cb’
gtk+-2.24.33/tests/print-editor.c:544:21: warning[-Wunused-but-set-variable=]: variable ‘settings’ set but not used
Error: COMPILER_WARNING (CWE-704): [#def2074]
gtk+-2.24.33/tests/prop-editor.c:907:62: warning[-Wdiscarded-qualifiers]: passing argument 3 of ‘g_object_set_data’ discards ‘const’ qualifier from pointer target type
Error: COMPILER_WARNING (CWE-704): [#def2075]
gtk+-2.24.33/tests/prop-editor.c: scope_hint: In function ‘property_widget’
gtk+-2.24.33/tests/prop-editor.c:907:66: warning[-Wdiscarded-qualifiers]: passing argument 3 of ‘g_object_set_data’ discards ‘const’ qualifier from pointer target type
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:32: included_from: Included from here.
gtk+-2.24.33/tests/prop-editor.c:22: included_from: Included from here.
/usr/include/glib-2.0/gobject/gobject.h:599:64: note: expected ‘gpointer’ {aka ‘void *’} but argument is of type ‘const gchar *’ {aka ‘const char *’}
Error: COMPILER_WARNING: [#def2076]
gtk+-2.24.33/tests/simple.c: scope_hint: In function ‘main’
gtk+-2.24.33/tests/simple.c:34:14: warning[-Wunused-but-set-variable=]: variable ‘button’ set but not used
Error: COMPILER_WARNING: [#def2077]
gtk+-2.24.33/tests/testclientmessage.c: scope_hint: In function ‘main’
gtk+-2.24.33/tests/testclientmessage.c:77:14: warning[-Wunused-but-set-variable=]: variable ‘button’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-404): [#def2078]
gtk+-2.24.33/tests/testcombochange.c:56:9: warning[-Wanalyzer-va-list-leak]: missing call to ‘va_end’
gtk+-2.24.33/tests/testcombochange.c:207:1: enter_function: entry to ‘animation_timer’
gtk+-2.24.33/tests/testcombochange.c:215:7: call_function: calling ‘on_delete’ from ‘animation_timer’
Error: CPPCHECK_WARNING (CWE-664): [#def2079]
gtk+-2.24.33/tests/testcombochange.c:77: error[va_end_missing]: va_list 'vap' was opened but not closed by va_end().
Error: COMPILER_WARNING (CWE-477): [#def2080]
gtk+-2.24.33/tests/testdnd.c: scope_hint: In function ‘main’
gtk+-2.24.33/tests/testdnd.c:606:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixbuf.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:28: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:33: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:32: included_from: Included from here.
gtk+-2.24.33/tests/testdnd.c:22: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2081]
gtk+-2.24.33/tests/testdnd.c:606:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def2082]
gtk+-2.24.33/tests/testdnd.c:607:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2083]
gtk+-2.24.33/tests/testdnd.c:607:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def2084]
gtk+-2.24.33/tests/testdnd.c:608:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2085]
gtk+-2.24.33/tests/testdnd.c:608:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def2086]
gtk+-2.24.33/tests/testentrycompletion.c: scope_hint: In function ‘create_completion_model’
gtk+-2.24.33/tests/testentrycompletion.c:134:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixbuf.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:28: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:33: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:32: included_from: Included from here.
gtk+-2.24.33/tests/testentrycompletion.c:24: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2087]
gtk+-2.24.33/tests/testentrycompletion.c:134:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-775): [#def2088]
gtk+-2.24.33/tests/testfilechooser.c:227:18: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(filename, "rb")’
gtk+-2.24.33/tests/testfilechooser.c:198:9: branch_true: following ‘true’ branch (when ‘filename’ is non-NULL)...
gtk+-2.24.33/tests/testfilechooser.c:199:9: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:199:9: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testfilechooser.c:201:13: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:201:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:212:14: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:212:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:215:13: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:215:13: acquire_resource: opened here
gtk+-2.24.33/tests/testfilechooser.c:216:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:227:18: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:227:18: throw: if ‘gdk_pixbuf_loader_new’ throws an exception...
gtk+-2.24.33/tests/testfilechooser.c:227:18: danger: ‘fopen(filename, "rb")’ leaks here; was opened at [(9)](sarif:/runs/0/results/0/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def2089]
gtk+-2.24.33/tests/testfilechooser.c:227:18: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(filename, "rb")’
gtk+-2.24.33/tests/testfilechooser.c:198:9: branch_true: following ‘true’ branch (when ‘filename’ is non-NULL)...
gtk+-2.24.33/tests/testfilechooser.c:199:9: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:199:9: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testfilechooser.c:201:13: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:201:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:212:14: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:212:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:215:13: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:215:13: acquire_memory: allocated here
gtk+-2.24.33/tests/testfilechooser.c:216:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:227:18: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:227:18: throw: if ‘gdk_pixbuf_loader_new’ throws an exception...
gtk+-2.24.33/tests/testfilechooser.c:227:18: danger: ‘fopen(filename, "rb")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/1/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def2090]
gtk+-2.24.33/tests/testfilechooser.c:233:9: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(filename, "rb")’
gtk+-2.24.33/tests/testfilechooser.c:198:9: branch_true: following ‘true’ branch (when ‘filename’ is non-NULL)...
gtk+-2.24.33/tests/testfilechooser.c:199:9: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:199:9: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testfilechooser.c:201:13: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:201:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:212:14: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:212:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:215:13: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:215:13: acquire_resource: opened here
gtk+-2.24.33/tests/testfilechooser.c:216:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:227:18: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:233:9: throw: if ‘g_signal_connect_data’ throws an exception...
gtk+-2.24.33/tests/testfilechooser.c:233:9: danger: ‘fopen(filename, "rb")’ leaks here; was opened at [(9)](sarif:/runs/0/results/2/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def2091]
gtk+-2.24.33/tests/testfilechooser.c:233:9: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(filename, "rb")’
gtk+-2.24.33/tests/testfilechooser.c:198:9: branch_true: following ‘true’ branch (when ‘filename’ is non-NULL)...
gtk+-2.24.33/tests/testfilechooser.c:199:9: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:199:9: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testfilechooser.c:201:13: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:201:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:212:14: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:212:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:215:13: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:215:13: acquire_memory: allocated here
gtk+-2.24.33/tests/testfilechooser.c:216:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:227:18: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:233:9: throw: if ‘g_signal_connect_data’ throws an exception...
gtk+-2.24.33/tests/testfilechooser.c:233:9: danger: ‘fopen(filename, "rb")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/3/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def2092]
gtk+-2.24.33/tests/testfilechooser.c:239:30: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(filename, "rb")’
gtk+-2.24.33/tests/testfilechooser.c:198:9: branch_true: following ‘true’ branch (when ‘filename’ is non-NULL)...
gtk+-2.24.33/tests/testfilechooser.c:199:9: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:199:9: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testfilechooser.c:201:13: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:201:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:212:14: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:212:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:215:13: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:215:13: acquire_resource: opened here
gtk+-2.24.33/tests/testfilechooser.c:216:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:227:18: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:236:16: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testfilechooser.c:237:26: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:238:20: branch_true: following ‘true’ branch (when ‘length > 0’)...
gtk+-2.24.33/tests/testfilechooser.c:239:30: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:239:30: throw: if ‘gdk_pixbuf_loader_write’ throws an exception...
gtk+-2.24.33/tests/testfilechooser.c:239:30: danger: ‘fopen(filename, "rb")’ leaks here; was opened at [(9)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/8)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def2093]
gtk+-2.24.33/tests/testfilechooser.c:239:30: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(filename, "rb")’
gtk+-2.24.33/tests/testfilechooser.c:198:9: branch_true: following ‘true’ branch (when ‘filename’ is non-NULL)...
gtk+-2.24.33/tests/testfilechooser.c:199:9: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:199:9: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testfilechooser.c:201:13: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:201:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:212:14: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:212:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:215:13: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:215:13: acquire_memory: allocated here
gtk+-2.24.33/tests/testfilechooser.c:216:12: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testfilechooser.c:227:18: branch_false: ...to here
gtk+-2.24.33/tests/testfilechooser.c:236:16: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testfilechooser.c:237:26: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:238:20: branch_true: following ‘true’ branch (when ‘length > 0’)...
gtk+-2.24.33/tests/testfilechooser.c:239:30: branch_true: ...to here
gtk+-2.24.33/tests/testfilechooser.c:239:30: throw: if ‘gdk_pixbuf_loader_write’ throws an exception...
gtk+-2.24.33/tests/testfilechooser.c:239:30: danger: ‘fopen(filename, "rb")’ leaks here; was allocated at [(9)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/8)
Error: COMPILER_WARNING: [#def2094]
gtk+-2.24.33/tests/testfilechooser.c: scope_hint: In function ‘main’
gtk+-2.24.33/tests/testfilechooser.c:484:14: warning[-Wunused-but-set-variable=]: variable ‘prop_editor’ set but not used
Error: COMPILER_WARNING: [#def2095]
gtk+-2.24.33/tests/testgtk.c: scope_hint: In function ‘build_option_menu’
gtk+-2.24.33/tests/testgtk.c:116:11: warning[-Wunused-but-set-variable=]: variable ‘group’ set but not used
Error: COMPILER_WARNING: [#def2096]
gtk+-2.24.33/tests/testgtk.c: scope_hint: In function ‘cursor_expose_event’
gtk+-2.24.33/tests/testgtk.c:5734:19: warning[-Wunused-but-set-variable=]: variable ‘darea’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-775): [#def2097]
gtk+-2.24.33/tests/testgtk.c:6143:22: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("../gtk/gtkenums.h", "r")’
gtk+-2.24.33/tests/testgtk.c:6085:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:6097:16: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:6133:21: acquire_resource: opened here
gtk+-2.24.33/tests/testgtk.c:6133:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:6133:10: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:6139:18: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:6141:26: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:6141:18: branch_false: following ‘false’ branch (when ‘pos’ is NULL)...
gtk+-2.24.33/tests/testgtk.c:6143:22: branch_false: ...to here
gtk+-2.24.33/tests/testgtk.c:6143:22: throw: if ‘gtk_list_item_new_with_label’ throws an exception...
gtk+-2.24.33/tests/testgtk.c:6143:22: danger: ‘fopen("../gtk/gtkenums.h", "r")’ leaks here; was opened at [(3)](sarif:/runs/0/results/10/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def2098]
gtk+-2.24.33/tests/testgtk.c:6143:22: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("../gtk/gtkenums.h", "r")’
gtk+-2.24.33/tests/testgtk.c:6085:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:6097:16: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:6133:21: acquire_memory: allocated here
gtk+-2.24.33/tests/testgtk.c:6133:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:6133:10: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:6139:18: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:6141:26: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:6141:18: branch_false: following ‘false’ branch (when ‘pos’ is NULL)...
gtk+-2.24.33/tests/testgtk.c:6143:22: branch_false: ...to here
gtk+-2.24.33/tests/testgtk.c:6143:22: throw: if ‘gtk_list_item_new_with_label’ throws an exception...
gtk+-2.24.33/tests/testgtk.c:6143:22: danger: ‘fopen("../gtk/gtkenums.h", "r")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/11/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def2099]
gtk+-2.24.33/tests/testgtk.c:6144:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("../gtk/gtkenums.h", "r")’
gtk+-2.24.33/tests/testgtk.c:6085:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:6097:16: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:6133:21: acquire_resource: opened here
gtk+-2.24.33/tests/testgtk.c:6133:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:6133:10: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:6139:18: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:6141:26: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:6141:18: branch_false: following ‘false’ branch (when ‘pos’ is NULL)...
gtk+-2.24.33/tests/testgtk.c:6143:22: branch_false: ...to here
gtk+-2.24.33/tests/testgtk.c:6144:15: throw: if ‘gtk_container_add’ throws an exception...
gtk+-2.24.33/tests/testgtk.c:6144:15: danger: ‘fopen("../gtk/gtkenums.h", "r")’ leaks here; was opened at [(3)](sarif:/runs/0/results/12/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def2100]
gtk+-2.24.33/tests/testgtk.c:6144:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("../gtk/gtkenums.h", "r")’
gtk+-2.24.33/tests/testgtk.c:6085:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:6097:16: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:6133:21: acquire_memory: allocated here
gtk+-2.24.33/tests/testgtk.c:6133:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:6133:10: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:6139:18: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:6141:26: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:6141:18: branch_false: following ‘false’ branch (when ‘pos’ is NULL)...
gtk+-2.24.33/tests/testgtk.c:6143:22: branch_false: ...to here
gtk+-2.24.33/tests/testgtk.c:6144:15: throw: if ‘gtk_container_add’ throws an exception...
gtk+-2.24.33/tests/testgtk.c:6144:15: danger: ‘fopen("../gtk/gtkenums.h", "r")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/13/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def2101]
gtk+-2.24.33/tests/testgtk.c:8926:20: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("testgtk.c", "r")’
gtk+-2.24.33/tests/testgtk.c:8857:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:8859:16: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:8917:16: acquire_resource: opened here
gtk+-2.24.33/tests/testgtk.c:8919:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:8926:20: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:8926:20: throw: if ‘g_malloc’ throws an exception...
gtk+-2.24.33/tests/testgtk.c:8926:20: danger: ‘fopen("testgtk.c", "r")’ leaks here; was opened at [(3)](sarif:/runs/0/results/14/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def2102]
gtk+-2.24.33/tests/testgtk.c:8926:20: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("testgtk.c", "r")’
gtk+-2.24.33/tests/testgtk.c:8857:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:8859:16: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:8917:16: acquire_memory: allocated here
gtk+-2.24.33/tests/testgtk.c:8919:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:8926:20: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:8926:20: throw: if ‘g_malloc’ throws an exception...
gtk+-2.24.33/tests/testgtk.c:8926:20: danger: ‘fopen("testgtk.c", "r")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/15/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def2103]
gtk+-2.24.33/tests/testgtk.c:8930:19: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen("testgtk.c", "r")’
gtk+-2.24.33/tests/testgtk.c:8857:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:8859:16: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:8917:16: acquire_resource: opened here
gtk+-2.24.33/tests/testgtk.c:8919:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:8926:20: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:8930:18: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testgtk.c:8935:21: branch_false: ...to here
gtk+-2.24.33/tests/testgtk.c:8943:11: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:8943:11: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:8943:11: throw: if ‘g_free_sized’ throws an exception...
gtk+-2.24.33/tests/testgtk.c:8930:19: danger: ‘fopen("testgtk.c", "r")’ leaks here; was opened at [(3)](sarif:/runs/0/results/16/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def2104]
gtk+-2.24.33/tests/testgtk.c:8930:19: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen("testgtk.c", "r")’
gtk+-2.24.33/tests/testgtk.c:8857:6: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:8859:16: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:8917:16: acquire_memory: allocated here
gtk+-2.24.33/tests/testgtk.c:8919:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:8926:20: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:8930:18: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testgtk.c:8935:21: branch_false: ...to here
gtk+-2.24.33/tests/testgtk.c:8943:11: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testgtk.c:8943:11: branch_true: ...to here
gtk+-2.24.33/tests/testgtk.c:8943:11: throw: if ‘g_free_sized’ throws an exception...
gtk+-2.24.33/tests/testgtk.c:8930:19: danger: ‘fopen("testgtk.c", "r")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/2)
Error: COMPILER_WARNING (CWE-477): [#def2105]
gtk+-2.24.33/tests/testgtk.c: scope_hint: In function ‘create_notebook’
gtk+-2.24.33/tests/testgtk.c:9288:9: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixbuf.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:28: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:33: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2106]
gtk+-2.24.33/tests/testgtk.c:9288:9: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def2107]
gtk+-2.24.33/tests/testgtk.c:9291:9: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2108]
gtk+-2.24.33/tests/testgtk.c:9291:9: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
Error: COMPILER_WARNING: [#def2109]
gtk+-2.24.33/tests/testgtk.c: scope_hint: In function ‘query_properties’
gtk+-2.24.33/tests/testgtk.c:11858:8: warning[-Wunused-but-set-variable=]: variable ‘failure’ set but not used
Error: COMPILER_WARNING: [#def2110]
gtk+-2.24.33/tests/testgtk.c: scope_hint: In function ‘snapshot_widget’
gtk+-2.24.33/tests/testgtk.c:12018:8: warning[-Wunused-but-set-variable=]: variable ‘failure’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def2111]
gtk+-2.24.33/tests/testgtk.c: scope_hint: In function ‘do_real_bench’
gtk+-2.24.33/tests/testgtk.c:13540:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
/usr/include/glib-2.0/glib/gtypes.h:622:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2112]
gtk+-2.24.33/tests/testgtk.c:13540:3: warning[-Wdeprecated-declarations]: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead
Error: COMPILER_WARNING (CWE-477): [#def2113]
gtk+-2.24.33/tests/testgtk.c:13552:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
/usr/include/glib-2.0/glib/giochannel.h:35: included_from: Included from here.
/usr/include/glib-2.0/glib.h:56: included_from: Included from here.
/usr/include/glib-2.0/glib/gmain.h:828:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2114]
gtk+-2.24.33/tests/testgtk.c:13552:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
Error: COMPILER_WARNING (CWE-477): [#def2115]
gtk+-2.24.33/tests/testgtk.c:13554:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
/usr/include/glib-2.0/glib/gmain.h:828:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2116]
gtk+-2.24.33/tests/testgtk.c:13554:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
Error: COMPILER_WARNING (CWE-477): [#def2117]
gtk+-2.24.33/tests/testgtk.c:13559:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
/usr/include/glib-2.0/glib/gmain.h:828:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2118]
gtk+-2.24.33/tests/testgtk.c:13559:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
Error: COMPILER_WARNING (CWE-477): [#def2119]
gtk+-2.24.33/tests/testgtk.c:13562:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
/usr/include/glib-2.0/glib/gmain.h:828:8: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2120]
gtk+-2.24.33/tests/testgtk.c:13562:3: warning[-Wdeprecated-declarations]: ‘g_get_current_time’ is deprecated: Use 'g_get_real_time' instead
Error: COMPILER_WARNING: [#def2121]
gtk+-2.24.33/tests/testnouiprint.c:82:14: warning[-Wunused-but-set-variable=]: variable ‘loop’ set but not used
Error: COMPILER_WARNING: [#def2122]
gtk+-2.24.33/tests/testnouiprint.c:84:27: warning[-Wunused-but-set-variable=]: variable ‘res’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def2123]
gtk+-2.24.33/tests/testnouiprint.c: scope_hint: In function ‘main’
gtk+-2.24.33/tests/testnouiprint.c:87:3: warning[-Wdeprecated-declarations]: ‘g_type_init’ is deprecated
/usr/include/glib-2.0/gobject/gobject.h:26: included_from: Included from here.
/usr/include/glib-2.0/gobject/gbinding.h:31: included_from: Included from here.
/usr/include/glib-2.0/glib-object.h:24: included_from: Included from here.
/usr/include/glib-2.0/gio/gioenums.h:30: included_from: Included from here.
/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.
gtk+-2.24.33/gdk/gdkapplaunchcontext.h:30: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:32: included_from: Included from here.
gtk+-2.24.33/gtk/gtk.h:32: included_from: Included from here.
gtk+-2.24.33/tests/testnouiprint.c:23: included_from: Included from here.
/usr/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2124]
gtk+-2.24.33/tests/testnouiprint.c:87:3: warning[-Wdeprecated-declarations]: ‘g_type_init’ is deprecated
Error: COMPILER_WARNING: [#def2125]
gtk+-2.24.33/tests/testprint.c: scope_hint: In function ‘main’
gtk+-2.24.33/tests/testprint.c:101:27: warning[-Wunused-but-set-variable=]: variable ‘res’ set but not used
Error: COMPILER_WARNING: [#def2126]
gtk+-2.24.33/tests/testrecentchooser.c: scope_hint: In function ‘main’
gtk+-2.24.33/tests/testrecentchooser.c:114:14: warning[-Wunused-but-set-variable=]: variable ‘prop_editor’ set but not used
Error: GCC_ANALYZER_WARNING (CWE-688): [#def2127]
gtk+-2.24.33/tests/testselection.c:221:16: warning[-Wanalyzer-null-argument]: use of NULL where non-null expected
gtk+-2.24.33/tests/testselection.c:218:1: enter_function: entry to ‘stringify_text’
gtk+-2.24.33/tests/testselection.c:221:16: danger: argument 1 (‘<unknown>’) NULL where non-null expected
Error: COMPILER_WARNING (CWE-477): [#def2128]
gtk+-2.24.33/tests/testtext.c: scope_hint: In function ‘fill_example_buffer’
gtk+-2.24.33/tests/testtext.c:571:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixbuf.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:28: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:33: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2129]
gtk+-2.24.33/tests/testtext.c:571:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
Error: GCC_ANALYZER_WARNING (CWE-775): [#def2130]
gtk+-2.24.33/tests/testtext.c:691:3: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(filename, "r")’
gtk+-2.24.33/tests/testtext.c:680:7: acquire_resource: opened here
gtk+-2.24.33/tests/testtext.c:682:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testtext.c:691:3: branch_false: ...to here
gtk+-2.24.33/tests/testtext.c:691:3: throw: if ‘gtk_text_buffer_get_iter_at_offset’ throws an exception...
gtk+-2.24.33/tests/testtext.c:691:3: danger: ‘fopen(filename, "r")’ leaks here; was opened at [(1)](sarif:/runs/0/results/4/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def2131]
gtk+-2.24.33/tests/testtext.c:691:3: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(filename, "r")’
gtk+-2.24.33/tests/testtext.c:680:7: acquire_memory: allocated here
gtk+-2.24.33/tests/testtext.c:682:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testtext.c:691:3: branch_false: ...to here
gtk+-2.24.33/tests/testtext.c:691:3: throw: if ‘gtk_text_buffer_get_iter_at_offset’ throws an exception...
gtk+-2.24.33/tests/testtext.c:691:3: danger: ‘fopen(filename, "r")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/5/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def2132]
gtk+-2.24.33/tests/testtext.c:692:10: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(filename, "r")’
gtk+-2.24.33/tests/testtext.c:680:7: acquire_resource: opened here
gtk+-2.24.33/tests/testtext.c:682:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testtext.c:691:3: branch_false: ...to here
gtk+-2.24.33/tests/testtext.c:692:10: danger: ‘fopen(filename, "r")’ leaks here; was opened at [(1)](sarif:/runs/0/results/6/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def2133]
gtk+-2.24.33/tests/testtext.c:692:10: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(filename, "r")’
gtk+-2.24.33/tests/testtext.c:680:7: acquire_memory: allocated here
gtk+-2.24.33/tests/testtext.c:682:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testtext.c:691:3: branch_false: ...to here
gtk+-2.24.33/tests/testtext.c:692:10: danger: ‘fopen(filename, "r")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/7/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-775): [#def2134]
gtk+-2.24.33/tests/testtext.c:698:15: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(filename, "r")’
gtk+-2.24.33/tests/testtext.c:680:7: acquire_resource: opened here
gtk+-2.24.33/tests/testtext.c:682:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testtext.c:691:3: branch_false: ...to here
gtk+-2.24.33/tests/testtext.c:692:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testtext.c:696:11: branch_true: ...to here
gtk+-2.24.33/tests/testtext.c:701:7: throw: if ‘g_utf8_validate’ throws an exception...
gtk+-2.24.33/tests/testtext.c:698:15: danger: ‘fopen(filename, "r")’ leaks here; was opened at [(1)](sarif:/runs/0/results/8/codeFlows/0/threadFlows/0/locations/0)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def2135]
gtk+-2.24.33/tests/testtext.c:698:15: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(filename, "r")’
gtk+-2.24.33/tests/testtext.c:680:7: acquire_memory: allocated here
gtk+-2.24.33/tests/testtext.c:682:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testtext.c:691:3: branch_false: ...to here
gtk+-2.24.33/tests/testtext.c:692:10: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testtext.c:696:11: branch_true: ...to here
gtk+-2.24.33/tests/testtext.c:701:7: throw: if ‘g_utf8_validate’ throws an exception...
gtk+-2.24.33/tests/testtext.c:698:15: danger: ‘fopen(filename, "r")’ leaks here; was allocated at [(1)](sarif:/runs/0/results/9/codeFlows/0/threadFlows/0/locations/0)
Error: COMPILER_WARNING: [#def2136]
gtk+-2.24.33/tests/testtext.c:707:7: warning[warning]: Deprecated pre-processor symbol: replace with "memmove"
Error: GCC_ANALYZER_WARNING (CWE-775): [#def2137]
gtk+-2.24.33/tests/testtext.c:2051:7: warning[-Wanalyzer-file-leak]: leak of FILE ‘fopen(*buffer.filename, "w")’
gtk+-2.24.33/tests/testtext.c:2024:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testtext.c:2026:18: branch_true: ...to here
gtk+-2.24.33/tests/testtext.c:2042:10: acquire_resource: opened here
gtk+-2.24.33/tests/testtext.c:2043:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testtext.c:2051:7: branch_false: ...to here
gtk+-2.24.33/tests/testtext.c:2051:7: throw: if ‘gtk_text_buffer_get_iter_at_offset’ throws an exception...
gtk+-2.24.33/tests/testtext.c:2051:7: danger: ‘fopen(*buffer.filename, "w")’ leaks here; was opened at [(3)](sarif:/runs/0/results/18/codeFlows/0/threadFlows/0/locations/2)
Error: GCC_ANALYZER_WARNING (CWE-401): [#def2138]
gtk+-2.24.33/tests/testtext.c:2051:7: warning[-Wanalyzer-malloc-leak]: leak of ‘fopen(*buffer.filename, "w")’
gtk+-2.24.33/tests/testtext.c:2024:3: branch_true: following ‘true’ branch...
gtk+-2.24.33/tests/testtext.c:2026:18: branch_true: ...to here
gtk+-2.24.33/tests/testtext.c:2042:10: acquire_memory: allocated here
gtk+-2.24.33/tests/testtext.c:2043:6: branch_false: following ‘false’ branch...
gtk+-2.24.33/tests/testtext.c:2051:7: branch_false: ...to here
gtk+-2.24.33/tests/testtext.c:2051:7: throw: if ‘gtk_text_buffer_get_iter_at_offset’ throws an exception...
gtk+-2.24.33/tests/testtext.c:2051:7: danger: ‘fopen(*buffer.filename, "w")’ leaks here; was allocated at [(3)](sarif:/runs/0/results/19/codeFlows/0/threadFlows/0/locations/2)
Error: COMPILER_WARNING: [#def2139]
gtk+-2.24.33/tests/testtext.c: scope_hint: In function ‘get_lines’
gtk+-2.24.33/tests/testtext.c:2742:8: warning[-Wunused-but-set-variable=]: variable ‘size’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def2140]
gtk+-2.24.33/tests/testtreemodel.c: scope_hint: In function ‘test_run’
gtk+-2.24.33/tests/testtreemodel.c:233:11: warning[-Wdeprecated-declarations]: ‘mallinfo’ is deprecated
gtk+-2.24.33/tests/testtreemodel.c:25: included_from: Included from here.
/usr/include/malloc.h:114:24: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2141]
gtk+-2.24.33/tests/testtreemodel.c:233:11: warning[-Wdeprecated-declarations]: ‘mallinfo’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def2142]
gtk+-2.24.33/tests/testtreemodel.c:245:7: warning[-Wdeprecated-declarations]: ‘mallinfo’ is deprecated
/usr/include/malloc.h:114:24: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2143]
gtk+-2.24.33/tests/testtreemodel.c:245:7: warning[-Wdeprecated-declarations]: ‘mallinfo’ is deprecated
Error: COMPILER_WARNING (CWE-477): [#def2144]
gtk+-2.24.33/tests/testtreeview.c: scope_hint: In function ‘set_columns_type’
gtk+-2.24.33/tests/testtreeview.c:394:7: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:34: included_from: Included from here.
gtk+-2.24.33/gdk/gdkpixbuf.h:37: included_from: Included from here.
gtk+-2.24.33/gdk/gdkcairo.h:28: included_from: Included from here.
gtk+-2.24.33/gdk/gdk.h:33: included_from: Included from here.
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2145]
gtk+-2.24.33/tests/testtreeview.c:394:7: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
Error: COMPILER_WARNING: [#def2146]
gtk+-2.24.33/tests/testtreeview.c: scope_hint: In function ‘create_tree_model’
gtk+-2.24.33/tests/testtreeview.c:630:18: warning[-Wunused-but-set-variable=]: variable ‘dummy’ set but not used
Error: COMPILER_WARNING (CWE-477): [#def2147]
gtk+-2.24.33/tests/testtreeview.c: scope_hint: In function ‘main’
gtk+-2.24.33/tests/testtreeview.c:713:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:292:12: note: declared here
Error: COMPILER_WARNING (CWE-477): [#def2148]
gtk+-2.24.33/tests/testtreeview.c:713:3: warning[-Wdeprecated-declarations]: ‘gdk_pixbuf_new_from_xpm_data’ is deprecated
Error: CPPCHECK_WARNING (CWE-457): [#def2149]
gtk+-2.24.33/tests/testwindows.c:54: warning[uninitvar]: Uninitialized variable: *color.pixel
Scan Properties
| analyzer-version-clippy | 1.92.0 |
| analyzer-version-cppcheck | 2.19.1 |
| analyzer-version-gcc | 16.0.0 |
| 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-225.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-x86_64 |
| project-name | gtk2-2.24.33-23.fc44 |
| store-results-to | /tmp/tmp6suvbxl7/gtk2-2.24.33-23.fc44.tar.xz |
| time-created | 2026-01-08 17:19:08 |
| time-finished | 2026-01-08 17:31:33 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmp6suvbxl7/gtk2-2.24.33-23.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmp6suvbxl7/gtk2-2.24.33-23.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251215.161544.g62de9a5-1.el9 |