On 2/7/20 7:01 AM, Alex Bennée wrote: > From: Chen Qun <kuhn.chen...@huawei.com> > > According to the glibc function requirements, we need initialise
s/glibc/glib/ > the variable. Otherwise there will be compilation warnings: > > glib-autocleanups.h:28:3: warning: ‘out’ may be > used uninitialized in this function [-Wmaybe-uninitialized] > g_free (*pp); > ^~~~~~~~~~~~ > > Reported-by: Euler Robot <euler.ro...@huawei.com> > Signed-off-by: Chen Qun <kuhn.chen...@huawei.com> > Reviewed-by: Thomas Huth <th...@redhat.com> > Message-Id: <20200206093238.203984-1-kuhn.chen...@huawei.com> > [AJB: uses Thomas's single line allocation] > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > tests/plugin/bb.c | 6 +++--- > tests/plugin/insn.c | 3 +-- > 2 files changed, 4 insertions(+), 5 deletions(-) Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~