Opened 6 years ago
Closed 6 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)
by , 6 years ago
| Attachment: | 0001-Use-0666-as-default-file-open-mode.patch added |
|---|
comment:1 by , 6 years ago
| Description: | modified (diff) |
|---|
by , 6 years ago
| Attachment: | 0001-Use-0666-as-default-file-open-mode.2.patch added |
|---|
comment:4 by , 6 years ago
| 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.