summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-05-13 09:58:36 +0200
committerThomas Haller <thaller@redhat.com>2020-05-13 10:43:50 +0200
commit3414ca5e921c817d4a37fa3f281c1ae5a583183a (patch)
tree970e5ad08ddd9e09c1e8fe11b8be78e0864ce495
parent278703d1a156deb01ada35ff591a3bebd6e85cd5 (diff)
downloadNetworkManager-coverity.tar.gz
coverity: ignore false positivecoverity
-rw-r--r--coverity.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/coverity.html b/coverity.html
index e8e475ef6d..3d81156575 100644
--- a/coverity.html
+++ b/coverity.html
@@ -37,17 +37,6 @@
<h2>List of Defects</h2>
<pre style="white-space: pre-wrap;">
-<a name="def8"><b>Error: <span style="background: #C0FF00;">INFINITE_LOOP</span> (CWE-835):</b> </a><a href="#def8">[#def8]</a>
-NetworkManager-1.25.1/clients/cli/connections.c:8033: <b>loop_top</b>: Top of the loop.
-<span style="color: #808080;">NetworkManager-1.25.1/clients/cli/connections.c:8034: <b>loop_bottom</b>: Bottom of the loop.</span>
-<span style="color: #808080;">NetworkManager-1.25.1/clients/cli/connections.c:8033: <b>exit_condition</b>: If "timeout" is initially false then it will remain false.</span>
-<span style="color: #808080;">NetworkManager-1.25.1/clients/cli/connections.c:8033: <b>exit_condition</b>: If "connection_changed" is initially false then it will remain false.</span>
-<span style="color: #00C0C0;">#<span style="color: #C0C0C0;"> 8031| </span></span>
-<span style="color: #00C0C0;">#<span style="color: #C0C0C0;"> 8032| if (!nmc_editor_error) {</span></span>
-<span style="color: #00C0C0;">#<span style="color: #000000;"> 8033|-&gt; while (!connection_changed &amp;&amp; !timeout)</span></span>
-<span style="color: #00C0C0;">#<span style="color: #C0C0C0;"> 8034| g_main_context_iteration (NULL, TRUE);</span></span>
-<span style="color: #00C0C0;">#<span style="color: #C0C0C0;"> 8035| }</span></span>
-
<a name="def9"><b>Error: <span style="background: #C0FF00;">COPY_PASTE_ERROR</span> (CWE-398):</b> </a><a href="#def9">[#def9]</a>
<span style="color: #808080;">NetworkManager-1.25.1/clients/cli/devices.c:1210: <b>original</b>: "rsn_flags &amp; NM_802_11_AP_SEC_KEY_MGMT_802_1X" looks like the original copy.</span>
NetworkManager-1.25.1/clients/cli/devices.c:1220: <b>copy_paste_error</b>: "rsn_flags" in "rsn_flags &amp; NM_802_11_AP_SEC_KEY_MGMT_802_1X" looks like a copy-paste error.