Re: [Qemu-devel] [PATCH 6/6] softmmu-semi: fix lock_user* functions not to deref NULL upon OOM

2012-05-24 Thread Jim Meyering
Peter Maydell wrote: > On 16 May 2012 14:08, Jim Meyering wrote: >> From: Jim Meyering >> >> Use g_malloc/g_free in place of malloc/free. >> >> Signed-off-by: Jim Meyering >> --- >>  softmmu-semi.h | 6 +++--- >>  1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/softmmu-semi.h

Re: [Qemu-devel] [PATCH 6/6] softmmu-semi: fix lock_user* functions not to deref NULL upon OOM

2012-05-19 Thread Peter Maydell
On 16 May 2012 14:08, Jim Meyering wrote: > From: Jim Meyering > > Use g_malloc/g_free in place of malloc/free. > > Signed-off-by: Jim Meyering > --- >  softmmu-semi.h | 6 +++--- >  1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/softmmu-semi.h b/softmmu-semi.h > index 648cb95..

Re: [Qemu-devel] [PATCH 6/6] softmmu-semi: fix lock_user* functions not to deref NULL upon OOM

2012-05-19 Thread Matthew Fernandez
On 16 May 2012 23:08, Jim Meyering wrote: > From: Jim Meyering > > Use g_malloc/g_free in place of malloc/free. > > Signed-off-by: Jim Meyering Acked-by: Matthew Fernandez > --- >  softmmu-semi.h | 6 +++--- >  1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/softmmu-semi.h b/s

[Qemu-devel] [PATCH 6/6] softmmu-semi: fix lock_user* functions not to deref NULL upon OOM

2012-05-16 Thread Jim Meyering
From: Jim Meyering Use g_malloc/g_free in place of malloc/free. Signed-off-by: Jim Meyering --- softmmu-semi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/softmmu-semi.h b/softmmu-semi.h index 648cb95..996e0f7 100644 --- a/softmmu-semi.h +++ b/softmmu-semi.h @@ -3