Searched hist:db0d5350af0354c5b63ba2f06236df4b7c27fa65 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_spm.c | db0d5350af0354c5b63ba2f06236df4b7c27fa65 Thu May 15 09:03:34 UTC 2025 Boyan Karatotev <boyan.karatotev@arm.com> fix(qemu): fix variable may be used uninitialized error
When building with LTO, the compiler discovers that it is possible to use the `ns_buf_base` variable without writing to it. This happens on error by dt_add_ns_buf_node(). Check its return value and panic() if something went wrong so the error doesn't propagate silently.
Change-Id: Ia6aa83b0b9301b2db7bfa6ecd66396c37a57e816 Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
|