VirtualBox

Ignore:
Timestamp:
Dec 19, 2024 12:59:51 PM (6 weeks ago)
Author:
vboxsync
Message:

IPRT/r3/nt: 5 more places where we didn't set OBJ_CASE_INSENSITIVE when we should. bugref:10826

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/nt/RTPathSetMode-r3-nt.cpp

    r106061 r107379  
    6565        IO_STATUS_BLOCK     Ios     = RTNT_IO_STATUS_BLOCK_INITIALIZER;
    6666        OBJECT_ATTRIBUTES   ObjAttr;
    67         InitializeObjectAttributes(&ObjAttr, &NtName, 0 /*fAttrib*/, hRootDir, NULL);
     67        InitializeObjectAttributes(&ObjAttr, &NtName, OBJ_CASE_INSENSITIVE, hRootDir, NULL);
    6868
    6969        ULONG fOpenOptions = FILE_OPEN_FOR_BACKUP_INTENT | FILE_SYNCHRONOUS_IO_NONALERT | FILE_OPEN_REPARSE_POINT;
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