mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
bug fixing
This commit is contained in:
parent
b3923483ea
commit
87e4e19e02
20 changed files with 233 additions and 164 deletions
|
|
@ -2012,6 +2012,7 @@ void servicescan_read_handler(nsock_pool nsp, nsock_event nse, void *mydata) {
|
|||
case ECONNRESET:
|
||||
case ECONNREFUSED: // weird to get this on a connected socket (shrug) but
|
||||
// BSD sometimes gives it
|
||||
case ECONNABORTED:
|
||||
// Jerk hung up on us. Probably didn't like our probe. We treat it as with EOF above.
|
||||
if (probe->isNullProbe()) {
|
||||
// TODO: Perhaps should do further verification before making this assumption
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue