mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
![]() Fixes a dangling pointer bug in `spmc_ffa_console_log`. `chars` was assigned to an array which went out of scope at the end of the `if`/`else` block. The solution is to `memcmpy` from the temporary array into `chars`, which is now an array. Signed-off-by: Karl Meakin <karl.meakin@arm.com> Change-Id: I67d19ea25d09b72f38fcc67dab4acf449aa8f1b1 |
||
---|---|---|
.. | ||
arm_arch_svc | ||
oem/chromeos | ||
spd | ||
std_svc |