crosvm/sys_util/src
Zach Reizner 3e0fa36886 eliminate usage of uninitialized
uninitialized is deprecated and considered too dangerous to use for any
of the use cases we were using.

BUG=None
TEST=passes smoke_test

Change-Id: I5392cb8ec132f374d9b5590f72eb2cb329a82421
Reviewed-on: https://chromium-review.googlesource.com/1626795
Commit-Ready: Zach Reizner <zachr@chromium.org>
Tested-by: Zach Reizner <zachr@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Reviewed-by: Stephen Barber <smbarber@chromium.org>
2019-05-23 07:35:18 -07:00
..
affinity.rs clippy: Iterate without calling .iter() 2019-04-18 19:51:01 -07:00
alloc.rs crosvm: add license blurb to all files 2019-04-24 15:51:38 -07:00
capabilities.rs edition: Remove extern crate lines 2019-04-15 02:06:08 -07:00
clock.rs edition: Eliminate ref keyword 2019-04-18 19:51:01 -07:00
errno.rs sys_util: errno: Make clippy clean 2019-03-21 08:07:32 -07:00
eventfd.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
file_flags.rs edition: Use dyn syntax for trait objects 2019-04-08 02:51:37 -07:00
file_traits.rs sys_util: add set_len() trait 2019-01-05 20:08:26 -08:00
fork.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
guest_address.rs sys_util: guest_address: take self by value in methods 2019-03-12 18:54:14 -07:00
guest_memory.rs clippy: Iterate without calling .iter() 2019-04-18 19:51:01 -07:00
handle_eintr.rs edition: Eliminate blocks superseded by NLL 2019-04-17 17:22:57 -07:00
ioctl.rs sys_util: Enable macros imported individually 2019-04-15 02:06:04 -07:00
lib.rs clippy: Resolve cast_ptr_alignment 2019-04-18 19:51:29 -07:00
mmap.rs sys_util: add size to mmap InvalidRange error 2019-04-22 12:28:08 -07:00
net.rs eliminate usage of uninitialized 2019-05-23 07:35:18 -07:00
passwd.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
poll.rs clippy: Iterate without calling .iter() 2019-04-18 19:51:01 -07:00
priority.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
raw_fd.rs Add "Fd" wrapper for RawFd type. 2019-01-05 20:08:32 -08:00
seek_hole.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
shm.rs sys_util: shm: Make clippy clean 2019-03-26 17:26:58 -07:00
signal.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
signalfd.rs edition: Eliminate blocks superseded by NLL 2019-04-17 17:22:57 -07:00
sock_ctrl_msg.rs sys_util: sock_ctrl_msg: Make clippy clean 2019-04-03 18:14:03 -07:00
struct_util.rs cargo fmt all source code 2018-10-09 21:14:05 -07:00
syslog.rs crosvm: add cmdline flags for configuring serial outputs in guest machine 2019-05-15 13:36:25 -07:00
tempdir.rs edition: Eliminate ref keyword 2019-04-18 19:51:01 -07:00
terminal.rs edition: Update absolute paths to 2018 style 2019-03-13 21:05:03 -07:00
timerfd.rs edition: Eliminate ref keyword 2019-04-18 19:51:01 -07:00
write_zeroes.rs clippy: Iterate without calling .iter() 2019-04-18 19:51:01 -07:00