Em Sat, Sep 12, 2020 at 10:51:24PM +0200, Jiri Olsa escreveu: > On Fri, Sep 11, 2020 at 10:37:25PM -0700, Ian Rogers wrote: > > Memory sanitizer warns if a write is performed where the memory > > being read for the write is uninitialized. Avoid this warning by > > initializing the memory. > > > > Signed-off-by: Ian Rogers <irog...@google.com> > > Acked-by: Jiri Olsa <jo...@redhat.com>
Thanks, applied. - Arnaldo