From ad604d180033b69aeef62aae9504ddb7aac388ba Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 12 Oct 2015 15:12:44 +0000 Subject: [PATCH] Annotate an pretty obvious signal race... no time to fix it now. --- sbin/dump/optr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, ...) { -- 2.20.1