The most recent commit (219b9064cf28) added a sigprocmask blocking
SIGWINCH during connect(), because FreeBSD was interrupting in that
case.

The signal.c code took care to put
  #if defined (USE_SLANG_CURSES) || defined (HAVE_RESIZETERM)
around such code with SIGWINCH.

However, I couldn't think of a reason we _have_ to do that around the
connect().  Is there any harm in adding a sigprocmask even if we haven't
defined our own handler?  If there is a need, I'll add the #ifdefs, but
I didn't want to clutter up the code if it's unnecessary.

Thanks for any advice here.

-- 
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA

Attachment: signature.asc
Description: PGP signature

Reply via email to