]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libuuid: fix buffer overflow with long paths
authorKarel Zak <kzak@redhat.com>
Wed, 30 Sep 2015 10:42:16 +0000 (12:42 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 2 Nov 2015 09:17:06 +0000 (10:17 +0100)
commitebf720abce8f4b3e4ba6c968a1f8aa5e4025783d
treee9b81d56c4f9112d8bbbc05a9789e1045a05aa2c
parent7fc7a7337cc6fef60b84cfc8057d04f14712d493
libuuid: fix buffer overflow with long paths

Based on patch from Justin Akers, he wrote:
> When building Openembedded inside a Jenkins matrix job the paths can
> get quite long. This ensures libuuid won't crash when attempting to
> connect to uuidd in such a scenario.

Reported-by: Justin Akers <dafugg@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
libuuid/src/gen_uuid.c