]> git.lizzy.rs Git - plan9front.git/commit
Disallow '/' in file names.
authorOri Bernstein <ori@eigenstate.org>
Tue, 25 Sep 2018 08:02:31 +0000 (01:02 -0700)
committerOri Bernstein <ori@eigenstate.org>
Tue, 25 Sep 2018 08:02:31 +0000 (01:02 -0700)
commit72a840b31dd2ffc600dcffec7170eef76d7bb5ee
treea2bee5b2206adebc445b9def6f8df90adf25249a
parent2f076f946fe7a5409cda7d83af5585442b294ec8
Disallow '/' in file names.

A bad rename call could send a path with a '/' to cwfs.
This is invalid, and should be disallowed.
sys/src/cmd/cwfs/sub.c