Closed virusdave closed 1 year ago
Thanks! Technically calloc() returns an error code in errno so we should use that, though in reality I think ENOMEM is the only one it could ever possibly return.
calloc()
errno
ENOMEM
Fixed in 6a07e58.
Thanks! Technically
calloc()
returns an error code inerrno
so we should use that, though in reality I thinkENOMEM
is the only one it could ever possibly return.Fixed in 6a07e58.