m0j0hn / editor-on-fire

Automatically exported from code.google.com/p/editor-on-fire
Other
0 stars 0 forks source link

Crash during anchor move #248

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As reported here:
http://www.fretsonfire.net/forums/viewtopic.php?f=11&t=50698&p=583121#p583112

A crash can be induced by importing this MIDI:
http://www.mediafire.com/?4st25ie7nfcru04

And moving the anchor immediately after 4:07.  A crash occurs in 
eof_menu_edit_cut_paste() -> eof_put_porpos(), via a NULL dereference.

Original issue reported on code.google.com by raynebc on 25 Mar 2011 at 4:28

GoogleCodeExporter commented 8 years ago
In eof_menu_edit_cut_paste(), temp_note.endbeat is set to an invalid value and 
used in a parameter to eof_put_porpos().

Original comment by raynebc on 25 Mar 2011 at 4:37

GoogleCodeExporter commented 8 years ago
Fixed in r726.

Original comment by raynebc on 27 Mar 2011 at 7:52