Date: Thu, 30 Jul 1998 21:05:11 -0700 (PDT) From: Tim Vanderhoek <hoek@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/more os.c signal.c Message-ID: <199807310405.VAA28915@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
hoek 1998/07/30 21:05:11 PDT Modified files: usr.bin/more os.c signal.c Log: Fix coredump when two signals are sent in rapid succession. PR: bin/5721 Submitted by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> Also, add "volatile" to a variable modified by signal handlers (coincidentally, the same variable involved in the above fix, although this isn't related to the reported problem). Revision Changes Path 1.4 +2 -1 src/usr.bin/more/os.c 1.2 +1 -1 src/usr.bin/more/signal.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807310405.VAA28915>