]> git.ipfire.org Git - thirdparty/util-linux.git/commit
uuidgen: use xmalloc instead of malloc (#2714)
authorThorsten Kukuk <kukuk@suse.com>
Tue, 26 Mar 2024 08:49:22 +0000 (09:49 +0100)
committerThorsten Kukuk <kukuk@suse.com>
Tue, 26 Mar 2024 08:49:22 +0000 (09:49 +0100)
commit0b14dcd755565f3e48f4c30011b3dfe783558393
treea2219cd479a05739497af0a613e6fe3052d5e9eb
parent7af75457f9afce4dbea0d778a33c7689994c5343
uuidgen: use xmalloc instead of malloc (#2714)

Use xmalloc to make sure we don't reference a NULL pointer in error
case.

Signed-off-by: Thorsten Kukuk <kukuk@suse.com>
misc-utils/uuidgen.c