! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Uninitialized pointer read
Status:
RESOLVED: FIXED
Product:
Xfce4-verve-plugin
Component:
General

Comments

Description Justin Gassner 2015-02-16 13:16:47 CET
In verve-plugin.c the pointer

1019 GtkWidget *engine_label;

is used uninitialized in the call

1206 gtk_widget_add_mnemonic_label (engine_box, engine_label);
Comment 1 Isaac Schemm 2015-02-20 04:04:31 CET
Good catch. There isn't an engine_label (at least not anymore).

Bug #11543

Reported by:
Justin Gassner
Reported on: 2015-02-16
Last modified on: 2015-02-20

People

Assignee:
Florian Rivoal
CC List:
1 user

Version

Attachments

Additional information