Skip to content

v0.9.7: Fix SEGV when DNS resolution fails on Musl libc

Compare
Choose a tag to compare
@Geod24 Geod24 released this 19 Aug 06:04
· 160 commits to master since this release

Eventcore was previously passing a null pointer to a C function
that was freeing the handle.
This worked without issue on OSX and Glibc, but would segfault on Musl libc.