commit 93f9107583924d9e680d9798e0f66438584a74f7
Author: Matthew Dillon <[email protected]>
Date: Sat Oct 14 10:59:30 2017 -0700
hammer2 - Slightly reduce LZ4 output buffer limit
* LZ4_compress_limitedOutput() appears to be able to overrun the
supplied buffer.
* Slightly reduce the LZ4 output buffer limit from a 4-byte alignment
to an 8-byte alignment to try to fix the problem.
Summary of changes:
sys/vfs/hammer2/hammer2_strategy.c | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/93f9107583924d9e680d9798e0f66438584a74f7
--
DragonFly BSD source repository