Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2002 11:28:15 -0800 (PST)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/ftpd ftpcmd.y ftpd.c
Message-ID:  <200201281928.g0SJSFr11555@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2002/01/28 11:28:15 PST

  Modified files:
    libexec/ftpd         ftpcmd.y ftpd.c 
  Log:
  Remove the setjmp/longjmp stuff completely.  Use signal
  handlers to set flags only (with exception for sigquit(),
  which still seems to call some non-reentrant functions on
  its way to _exit(2).)  That must eliminate the possibility
  of catching SIGSEGV from following non-reentrant paths from
  signal handlers.
  
  PR:             bin/32740 bin/33846
  Submitted by:   Maxim Konovalov <maxim@macomnet.ru>
  Obtained from:  OpenBSD
  
  Revision  Changes    Path
  1.30      +9 -12     src/libexec/ftpd/ftpcmd.y
  1.96      +85 -32    src/libexec/ftpd/ftpd.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201281928.g0SJSFr11555>