Changes between Initial Version and Version 1 of Ticket #1430, comment 4


Ignore:
Timestamp:
10/15/21 20:09:35 (3 years ago)
Author:
Selva Nair
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1430, comment 4

    initial v1  
    11I think its caused by S_IRUSR and S_IWUSR hard coded to 0 in config-msvc.h. See patch sent to the list -- I haven't tested it though.
    22
    3 On Windows all files get read permission by default, but not sure why _wopen() doesn't return error (fd=-1) when an illegal mode is specified.
     3On Windows all files get read permission by default, but not sure why _wopen() doesn't return error (fd=-1) when an "illegal" mode is specified. May be it just always adds the default _S_IREAD converting 0 to 0400.