community/loudmouth: fix usage of asyncns_freeaddrinfo
previously, this was defined only in the corresponding .c file. but usage of freeaddrinfo was in a different .c file, so it was calling musl's default freeaddrinfo on a asyncns_getaddrinfo-acquired addrinfo, which caused a segfault
community/loudmouth/fix-freeaddrinfo.patch
0 → 100644
Please register or sign in to comment