rust/src/librustuv
Alex Crichton ca7fb82e0b rustuv: Don't zero-out data on clones
When cloning a stream, the data is already guaranteed to be in a consistent
state, so there's no need to perform a zeroing. This prevents segfaults as seen
in #15231

Closes #15231
2014-06-29 09:38:07 -07:00
..
access.rs rustuv: Remove usage of UnsafeArc 2014-05-19 18:12:18 -07:00
addrinfo.rs c_str: replace .with_ref with .as_ptr throughout the codebase. 2014-06-29 21:15:26 +10:00
async.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
file.rs c_str: replace .with_ref with .as_ptr throughout the codebase. 2014-06-29 21:15:26 +10:00
homing.rs rustuv: Deal with the rtio changes 2014-06-06 22:19:57 -07:00
idle.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
lib.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
macros.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
net.rs rustuv: Don't zero-out data on clones 2014-06-29 09:38:07 -07:00
pipe.rs rustuv: Don't zero-out data on clones 2014-06-29 09:38:07 -07:00
process.rs c_str: replace .with_ref with .as_ptr throughout the codebase. 2014-06-29 21:15:26 +10:00
queue.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
rc.rs rustuv: Remove usage of UnsafeArc 2014-05-19 18:12:18 -07:00
signal.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
stream.rs rustuv: Don't zero-out data on clones 2014-06-29 09:38:07 -07:00
timeout.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
timer.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
tty.rs rustuv: Don't zero-out data on clones 2014-06-29 09:38:07 -07:00
uvio.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
uvll.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00