mirror of
https://github.com/Dasharo/linux.git
synced 2026-06-13 19:18:06 -07:00
a46078d651
When malloc() fails, there is not much userspace programs can do. xmalloc() is useful to bail out on a memory allocation failure. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>