Closed GoogleCodeExporter closed 9 years ago
gdb on a coredump reported segfault in color_value():
647 while (color_functions[FunctionCounter].color>=0)
Was overrunning the color_functions array because it wasn't terminated properly
in LoadColorsFunctions().
replaced return() with break to catch the array termination code at the end of
LoadColorsFunctions().
Original comment by i...@cathilya.org
on 15 Apr 2011 at 6:57
Original comment by i...@cathilya.org
on 15 Apr 2011 at 6:59
Original issue reported on code.google.com by
christop...@nih.gov
on 14 Apr 2011 at 7:29