mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Fix segfault when using service name wildcards with -p.
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
|
||||
struct nprotoent {
|
||||
const char *p_name;
|
||||
short p_proto;
|
||||
u16 p_proto;
|
||||
};
|
||||
|
||||
int addprotocolsfromservmask(char *mask, u8 *porttbl);
|
||||
|
||||
Reference in New Issue
Block a user