diff options
author | Ruediger Meier | 2017-06-27 20:32:52 +0200 |
---|---|---|
committer | Ruediger Meier | 2017-06-27 21:39:35 +0200 |
commit | e230ae7b68814a2ea560e5138188a58128e34417 (patch) | |
tree | 8eaab2a06c417004a5477ad6cba769639eb72a76 /libuuid | |
parent | setpriv: add --ambient-caps to usage() (diff) | |
download | kernel-qcow2-util-linux-e230ae7b68814a2ea560e5138188a58128e34417.tar.gz kernel-qcow2-util-linux-e230ae7b68814a2ea560e5138188a58128e34417.tar.xz kernel-qcow2-util-linux-e230ae7b68814a2ea560e5138188a58128e34417.zip |
lib/path: fix crash, pathbuf overflow
Before:
$ lscpu -s "$(tr '\0' 'x' < /dev/zero | head -c 10000)"
Segmentation fault (core dumped)
After:
$ lscpu -s "$(tr '\0' 'x' < /dev/zero | head -c 10000)"
lscpu: invalid argument to --sysroot: File name too long
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'libuuid')
0 files changed, 0 insertions, 0 deletions