packages/net/fastd
David Bauer c28978b925 fastd: fix segmentation fault with musl >1.1.20
When compiled with musl >1.1.20, fastd will crash in case it can't
resolve a peers hostname. This is due to a changed implementation of
freeaddrinfo in musl 1.1.21 onwards.

This segfault is fixed by not calling freeaddrinfo in case the supplied
pointer is null.

Signed-off-by: David Bauer <mail@david-bauer.net>
2019-07-25 20:21:54 +02:00
..
files fastd: update to v15 2014-11-12 03:17:35 +01:00
patches fastd: fix segmentation fault with musl >1.1.20 2019-07-25 20:21:54 +02:00
Config.in fastd: update to v18 2016-03-29 00:29:43 +02:00
Makefile fastd: fix segmentation fault with musl >1.1.20 2019-07-25 20:21:54 +02:00