mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Increase the size of OS fingerprint attribute values from 128 to 256. Some
attributes are that big now.
This commit is contained in:
@@ -165,7 +165,7 @@ struct ftpinfo {
|
||||
|
||||
struct AVal {
|
||||
char *attribute;
|
||||
char value[128];
|
||||
char value[256];
|
||||
struct AVal *next;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user