> On May 26, 2017, at 8:27 PM, Ben Pfaff <[email protected]> wrote: > > This function attempts to open a bunch of new handlers. If it fails, it > attempts to close all the handlers that have already been opened. > Unfortunately, the loop to close the opened handlers used the wrong array > index: 'i' instead of 'j'. This fixes the problem. > > Found by Coverity. > > Reported-at: > https://scan3.coverity.com/reports.htm#v16889/p10449/fileInstanceId=14762827&defectInstanceId=4305351&mergedDefectId=180429 > Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Justin Pettit <[email protected]> --Justin _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
