VirtualBox

Changeset 91207 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Sep 10, 2021 3:47:11 PM (3 years ago)
Author:
vboxsync
Message:

Additions: vboxsf: fix typo in host service code, bugref:10102, ticketref:20521.

Fixed incorrectly reported (by host to guest) file position offset which resulted
in overriding file content each time when guest was sending small
write requests. On each such small write request host service was writing data to
the region [0, transfer_size].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/VBoxSharedFoldersSvc.cpp

    r90805 r91207  
    767767            if (RT_SUCCESS(rc))
    768768            {
     769                paParms[2].u.uint64 = offFile;
    769770                paParms[3].u.uint32 = cbWrite;
    770                 paParms[4].u.uint64 = offFile;
    771771            }
    772772            else
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