artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
090e14e
)
Missing setproctitle("rrdp") noticed by deraadt@
author
claudio
<claudio@openbsd.org>
Thu, 8 Apr 2021 15:31:14 +0000
(15:31 +0000)
committer
claudio
<claudio@openbsd.org>
Thu, 8 Apr 2021 15:31:14 +0000
(15:31 +0000)
usr.sbin/rpki-client/main.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/main.c
b/usr.sbin/rpki-client/main.c
index
dc7d254
..
d5fb95c
100644
(file)
--- a/
usr.sbin/rpki-client/main.c
+++ b/
usr.sbin/rpki-client/main.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: main.c,v 1.13
1 2021/04/07 16:06:37 deraadt
Exp $ */
+/* $OpenBSD: main.c,v 1.13
2 2021/04/08 15:31:14 claudio
Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-836,6
+836,7
@@
main(int argc, char *argv[])
close(http);
close(fd[1]);
+ setproctitle("rrdp");
/* change working directory to the cache directory */
if (fchdir(cachefd) == -1)
err(1, "fchdir");