Dmitry Timoshkov writes:
> Alexandre Julliard wrote:
>
>> Requiring extra access rights can break things, especially in such
>> low-level functions. It's not just a harmless cleanup, so you need to
>> either show an app that requires it, or provide a test case that
>> demonstrates that the extra
Alexandre Julliard wrote:
> Requiring extra access rights can break things, especially in such
> low-level functions. It's not just a harmless cleanup, so you need to
> either show an app that requires it, or provide a test case that
> demonstrates that the extra accesses are required on Windows
Dmitry Timoshkov writes:
>> Alexandre Julliard wrote:
>>
>> > > While investigating how to fix the file section access tests in kernel32
>> > > I've
>> > > found that some places in Wine deliberately create objects with access
>> > > rights
>> > > set to 0, that leads to creation of potential
> Alexandre Julliard wrote:
>
> > > While investigating how to fix the file section access tests in kernel32
> > > I've
> > > found that some places in Wine deliberately create objects with access
> > > rights
> > > set to 0, that leads to creation of potentially not accessible objects.
> >
>
Alexandre Julliard wrote:
> > While investigating how to fix the file section access tests in kernel32
> > I've
> > found that some places in Wine deliberately create objects with access
> > rights
> > set to 0, that leads to creation of potentially not accessible objects.
>
> Many of these ar
Dmitry Timoshkov writes:
> While investigating how to fix the file section access tests in kernel32 I've
> found that some places in Wine deliberately create objects with access rights
> set to 0, that leads to creation of potentially not accessible objects.
Many of these are deliberate. You'll