caltry / Bikeshed

Bikeshed is an operating system being re-written in Node.js
http://www.freelists.org/list/bikeshed
4 stars 1 forks source link

ext2: Can't read files in root directory #8

Closed caltry closed 12 years ago

caltry commented 12 years ago

We can read files in subdirectories, but not files in the root directory. So, we can read '/etc/motd' but we can't read '/test.txt'.

This is a problem with the way that I do directory traversals.

caltry commented 12 years ago

c3636e8 has been merged into master.