|WARNING| pw123061 BUG: AddressSanitizer reports a buffer-overflow on rte_hash_lookup

qemudev at loongson.cn qemudev at loongson.cn
Sun Feb 5 17:50:48 CET 2023


Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/123061

_apply patch failure_

Submitter: Isaac Boukris <iboukris at gmail.com>
Date: Sun, 5 Feb 2023 18:54:20 +0200
DPDK git baseline: Repo:dpdk
  Branch: main
  CommitID: a27bb7bc786dee5dcc8b7ee03942f85173620314

Apply patch set 123061 failed:

Checking patch examples/helloworld/Makefile...
error: while searching for:
       ln -sf $(APP)-static build/$(APP)

PC_FILE := $(shell $(PKGCONF) --path libdpdk 2>/dev/null)
CFLAGS += -O3 $(shell $(PKGCONF) --cflags libdpdk)
LDFLAGS_SHARED = $(shell $(PKGCONF) --libs libdpdk)
LDFLAGS_STATIC = $(shell $(PKGCONF) --static --libs libdpdk)


error: patch failed: examples/helloworld/Makefile:22
error: examples/helloworld/Makefile: patch does not apply
Checking patch examples/helloworld/main.c...
error: while searching for:
}
/* >8 End of launching function on lcore. */

/* Initialization of Environment Abstraction Layer (EAL). 8< */
int
main(int argc, char **argv)
{
       int ret;
       unsigned lcore_id;

       ret = rte_eal_init(argc, argv);
       if (ret < 0)
               rte_panic("Cannot init EAL\n");
       /* >8 End of initialization of Environment Abstraction Layer */

       /* Launches the function on each lcore. 8< */
       RTE_LCORE_FOREACH_WORKER(lcore_id) {
               /* Simpler equivalent. 8< */

error: patch failed: examples/helloworld/main.c:26
error: examples/helloworld/main.c: patch does not apply



More information about the test-report mailing list