Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovsdb-server: Do not use filename after free.
Scanhub reported the following splat: 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". In all code paths with a duplicate configuration, OVSDB would print a warning log message using a freed pointer. Now, the original option is used. Reported-at: https://issues.redhat.com/browse/FDP-1118 Signed-off-by: Mike Pattrick <[email protected]> Signed-off-by: 0-day Robot <[email protected]>
- Loading branch information