.gitignore
author Frank Zschockelt <lm@freakysoft.de>
Sat, 11 May 2019 22:25:49 +0200
changeset 738 264fece7ff0d
parent 695 7ca0db71e445
permissions -rw-r--r--
Fix getaddrinfo() handling in blocking resolver If getaddrinfo() fails, the first call setting the result will already free the resolver. Trying to access it afterwards will lead to a warning to the console from glib. getaddrinfo() shouldn't return NULL for the result list if it returns successful.

Makefile
Makefile.in
*.la
*.lo
*.o
.deps
.libs
ltmain.sh
missing
stamp-h1
ChangeLog
configure
config.h*
config.log
config.status
config.sub
depcomp
aclocal.m4
autom4te*
config.guess
gtk-doc.make
install-sh
libtool
*.pc
*.spec
*.tar.gz
*.tar.bz2
*~