VirtualBox

Changeset 48397 in vbox


Ignore:
Timestamp:
Sep 10, 2013 8:14:05 AM (11 years ago)
Author:
vboxsync
Message:

lwip-nat: DHCP (stringified IP address validation typo) "(pszTerm - pszLo2Off) < 16"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp

    r48377 r48397  
    406406
    407407                if (   pszTerm
    408                        && (pszTerm - pszLo2Off) >= 17)
     408                       && (pszTerm - pszLo2Off) < 16)
    409409                {
    410410               
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