fixed potential crash bug (accessing invalid memory)
authorHolger Schemel <info@artsoft.org>
Mon, 7 Jan 2019 15:42:30 +0000 (16:42 +0100)
committerHolger Schemel <info@artsoft.org>
Mon, 7 Jan 2019 15:42:30 +0000 (16:42 +0100)
commit636dfa7f332268725c5377a7bca40f1ad83ad484
tree2ebb4223a60107c599aff1dc0973ec44e6c19637
parent38d9385eff4ea0edef250a3ee7068614f22c9c88
fixed potential crash bug (accessing invalid memory)

This change fixes a bug that occured when invoking the changed
function with a "graphic" parameter indicating undefined graphic,
which is defined as "-1" and caused an "array out of bounds" access.

To fix this bug, the function parameter is checked before used.
src/tools.c