https://bugs.dpdk.org/show_bug.cgi?id=1512 Bug ID: 1512 Summary: event/octeontx build failure on Ubuntu 24.04 with LTO Product: DPDK Version: 24.07 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: ethdev Assignee: dev@dpdk.org Reporter: alialnu@nvidia.com Target Milestone: --- $ meson --werror -Db_lto=true build && ninja -C build [..] In function ‘ssovf_parsekv’, inlined from ‘rte_kvargs_process’ at ../lib/kvargs/rte_kvargs.c:188:9, inlined from ‘ssovf_vdev_probe’ at ../drivers/event/octeontx/ssovf_evdev.c:872:10: ../drivers/event/octeontx/ssovf_evdev.c:723:15: warning: writing 4 bytes into a region of size 1 [-Wstringop-overflow=] 723 | *flag = !!atoi(value); | ^ ../drivers/event/octeontx/ssovf_evdev.c: In function ‘ssovf_vdev_probe’: ../drivers/event/octeontx/ssovf_evdev.c:26:16: note: destination object ‘timvf_enable_stats’ of size 1 [..] OS: Ubuntu 24.04 Meson: 1.3.2 Compiler: gcc 13.2.0 -- You are receiving this mail because: You are the assignee for the bug.