:: commit ff52e9260689188eea76ac5ef291e56aba539c9e

Kamila Szewczyk <27734421+kspalaiologos@users.noreply.github.com> — 2022-05-13 10:52

parents: 2e82f24eb4

Update lzp.c

diff --git a/src/lzp.c b/src/lzp.c
index a633412..af2a443 100644
--- a/src/lzp.c
+++ b/src/lzp.c
@@ -1,6 +1,7 @@
 
 // Lempel Ziv Prediction code.
-// A heavily modified version of libbsc's LZP predictor. This one has single thread performance and provides better compression ratio. It is also mostly UB-free.
+// A heavily modified version of libbsc's LZP predictor. This one has single thread performance and provides better compression ratio.
+// It is also mostly UB-free and less brittle during AFL fuzzing.
 
 #include <memory.h>
 #include <stdlib.h>
tab: 248 wrap: offon