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
Improper null termination in function draw_hl() in draw.c #96
Closed
chibataiki closed 3 years ago
Hi ,
Improper null termination happened while running strlen() on a NULL pointer.
version : 9fa642d
env: ubuntu 20.04 x86_64 gcc version 9.3.0
reproduce: ./configure make ./abcm2ps poc null_pointer_draw.c_draw_hl_999.zip
Here can add check on draw_hl() or location which call draw_hl(),ensure the value is valid.
debug info: