wpa_supplicant: ignore static analysis violations

This commit is contained in:
David Cermak
2020-03-27 19:17:36 +01:00
parent 2e28ab29c7
commit 62f9f42b54
4 changed files with 5 additions and 5 deletions

View File

@@ -2036,7 +2036,7 @@ SM_STATE(WPA_PTK_GROUP, REKEYNEGOTIATING)
(!sm->Pair ? WPA_KEY_INFO_INSTALL : 0),
rsc, gsm->GNonce, kde, pos - kde, gsm->GN, 1);
if (sm->wpa == WPA_VERSION_WPA2)
os_free(kde);
os_free(kde); // NOLINT(clang-analyzer-unix.Malloc)
}