-
Sub-task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
0
-
False
-
-
False
-
openvswitch3.3-3.3.0-38.el10fdp
-
rhel-10
-
rhel-net-ovs-dpdk
-
-
-
ssg_networking
-
OVS/DPDK - FDP-25.B
-
1
Scanhub found the following issue
3. ovsdb/ovsdb-server.c:505:5: freed_arg: "shash_replace_nocopy" frees "filename". 6. ovsdb/ovsdb-server.c:507:9: pass_freed_arg: Passing freed pointer "filename" as an argument to "vlog". # 505| conf = shash_replace_nocopy(db_conf, filename, conf); # 506| if (conf) { # 507|-> VLOG_WARN("Duplicate database configuration: %s", filename); # 508| db_config_destroy(conf); # 509| }
This appears to be a true positive.