mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 08:29:04 +00:00
Use checked_fd_set in 2 more places: bounce scan and pcap_select
This commit is contained in:
@@ -937,7 +937,7 @@ int pcap_select(pcap_t *p, struct timeval *timeout) {
|
||||
return -1;
|
||||
|
||||
FD_ZERO(&rfds);
|
||||
FD_SET(fd, &rfds);
|
||||
checked_fd_set(fd, &rfds);
|
||||
|
||||
do {
|
||||
errno = 0;
|
||||
|
||||
Reference in New Issue
Block a user