fixed potential crash bug when loading custom artwork
authorHolger Schemel <holger.schemel@virtion.de>
Thu, 1 Oct 2020 19:04:15 +0000 (21:04 +0200)
committerHolger Schemel <holger.schemel@virtion.de>
Thu, 1 Oct 2020 19:04:15 +0000 (21:04 +0200)
commit0d46e11e1cb45a68bb9a7031777dc895961975b2
treed016b2a13d760a45a2fc4a9162b7e278e315fdba
parent3fd63fd1559c678f0b63ba48d0de211aab1cf591
fixed potential crash bug when loading custom artwork

This patch fixes a memory corruption bug that potentially leads to
program crashes when loading custom artwork (or level sets with custom
artwork) by accessing a potentially invalid bitmap pointer (used for
the global border bitmap).
src/tools.c