VirtualBox

Changeset 1022 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Feb 22, 2007 9:59:26 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18879
Message:

Reenabled tftp code to see if it compiles on win boxes. It's not a security problem anymore since all packets are ignored as long as tftp_prefix is not set.

File:
1 edited

Legend:

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

    r1010 r1022  
    154154        }
    155155
    156 #ifndef VBOX
    157 /* Disable this for now (security leak, allows the guest to read any file
    158  * from the current directory and the directories in it on the host).
    159  * Reenable it after adding a way to optionally configure the tftp root
    160  * directory (the existing tftp prefix setting is not sufficient). */
    161156        /*
    162157         *  handle TFTP
     
    166161            goto bad;
    167162        }
    168 #endif /* !VBOX */
    169163
    170164        /*
Note: See TracChangeset for help on using the changeset viewer.

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