id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,backport_to_milestone,backported 148,Crash when resolving bad hostnames in Linux (thanks Binu KS),bennylp,bennylp,"Binu K S reported: PJSIP crashes in Linux when it tries to resolve a bad address. The problem is in pjlib/src/pj/addr_resolv_sock.c in the following lines: {{{ he = gethostbyname(copy); if (!he) { return pj_get_netos_error(); } }}} The gethostbyname call does not set any error code in errno in case of failures. The error is set in h_errno instead. ",defect,closed,normal,release-0.5.10.2,pjlib,0.5.10.1,fixed,,,,