File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -222,10 +222,11 @@ short arrays are unreliable.)
222222
223223## I used your code and I get segmentation faults
224224
225- 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.*
225+ Our code is thoroughly tested.
226+
227+ Some experimental schemes can overwrite in the receiving buffer (deliberately).
228+ These includes Simple 9 and Simple 16 (which we recovered from the inventor's
229+ implementations). These limitations could be fixed (pull request invited).
229230
230231One common issue is that people do not provide large enough buffers.
231232Some schemes can have such small compression rates that the compressed data
Original file line number Diff line number Diff line change 77 * Fabrizio Silvestri <fabrizio.silvestri_at_isti.cnr.it>
88 * Rossano Venturini <rossano.venturini_at_isti.cnr.it>
99 * which was available under the Apache License, Version 2.0.
10+ *
11+ * The Simple16 scheme may overflow the buffer when decoding.
12+ * This is a limitation of the original implementation..
1013 */
1114
1215#ifndef SIMPLE16_H_
Original file line number Diff line number Diff line change 77 * Fabrizio Silvestri <fabrizio.silvestri_at_isti.cnr.it>
88 * Rossano Venturini <rossano.venturini_at_isti.cnr.it>
99 * which was available under the Apache License, Version 2.0.
10+ *
11+ * The Simple9 scheme may overflow the buffer when decoding.
12+ * This is a limitation of the original implementation..
1013 */
1114#ifndef SIMPLE9_H_
1215#define SIMPLE9_H_
You can’t perform that action at this time.
0 commit comments