Eradicate alloca() uses on system code, then enable -Walloca to prevent new ones to creep back in.
Since v1: - Convert KVM/PPC (Peter) - Update doc (Alex) Philippe Mathieu-Daudé (3): target/ppc/kvm: Avoid using alloca() buildsys: Prohibit alloca() use on system code docs/devel/style: Mention alloca() family API is forbidden docs/devel/style.rst | 4 ++-- meson.build | 4 ++++ target/ppc/kvm.c | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) -- 2.51.0
