Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovs-ofctl: Fix bad free in colors_parse_from_env().
OVS_COLORS variable color_str is parsed by using xstrdup and strsep, we should free original address of the string, not used after strsep. Signed-off-by: Lili Huang <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> Acked-by: Mark Michelson <[email protected]>
- Loading branch information