Searched hist:"2 d5f4a713d27f2b218b0c5abfa9833953da108d9" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ui/ |
H A D | curses.c | diff 2d5f4a713d27f2b218b0c5abfa9833953da108d9 Fri Aug 19 10:39:30 CDT 2022 Philippe Mathieu-Daudé <philmd@redhat.com> ui/curses: Avoid dynamic stack allocation
Use autofree heap allocation instead of variable-length array on the stack.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20220819153931.3147384-11-peter.maydell@linaro.org
|