summaryrefslogtreecommitdiff
path: root/src/lighttpd-angel.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2017-08-12 15:39:12 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2017-08-12 15:39:12 -0400
commit9bc61f16cbb2a14e8225d847bbef24ace21f67c6 (patch)
treeef3a8faa385504b09925da730ecd650f7690d1de /src/lighttpd-angel.c
parent748fc860fb5f7a34ec9ab3a785cd4e552a521d41 (diff)
downloadlighttpd-git-9bc61f16cbb2a14e8225d847bbef24ace21f67c6.tar.gz
[core] attempt to quiet coverity false positives
Diffstat (limited to 'src/lighttpd-angel.c')
-rw-r--r--src/lighttpd-angel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lighttpd-angel.c b/src/lighttpd-angel.c
index 2b88e554..b97f519f 100644
--- a/src/lighttpd-angel.c
+++ b/src/lighttpd-angel.c
@@ -105,6 +105,8 @@ int main(int argc, char **argv) {
argv[0] = BINPATH;
+ /* intentionally pass argv params */
+ /* coverity[tainted_string : FALSE] */
execvp(BINPATH, argv);
exit(1);