mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix a LGTM.com finding (false positive, but easier to just change it)
This commit is contained in:
parent
bf9b61ad22
commit
69f1576c17
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ struct token {
|
|||
static unsigned short *parse_portlist(const char *portlist, unsigned int *count) {
|
||||
uint32_t bitmap[65536 / 32];
|
||||
unsigned short *result;
|
||||
unsigned short i;
|
||||
unsigned int i;
|
||||
unsigned int p;
|
||||
|
||||
memset(bitmap, 0, sizeof(bitmap));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue