mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
updating --release-memory (thus far) and freeing some other areas early on
This commit is contained in:
parent
798438e2d2
commit
0632f1f8da
3 changed files with 19 additions and 8 deletions
|
|
@ -459,7 +459,7 @@ void NmapOps::ValidateOptions() {
|
|||
|
||||
/* Make sure nmap.registry.args is available (even if it's empty) */
|
||||
if (!scriptargs)
|
||||
scriptargs = "";
|
||||
scriptargs = strdup("");
|
||||
}
|
||||
|
||||
void NmapOps::setMaxOSTries(int mot) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue