]> git.donarmstrong.com Git - lilypond.git/commit
Prevent segfault with arpeggio + no staff-symbol.
authorNeil Puttock <n.puttock@gmail.com>
Tue, 30 Mar 2010 22:34:43 +0000 (23:34 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Tue, 30 Mar 2010 22:35:37 +0000 (23:35 +0100)
commit70591ad074404852297bac53db549acb5dda28d8
tree6bbe1af47dd8c9a3fb75fe465e2c6264f7cc0c11
parent56cf748c20df5eeadb90b3ead5e965390126dc0f
Prevent segfault with arpeggio + no staff-symbol.

* lily/arpeggio.cc (calc_positions):

  catch NULL dereferences with Staff_symbol::staff_space () and
  relative_coordinate ()
input/regression/arpeggio-no-staff-symbol.ly [new file with mode: 0644]
lily/arpeggio.cc