openwrt-packages/net/conserver/patches
Darren Tucker 69b24ecf6f conserver: free correct addrinfo to prevent crash.
When looping through addrinfo lists in AddrsMatch, keep a copy of the
original addrinfo pointers to free instead of ending up at the terminating
NULLs and trying to free those.

OpenWRT uses musl in which freeaddrinfo(NULL) is not safe (which is
fine, it's not required by the spec) so this fixes a segfault.

Signed-off-by: Darren Tucker <dtucker@dtucker.net>
2024-02-24 12:14:18 -08:00
..
000-100-backport-config-macro-fix.patch conserver: fix build with new autotools 2022-09-09 15:20:58 -07:00
001-remove-strip.patch treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
002-addrsmatch-freeaddrinfo.patch conserver: free correct addrinfo to prevent crash. 2024-02-24 12:14:18 -08:00