After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 702219 - Segfault on a corrupted (fuzzed) .gnumeric file in sv_selection_intersects_filter_rows
Segfault on a corrupted (fuzzed) .gnumeric file in sv_selection_intersects_fi...
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other Linux
: Normal critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2013-06-14 07:34 UTC by jutaky
Modified: 2013-06-14 07:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jutaky 2013-06-14 07:34:44 UTC
Segfault on a corrupted (fuzzed) .gnumeric file in sv_selection_intersects_filter_rows.

Git versions of glib, goffice, libgsf and gnumeric.

Test case: http://jutaky.com/fuzzing/gnumeric_case_6957_1907.gnumeric


Program received signal SIGSEGV, Segmentation fault.
0x00007ffff797de61 in sv_selection_intersects_filter_rows (sv=0x66a290) at sheet-view.c:714
714			(sv->sheet, r->start.row, r->end.row);
(gdb) bt
  • #0 sv_selection_intersects_filter_rows
    at sheet-view.c line 714
  • #1 wbcg_menu_state_update
    at wbc-gtk.c line 1524
  • #2 wb_control_menu_state_update
    at workbook-control.c line 110
  • #3 wbc_gtk_new
    at wbc-gtk.c line 5781
  • #4 main
    at main-application.c line 334

--
Juha Kylmänen
Research Assistant, OUSPG
Comment 1 Andreas J. Guelzow 2013-06-14 07:58:32 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.