Opened 5 years ago
Closed 5 years ago
#1698 closed change request (fixed)
Use 0666 as the default file mode in "file-open" from the chicken.file.posix module
Reported by: | evhan | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | someday |
Component: | core libraries | Version: | 5.2.0 |
Keywords: | Cc: | ||
Estimated difficulty: | trivial |
Description (last modified by )
Currently, using file-open
without the optional mode argument uses a default mode of 0744. We should rather use 0666 as the default mode to align with the procedures that create files with fopen(3).
From: https://lists.nongnu.org/archive/html/chicken-hackers/2020-05/msg00021.html
Attachments (2)
Change History (6)
Changed 5 years ago by
Attachment: | 0001-Use-0666-as-default-file-open-mode.patch added |
---|
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|
Changed 5 years ago by
Attachment: | 0001-Use-0666-as-default-file-open-mode.2.patch added |
---|
comment:4 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The core patch has been applied.
Note: See
TracTickets for help on using
tickets.
Patch attached above, and announced on the mailing list.