mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
a8d328bba2
Replace memory allocation functions malloc() and calloc() by counterparts provided in libutil.a library. Also remove error handling when no memory could be allocated as those functions do not return. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>