mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
fixed a possible reference to a broken memory
MFC after: 1 day
This commit is contained in:
parent
4156b20c71
commit
7c6523affc
1 changed files with 1 additions and 1 deletions
|
|
@ -971,9 +971,9 @@ eprtparamfail:
|
|||
return n;
|
||||
}
|
||||
|
||||
freeaddrinfo(res);
|
||||
memcpy(&data6, res->ai_addr, res->ai_addrlen);
|
||||
|
||||
freeaddrinfo(res);
|
||||
goto sendport;
|
||||
} else if (strcmp(cmd, "LPSV") == 0 && !param) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue