zstd/lib/compress
Nick Terrell add7ed2d4a [lib] Fix bug in loading LDM dictionary in MT mode
Exposed when loading a dictionary < LDM minMatch bytes in MT mode.

Test Plan:
```
CC=clang make -j zstreamtest MOREFLAGS="-O0 -fsanitize=address"
./zstreamtest -vv -i100000000 -t1 --newapi -s7065 -t3925297
```

TODO: Add an explicit test that loads a small dictionary in MT mode
2020-05-14 11:52:28 -07:00
..
fse_compress.c Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
hist.c Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
hist.h Fix copyright and license lines 2020-03-26 17:02:06 -07:00
huf_compress.c Merge pull request #2103 from felixhandte/relative-includes 2020-05-06 09:42:23 -07:00
zstd_compress_internal.h [lib] Fix repcode validation in no dict mode 2020-05-12 11:57:15 -07:00
zstd_compress_literals.c Add (Possibly Empty) Info Strings to All Variadic Error Handling Macro Invocations 2020-05-04 10:58:55 -04:00
zstd_compress_literals.h Fix copyright and license lines 2020-03-26 17:02:06 -07:00
zstd_compress_sequences.c some more conversion warnings 2020-05-05 10:16:59 -07:00
zstd_compress_sequences.h Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
zstd_compress_superblock.c Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
zstd_compress_superblock.h Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
zstd_compress.c [lib] Fix bug in loading LDM dictionary in MT mode 2020-05-14 11:52:28 -07:00
zstd_cwksp.h Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
zstd_double_fast.c [lib] Fix repcode validation in no dict mode 2020-05-12 11:57:15 -07:00
zstd_double_fast.h Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
zstd_fast.c [lib] Fix repcode validation in no dict mode 2020-05-12 11:57:15 -07:00
zstd_fast.h Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
zstd_lazy.c [greedy] Fix performance instability 2020-05-12 17:51:16 -07:00
zstd_lazy.h Fix copyright and license lines 2020-03-26 17:02:06 -07:00
zstd_ldm.c [lib] Fix bug in loading LDM dictionary in MT mode 2020-05-14 11:52:28 -07:00
zstd_ldm.h Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
zstd_opt.c [lib] Fix dictionary + repcodes + optimal parser 2020-05-12 10:36:53 -07:00
zstd_opt.h Fix copyright and license lines 2020-03-26 17:02:06 -07:00
zstdmt_compress.c Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00
zstdmt_compress.h Rewrite Include Paths to be Relative 2020-05-04 15:20:26 -04:00