VirtualBox

Changeset 85002 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jun 30, 2020 9:34:16 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138900
Message:

DnD: More work on path conversion / validation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp

    r84998 r85002  
    816816            }
    817817
    818             rc = DnDPathSanitize(pszPathAbs, sizeof(pszPathAbs));
    819             if (RT_FAILURE(rc))
    820             {
    821                 LogFlowFunc(("Warning: Rebasing current file failed with rc=%Rrc\n", rc));
    822                 break;
    823             }
    824 
    825             LogRel2(("DnD: Absolute file path for guest file on the host is now '%s'\n", pszPathAbs));
    826 
    827818            rc = pObj->Init(DnDURIObject::Type_File, pszPathAbs);
    828819            if (RT_SUCCESS(rc))
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