Re: [ovs-dev] [PATCH ovn] Fix ubsan warning on 0-len memcpy from NULL pointer

2022-06-02 Thread Mark Michelson
Thanks for the quick fix Ihar. I pushed this to main and branch-22.06 On 6/1/22 23:54, Ihar Hrachyshka wrote: Fixes fa8c591fa2a7("Support LSP:options:requested-chassis as a list") Signed-off-by: Ihar Hrachyshka --- controller/binding.c | 12 1 file changed, 8 insertions(+), 4

Re: [ovs-dev] [PATCH ovn] Fix ubsan warning on 0-len memcpy from NULL pointer

2022-06-02 Thread Dumitru Ceara
On 6/2/22 05:54, Ihar Hrachyshka wrote: > Fixes fa8c591fa2a7("Support LSP:options:requested-chassis as a list") > > Signed-off-by: Ihar Hrachyshka > --- Looks good to me, thanks! Acked-by: Dumitru Ceara ___ dev mailing list d...@openvswitch.org

[ovs-dev] [PATCH ovn] Fix ubsan warning on 0-len memcpy from NULL pointer

2022-06-01 Thread Ihar Hrachyshka
Fixes fa8c591fa2a7("Support LSP:options:requested-chassis as a list") Signed-off-by: Ihar Hrachyshka --- controller/binding.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/controller/binding.c b/controller/binding.c index 8a8570f13..2279570f9 100644 ---