On Fri, Sep 6, 2019 at 4:09 PM Ilya Maximets <[email protected]> wrote:
> On 05.09.2019 18:18, Ben Pfaff wrote: > > On Tue, Sep 03, 2019 at 06:07:26PM +0300, Ilya Maximets wrote: > >> Useful for tracking where the uninitialized memory came from. > >> Report example: > >> > >> Thread 13 revalidator11: > >> Conditional jump or move depends on uninitialised value(s) > >> at 0x4C35D96: __memcmp_sse4_1 (in vgpreload_memcheck.so) > >> by 0x9D4404: ofpbuf_equal (ofpbuf.h:273) > >> by 0x9D4404: revalidate_ukey__ (ofproto-dpif-upcall.c:2219) > >> <...> > >> by 0x6AF488E: clone (clone.S:95) > >> Uninitialised value was created by a stack allocation > >> at 0x9D4450: compose_slow_path (ofproto-dpif-upcall.c:1062) > >> > >> Signed-off-by: Ilya Maximets <[email protected]> > > > > Acked-by: Ben Pfaff <[email protected]> > > Thanks, Ben and William! Applied to master. > > Best regards, Ilya Maximets. > Hi Ilya, Thanks for pointing this patch to be applied for OVN too in the offline discussion. This patch applies cleanly to ovn repo and I applied to master. Thanks Numan > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
