Fix a crash on Android with Align2Npot2 (#8070) stable-0.4
authorLoïc Blot <nerzhul@users.noreply.github.com>
Mon, 7 Jan 2019 16:05:18 +0000 (17:05 +0100)
committerLoïc Blot <loic.blot@unix-experience.fr>
Mon, 7 Jan 2019 16:05:54 +0000 (17:05 +0100)
commit426b5d3149f5fe510322a26cc8e67ba6de08d4a6
tree3924e0a1eede3c551f4400597a41ee0a36f6f85d
parentdda844be1628976cf1f41180e05e37afb374ef91
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