From: deraadt Date: Mon, 12 Oct 2015 15:12:44 +0000 (+0000) Subject: Annotate an pretty obvious signal race... no time to fix it now. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ad604d180033b69aeef62aae9504ddb7aac388ba;p=openbsd Annotate an pretty obvious signal race... no time to fix it now. --- diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index 37a802b460b..b2d0fe1a220 100644 --- a/sbin/dump/optr.c +++ b/sbin/dump/optr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: optr.c,v 1.38 2015/08/20 22:02:20 deraadt Exp $ */ +/* $OpenBSD: optr.c,v 1.39 2015/10/12 15:12:44 deraadt Exp $ */ /* $NetBSD: optr.c,v 1.11 1997/05/27 08:34:36 mrg Exp $ */ /*- @@ -247,6 +247,7 @@ msgtail(const char *fmt, ...) va_end(ap); } +/* XXX signal races */ void quit(const char *fmt, ...) {