mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 07:38:39 +00:00
* Replace this pattern:
if ( isNumber_u32(optarg) ){
u32 aux32 = strtoul( optarg, NULL, 10);
...
}
with a function that checks for syntax and returns the value (i.e., a wrapper
around strtoul). There is nowhere that isNumber_u* is called without it being
immediately followed by a strtoul, outside of utils.cc.
|
||
|---|---|---|
| .. | ||
| david.txt | ||
| ncat.txt | ||
| nmap.txt | ||
| nping.txt | ||
| patrick.txt | ||
| sctp.txt | ||