Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The cmark file parser.h was missing a #include. This resulted in the compiler generating bad code for a reference to the mem struct. This caused men->free() to actually call mem->xcalloc() in the reference_free() function, which caused the crash. This has been fixed in the cmark project source code.
- Loading branch information