| Bug ID | 1605 |
|---|---|
| Summary | lib/eal build failure with address and undefined behavior sanitizers |
| Product | DPDK |
| Version | 25.03 |
| Hardware | All |
| OS | All |
| Status | UNCONFIRMED |
| Severity | normal |
| Priority | Normal |
| Component | core |
| Assignee | dev@dpdk.org |
| Reporter | alialnu@nvidia.com |
| Target Milestone | --- |
$ meson --werror -Db_sanitize=address,undefined build && ninja -C build [..] /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: error: writing 4 bytes into a region of size 0 [-Werror=stringop-overflow=] [..] OS: Ubuntu 22.04 Compiler: gcc 11.2.0 Meson: 0.61.2 Ninja-build: 1.10.1 Build passes with "-Db_sanitize=address".