Re: [PATCH 4/9] pc-bios/s390-ccw/netmain.c: Changed a malloc/free to GLib's variants

2021-03-13 Thread Mahmoud Mandour
> > Nack. > > This is BIOS code and it does not have glib. > Thank you so much for the helping notice. This did not cause build problems nor was mentioned in the bite-sized tasks page as a place to not change. In any case, there are some more problems with this series so I was going to resend it (

Re: [PATCH 4/9] pc-bios/s390-ccw/netmain.c: Changed a malloc/free to GLib's variants

2021-03-13 Thread Christian Borntraeger
On 13.03.21 17:36, Mahmoud Mandour wrote: Changed a call to malloc() and its respective calls free() with GLib's allocation and deallocation functions. Signed-off-by: Mahmoud Mandour Nack. This is BIOS code and it does not have glib. --- pc-bios/s390-ccw/netmain.c | 6 +++--- 1 file ch

[PATCH 4/9] pc-bios/s390-ccw/netmain.c: Changed a malloc/free to GLib's variants

2021-03-13 Thread Mahmoud Mandour
Changed a call to malloc() and its respective calls free() with GLib's allocation and deallocation functions. Signed-off-by: Mahmoud Mandour --- pc-bios/s390-ccw/netmain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pc-bios/s390-ccw/netmain.c b/pc-bios/s390-ccw/netm