Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `check_result()` `abort()` on `null` and non-`nullptr` result. Otherwise it just prints and doesn't end the test - Don't call `realloc(, 0)`; this has never been consistent and the current C2x draft (see §7.22.3.5 and N2464) finally just declares it to be undefined behavior. POSIX (2017) tolerates our current behavior of freeing the passed-in pointer and returning a new object.
- Loading branch information