mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-15 03:40:20 +08:00

* run.c (main): Explicitly cast malloc() parameter. This is needed because for certain builds the size field being given to malloc() is actually 64bits long, and without a cast or malloc prototype the resulting value used by malloc() depended on the host endianness, and how long long paramaters are passed into functions.