rust/src/libstd/sys/unix
Kamal Marhubi 7c64bf1b9b std: Properly handle interior NULs in std::process
This reports an error at the point of calling `Command::spawn()` or one of
its equivalents.

Fixes https://github.com/rust-lang/rust/issues/30858
Fixes https://github.com/rust-lang/rust/issues/30862
2016-02-03 10:54:29 -05:00
..
backtrace some more clippy-based improvements 2015-09-08 00:36:29 +02:00
ext std: Properly handle interior NULs in std::process 2016-02-03 10:54:29 -05:00
condvar.rs std: Add Instant and SystemTime to std::time 2015-11-19 09:32:38 -08:00
fd.rs Fix a typo in fd.rs. Fixes #30231. 2015-12-08 12:38:37 -06:00
fs.rs Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichton 2016-01-20 17:19:21 +00:00
mod.rs Fix warnings during tests 2016-01-26 09:29:28 -08:00
mutex.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
net.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
os.rs std: Remove rust_builtin C support library 2015-12-21 22:12:48 -08:00
os_str.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
pipe.rs Register new snapshots 2015-08-11 15:11:13 -07:00
process.rs std: Properly handle interior NULs in std::process 2016-02-03 10:54:29 -05:00
rwlock.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
stack_overflow.rs Fix warnings during tests 2016-01-26 09:29:28 -08:00
stdio.rs some more clippy-based improvements 2015-09-08 00:36:29 +02:00
thread.rs std: Fix rumprun build 2016-01-28 19:33:48 -08:00
thread_local.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
time.rs Fix the time overflow on mac as well 2015-12-04 09:49:35 -07:00