kfish / sweep

Sound wave editor
http://www.metadecks.org/software/sweep/
GNU General Public License v2.0
26 stars 6 forks source link

resolve SIGSEGV in sample_show_info_dialog() #11

Closed dctucker closed 2 years ago

dctucker commented 2 years ago

list_item was underinitialized, resulting in null-pointer dereferencing by g_strdup when calling gtk_clist_append.

fixes #7

biopsin commented 2 years ago

@dctucker nice catch! tests fine.