Loading src/common/buffers.c +1 −1 Original line number Diff line number Diff line Loading @@ -964,7 +964,7 @@ buf_get_line(buf_t *buf, char *data_out, size_t *data_len) return 1; } /** Compress on uncompress the <b>data_len</b> bytes in <b>data</b> using the /** Compress or uncompress the <b>data_len</b> bytes in <b>data</b> using the * compression state <b>state</b>, appending the result to <b>buf</b>. If * <b>done</b> is true, flush the data in the state and finish the * compression/uncompression. Return -1 on failure, 0 on success. */ Loading src/test/test_util.c +1 −2 Original line number Diff line number Diff line Loading @@ -6086,8 +6086,7 @@ struct testcase_t util_tests[] = { COMPRESS_DOS(zlib, "deflate"), COMPRESS_DOS(gzip, "gzip"), COMPRESS_DOS(lzma, "x-tor-lzma"), // Disabled for now, since it triggers #23551 // COMPRESS_DOS(zstd, "x-zstd"), COMPRESS_DOS(zstd, "x-zstd"), UTIL_TEST(gzip_compression_bomb, TT_FORK), UTIL_LEGACY(datadir), UTIL_LEGACY(memarea), Loading src/common/compress.c +3 −3 File changed.Contains only whitespace changes. Show changes Loading
src/common/buffers.c +1 −1 Original line number Diff line number Diff line Loading @@ -964,7 +964,7 @@ buf_get_line(buf_t *buf, char *data_out, size_t *data_len) return 1; } /** Compress on uncompress the <b>data_len</b> bytes in <b>data</b> using the /** Compress or uncompress the <b>data_len</b> bytes in <b>data</b> using the * compression state <b>state</b>, appending the result to <b>buf</b>. If * <b>done</b> is true, flush the data in the state and finish the * compression/uncompression. Return -1 on failure, 0 on success. */ Loading
src/test/test_util.c +1 −2 Original line number Diff line number Diff line Loading @@ -6086,8 +6086,7 @@ struct testcase_t util_tests[] = { COMPRESS_DOS(zlib, "deflate"), COMPRESS_DOS(gzip, "gzip"), COMPRESS_DOS(lzma, "x-tor-lzma"), // Disabled for now, since it triggers #23551 // COMPRESS_DOS(zstd, "x-zstd"), COMPRESS_DOS(zstd, "x-zstd"), UTIL_TEST(gzip_compression_bomb, TT_FORK), UTIL_LEGACY(datadir), UTIL_LEGACY(memarea), Loading