Changeset 1022 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Feb 22, 2007 9:59:26 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18879
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/udp.c
r1010 r1022 154 154 } 155 155 156 #ifndef VBOX157 /* Disable this for now (security leak, allows the guest to read any file158 * from the current directory and the directories in it on the host).159 * Reenable it after adding a way to optionally configure the tftp root160 * directory (the existing tftp prefix setting is not sufficient). */161 156 /* 162 157 * handle TFTP … … 166 161 goto bad; 167 162 } 168 #endif /* !VBOX */169 163 170 164 /*
Note:
See TracChangeset
for help on using the changeset viewer.