Riccardo Schirone 9e88e1b703 anal: fix long vs int size issue on 32bit machines (#9809)
* anal: fix long vs int size issue on 32bit machines

The %lld format expects a long long, but an int was provided on the
stack, so the snprintf was accessing a wrong memory to print %s. Convert
the first argument to long long to solve the issue.

* bin: use st64 instead of long long
2018-04-05 10:59:01 +02:00
..
2018-04-05 10:49:36 +02:00
2018-04-05 10:49:36 +02:00
2018-04-04 16:40:28 +02:00
2018-04-05 10:49:36 +02:00
2018-04-04 16:40:46 +02:00
2018-03-24 13:23:57 +01:00