Re: [ovs-dev] [Patch ovn] physical.c: Fix bug of wrong use in vm migration

2022-08-18 Thread Han Zhou
On Wed, Aug 17, 2022 at 7:23 PM Numan Siddique wrote: > > On Thu, Aug 18, 2022 at 5:55 AM Mark Michelson wrote: > > > > Thanks for finding and fixing this! > > > > Acked-by: Mark Michelson > > Thanks. I applied this patch to the main branch, > > Numan > A heap-buffer-overflow is detected by ASA

Re: [ovs-dev] [Patch ovn] physical.c: Fix bug of wrong use in vm migration

2022-08-17 Thread Numan Siddique
On Thu, Aug 18, 2022 at 5:55 AM Mark Michelson wrote: > > Thanks for finding and fixing this! > > Acked-by: Mark Michelson Thanks. I applied this patch to the main branch, Numan > > On 8/15/22 03:16, wangchuanlei wrote: > > In master branch, pointer ofpacts_p is modified or > > cleared in set

Re: [ovs-dev] [Patch ovn] physical.c: Fix bug of wrong use in vm migration

2022-08-17 Thread Mark Michelson
Thanks for finding and fixing this! Acked-by: Mark Michelson On 8/15/22 03:16, wangchuanlei wrote: In master branch, pointer ofpacts_p is modified or cleared in setup_activation_strategy will lead the following codes to unexpected exceptions. Signed-off-by: wangchuanlei --- controller/phys

[ovs-dev] [Patch ovn] physical.c: Fix bug of wrong use in vm migration

2022-08-15 Thread wangchuanlei
In master branch, pointer ofpacts_p is modified or cleared in setup_activation_strategy will lead the following codes to unexpected exceptions. Signed-off-by: wangchuanlei --- controller/physical.c | 40 +++- 1 file changed, 19 insertions(+), 21 deletions(-)