Opened 2 years ago
Closed 2 years ago
#18031 closed bug (fixed)
ramfs: can create files named "." or ".."
Reported by: | X512 | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta4 |
Component: | File Systems/RAMFS | Version: | R1/Development |
Keywords: | Cc: | waddlesplash | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev56567.
> mkdir . > ls -a . . . ..
"." or ".." file names have spacial meaning and should be not allowed to be created. Creating it cause undeletable directory that contains it.
Change History (1)
comment:1 by , 2 years ago
Milestone: | Unscheduled → R1/beta4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev56617 +beta4.