VirtualBox

Changeset 65198 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 9, 2017 11:47:16 AM (8 years ago)
Author:
vboxsync
Message:

Main/EbmlWriter.cpp: Deny writes by others while we're writing.

File:
1 edited

Legend:

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

    r65197 r65198  
    5151    inline int create(const char *a_pszFilename)
    5252    {
    53       return RTFileOpen(&m_File, a_pszFilename, RTFILE_O_CREATE | RTFILE_O_WRITE | RTFILE_O_DENY_NONE);
     53        return RTFileOpen(&m_File, a_pszFilename, RTFILE_O_CREATE | RTFILE_O_WRITE | RTFILE_O_DENY_WRITE);
    5454    }
    5555
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