]> git.lizzy.rs Git - rust.git/commit
Error when paths contain NUL characters
authorTobias Bucher <tobiasbucher5991@gmail.com>
Wed, 18 Nov 2015 14:49:23 +0000 (14:49 +0000)
committerTobias Bucher <tobiasbucher5991@gmail.com>
Thu, 19 Nov 2015 20:05:09 +0000 (20:05 +0000)
commit4d81c02a2041679a865e5267c0cb725106f6bf84
tree54e5fe910bd5ddeb06504a544f794694552b6739
parent3e48b0e380319dc586a329baac640b9457feb87a
Error when paths contain NUL characters

On Windows: Previously these paths were silently truncated at these NUL
characters, now they fail with `ErrorKind::InvalidInput`.
src/libstd/sys/windows/fs.rs