Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix problems with memory allocation in assert.
In case the allocator is corrupted and an assert triggers, we shouldn't allocate any more memory. Use a private assert definition which doesn't use malloc.
- Loading branch information