mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-18 15:47:13 +00:00
wpa_supplicant: Fix issues reported by coverity
This commit is contained in:
@@ -552,6 +552,7 @@ static int eap_fast_write_pac(struct eap_sm *sm, const char *pac_file,
|
||||
return -1;
|
||||
}
|
||||
eap_set_config_blob(sm, blob);
|
||||
os_free(blob);
|
||||
} else {
|
||||
FILE *f;
|
||||
f = fopen(pac_file, "wb");
|
||||
|
Reference in New Issue
Block a user