We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7110e80 commit 8e6679cCopy full SHA for 8e6679c
1 file changed
README.md
@@ -222,7 +222,10 @@ short arrays are unreliable.)
222
223
## I used your code and I get segmentation faults
224
225
-Our code is thoroughly tested.
+Our code is thoroughly tested, but some experimental schemes can overwrite
226
+in the receiving buffer (deliberately). This is a research library not
227
+all schemes are meant for production use. *Please review carefully the
228
+code prior to using it.*
229
230
One common issue is that people do not provide large enough buffers.
231
Some schemes can have such small compression rates that the compressed data
0 commit comments