On Tue, 10 Mar 2026 at 14:38, Philippe Mathieu-Daudé <[email protected]> wrote: > > Cc'ing more developers. > > On 10/3/26 14:47, Fabiano Rosas wrote: > > ../tests/qtest/ast2700-sgpio-test.c: In function ‘test_output_pins’: > > ../tests/qtest/ast2700-sgpio-test.c:27:33: error: ‘sprintf’ may write a > > terminating nul past the end of the destination > > [-Werror=format-overflow=] > > > > ../tests/qtest/ast2700-sgpio-test.c: In function ‘test_irq_level_high’: > > ../tests/qtest/ast2700-sgpio-test.c:85:33: error: ‘sprintf’ may write a > > terminating nul past the end of the destination > > [-Werror=format-overflow=] > > > > ../tests/qtest/arm-cpu-features.c: In function > > ‘test_query_cpu_model_expansion_kvm’: > > ../tests/qtest/arm-cpu-features.c:578:35: error: ‘%u’ directive writing > > between 1 and 10 bytes into a region of size 5 > > [-Werror=format-overflow=]
I don't have this specific GCC version, but this series I just sent should fix at least these three: https://lore.kernel.org/qemu-devel/[email protected]/ -- PMM
