mirror of
https://github.com/nmap/nmap.git
synced 2026-06-14 04:03:40 +00:00
Missed another assert() we can remove because of r4515
This commit is contained in:
parent
2d8da28206
commit
40143f4d37
1 changed files with 0 additions and 1 deletions
1
tcpip.cc
1
tcpip.cc
|
|
@ -2748,7 +2748,6 @@ int sd;
|
|||
if (numifaces == ii_capacity) {
|
||||
ii_capacity <<= 2;
|
||||
mydevs = (struct interface_info *) safe_realloc(mydevs, sizeof(struct interface_info) * ii_capacity);
|
||||
assert(mydevs);
|
||||
}
|
||||
mydevs[numifaces].devname[0] = mydevs[numifaces].devfullname[0] = '\0';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue