]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libuuid: fix buffer overrun in uuid_parse_range()
authorZane van Iperen <zane@zanevaniperen.com>
Tue, 15 Feb 2022 14:57:17 +0000 (00:57 +1000)
committerZane van Iperen <zane@zanevaniperen.com>
Tue, 15 Feb 2022 14:57:17 +0000 (00:57 +1000)
commit8596101d21a9bdc85388486ec9c431c114a443e3
tree932ce66d2341e27efe6eb356ef22982c914cbb26
parent2a28d961f7045bb46effb1afe5cc8d65c9f7a289
libuuid: fix buffer overrun in uuid_parse_range()

It attempts to access in_start[36], despite 35 being the maximum
allowed index.

Reported-by: Pierre-Anthony Lemieux <pal@palemieux.com>
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
libuuid/src/parse.c