artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06cfee9
)
Annotate an pretty obvious signal race... no time to fix it now.
author
deraadt
<deraadt@openbsd.org>
Mon, 12 Oct 2015 15:12:44 +0000
(15:12 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 12 Oct 2015 15:12:44 +0000
(15:12 +0000)
sbin/dump/optr.c
patch
|
blob
|
history
diff --git
a/sbin/dump/optr.c
b/sbin/dump/optr.c
index
37a802b
..
b2d0fe1
100644
(file)
--- a/
sbin/dump/optr.c
+++ b/
sbin/dump/optr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: optr.c,v 1.3
8 2015/08/20 22:02:20
deraadt Exp $ */
+/* $OpenBSD: optr.c,v 1.3
9 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, ...)
{