Ignore:
Timestamp:
Jun 25, 2011, 7:14:41 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.15 (security update)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/libaddns/dnssock.c

    r206 r578  
    219219                ssize_t ret;
    220220                int fd_ready;
    221                
     221
     222                if (fd < 0 || fd >= FD_SETSIZE) {
     223                        return ERROR_DNS_SOCKET_ERROR;
     224                }
     225
    222226                FD_ZERO( &rfds );
    223227                FD_SET( fd, &rfds );
Note: See TracChangeset for help on using the changeset viewer.