Commit 3544014
committed
Fix problem when nmap file has .txt extension (3.0)
This addresses a bug filed in #1935 in 3.1dev when the supplied file
has a .txt extension. In this scenario the input file was nulled
as from the input file in nmap format an internal input file was
generated which has a .txt extension, in the same directory.
The idea was to persist the file for the user.
Now, this internal input file is ephemeral and only written to $TEMPDIR.1 parent ca558a9 commit 3544014
1 file changed
Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19003 | 19003 | | |
19004 | 19004 | | |
19005 | 19005 | | |
19006 | | - | |
| 19006 | + | |
19007 | 19007 | | |
19008 | | - | |
19009 | | - | |
19010 | | - | |
19011 | | - | |
19012 | | - | |
19013 | | - | |
19014 | | - | |
19015 | | - | |
19016 | | - | |
| 19008 | + | |
| 19009 | + | |
| 19010 | + | |
| 19011 | + | |
19017 | 19012 | | |
19018 | 19013 | | |
19019 | 19014 | | |
| |||
0 commit comments