mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Fix EAP-TNC peer memory leak on an error path
This commit is contained in:
parent
064bb8232c
commit
1c5a1aa51c
@ -1106,6 +1106,7 @@ static struct tnc_if_imc * tncc_parse_imc(char *start, char *end, int *error)
|
||||
if (pos >= end || *pos != ' ') {
|
||||
wpa_printf(MSG_ERROR, "TNC: Ignoring invalid IMC line '%s' "
|
||||
"(no space after name)", start);
|
||||
os_free(imc->name);
|
||||
os_free(imc);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user