Fix a crash on Android with Align2Npot2 (#8070)
authorLoïc Blot <nerzhul@users.noreply.github.com>
Mon, 7 Jan 2019 16:05:18 +0000 (17:05 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Jan 2019 16:05:18 +0000 (17:05 +0100)
commit95d4ff6d1b62945decc85003a99588bb0539c45b
treef8658b1ff6fa97926c125b53c86402392728f22b
parent07c1c72aae71bd4405ec8e52bfa841b483de7198
Fix a crash on Android with Align2Npot2 (#8070)

* Fix a crash on Android with Align2Npot2

glGetString can be NULL. If stored in a string it triggers a SIGSEGV.
Instead do a basic strstr and verify the pointer
* Better Align2Npot2 check (+ performance)
src/client/tile.cpp