a7a4306adf
Fix a pointer mismatch when int32_t is not int, for example on Cortex-M where in32_t is long int. Fix #4530 Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
3 lines
111 B
Text
3 lines
111 B
Text
Bugfix
|
|
* Fix test suite code on platforms where int32_t is not int, such as
|
|
Arm Cortex-M. Fixes #4530.
|