abcm2ps is a command line program which converts ABC to music sheet in PostScript or SVG format. It is an extension of abc2ps which may handle many voices per staff. abcm2ps is Copyright © 2014-2016 Jean-Francois Moine.
GNU General Public License v3.0
82
stars
31
forks
source link
null pointer deference in function gchord_width() in music.c #98
Closed
chibataiki closed 3 years ago
Hi , Null pointer deference was found in function gchord_width() in music.c.
version : 9fa642d
env: ubuntu 20.04 x86_64 gcc version 9.3.0
reproduce: ./configure make ./abcm2ps poc
null_pointer_music.c_gchord_width_880.zip
Here didn't check whether s2 is valid, add check here or the for loop above or more deeper.
debug info