rust/src/libstd/sys
bors fab272e5ef Auto merge of #58216 - pitdicker:sqos_flags, r=alexcrichton
Set secure flags when opening a named pipe on Windows

Fixes https://github.com/rust-lang/rust/issues/42036, see also the previous attempt in https://github.com/rust-lang/rust/pull/44556.

Whether this is correct depends on if it is somehow possible to create a symlink to a named pipe, outside the named pipe filesystem (NPFS). But as far as I can tell that should be impossible.

Also fixes that `security_qos_flags(SECURITY_ANONYMOUS)` does not set the `SECURITY_SQOS_PRESENT` flag, and the incorrect documentation about the default value of `security_qos_flags`.
2019-03-02 13:16:12 +00:00
..
cloudabi Fix #[macro_use] extern crate in sys/cloudabi 2019-02-28 04:06:15 +09:00
redox libstd => 2018 2019-02-28 04:06:15 +09:00
sgx Fix some imports and paths 2019-02-28 04:06:17 +09:00
unix Fix rebase fail 2019-02-28 04:06:17 +09:00
wasm libstd => 2018 2019-02-28 04:06:15 +09:00
windows Auto merge of #58216 - pitdicker:sqos_flags, r=alexcrichton 2019-03-02 13:16:12 +00:00
mod.rs libstd => 2018 2019-02-28 04:06:15 +09:00