VirtualBox

Changeset 18857 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 10, 2009 5:20:00 AM (16 years ago)
Author:
vboxsync
Message:

NAT: zero-length strings in dhcp offer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.c

    r18794 r18857  
    406406            /*uniq*/
    407407            RTUtf16ToUtf8(addr->DnsSuffix, &suffix);
     408           
     409            if (strlen(suffix) == 0)
     410                goto next_dns;
     411
    408412            found = 0;
    409413            LIST_FOREACH(dd, &pData->dns_domain_list_head, dd_list)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette