[ovs-dev] [PATCH 2/4] ofp-print.c: fix memory leak at ofp_print_bundle_add()

Ben Pfaff blp at ovn.org
Mon Jan 4 20:36:33 UTC 2016


On Thu, Dec 24, 2015 at 10:28:40AM -0800, William Tu wrote:
> Call ds_put_and_free_cstr instead of ds_put_cstr to free msg.
> Reported by test cases: 325, 326
>     ofp_print_bundle_add (ofp-print.c:3027)
>     ofp_to_string__ (ofp-print.c:3410)
>     ofp_to_string (ofp-print.c:3465)
>     ofp_print (ofp-print.c:3497)
>     ofctl_ofp_print (ovs-ofctl.c:3818)
>     ovs_cmdl_run_command (command-line.c:121)
>     main (ovs-ofctl.c:135)
> 
> Signed-off-by: William Tu <u9012063 at gmail.com>
> Signed-off-by: Daniele Di Proietto <diproiettod at vmware.com>
> Co-authored-by: Daniele Di Proietto <diproiettod at vmware.com>

Thanks, applied to master, branch-2.5, and branch-2.4.



More information about the dev mailing list