[Swan-dev] _stackmanager: set some variables to prevent coverity warning

D. Hugh Redelmeier hugh at mimosa.com
Mon Jun 17 21:45:53 UTC 2019


| commit 5e6e29f16706cf996f5e331038191b866f5a1b1e
| Author: Paul Wouters <pwouters at redhat.com>
| Date:   Mon Jun 17 17:00:54 2019 -0400
| 
|     _stackmanager: set some variables to prevent coverity warning
|     
|     Comes in via an eval() of ipsec addconn --configsetup

+# Tehse prevent coverity warnings, variables come in via ipsec addconn call
+xfrmlifetime=""
+overridemtu=""
+fragicmp=""
+hidetos=""

How can this work when the addconn invocation setting the variables to
the correct value seems to come before this set of assignments?

(Note I know nothing about this code so I may have this all wrong.)


More information about the Swan-dev mailing list