An FYI: we had a report of our games locking up on the new version of Android, which we tracked down to a buggy sscanf in the Android NDK (which is used when parsing floating-point values). Upgrading the the latest NDK (10c at time of writing) fixed this:
Hi all,
An FYI: we had a report of our games locking up on the new version of Android, which we tracked down to a buggy sscanf in the Android NDK (which is used when parsing floating-point values). Upgrading the the latest NDK (10c at time of writing) fixed this:
Bug:
https://code.google.com/p/android/issues/detail?id=77988
David
https://github.com/open-source-parsers/jsoncpp/issues/82