Subject: re: longjump and gethostbyaddr
To: Wolfgang S. Rupprecht <wolfgang+gnus20040317T171142@dailyplanet.dontspam.wsrcc.com>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 03/18/2004 14:43:12
i would call this a bug in the program.  for a start, you're not
using sig{set,long}jmp(3).  additionally interrupting library
routines that may have to open fd's to do their work is a sure
way to lose descriptors.. (this isn't just limited to
gethostbyaddr() doing DNS lookups, but also if it was reading
/etc/hosts, or any other library function.)


.mrg.