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