On Sun, 4 Oct 2020 at 13:22, Elena Afanasova <eafanas...@gmail.com> wrote: > > Subject: [PATCH v2] elfload: use g_new/g_malloc and g_autofree > > Signed-off-by: Elena Afanasova <eafanas...@gmail.com> > --- > bsd-user/elfload.c | 79 ++++++++-------------------------------------- > 1 file changed, 14 insertions(+), 65 deletions(-)
Random question -- how are you testing this change? (bsd-user isn't covered by 'make check' I think). thanks -- PMM