Summary: `malloc` is supposed to return `nullptr` if it fails, not exit with an error code.
15 KiB
15 KiB
Summary: `malloc` is supposed to return `nullptr` if it fails, not exit with an error code.