]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r352417:
authorAlan Somers <asomers@FreeBSD.org>
Thu, 19 Sep 2019 17:42:17 +0000 (17:42 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Thu, 19 Sep 2019 17:42:17 +0000 (17:42 +0000)
commite62d37edae843b67b267642326b74340908f1d49
tree4c50da2964d3381207c0030e9382809c9f41c82e
parent88ac5ba6b6d64650b2afd8ef6ae4c2feca66be2e
MFC r352417:

Fix an off-by-one error from r351961

That revision addressed a Coverity CID that could lead to a buffer overflow,
but it had an off-by-one error in the buffer size check.

Reported by: Coverity
Coverity CID: 1405530
MFC-With: 351961
Sponsored by: The FreeBSD Foundation
sys/fs/fuse/fuse_internal.c