 Felix HandteandGitHub
|
cf725630a6
|
Merge pull request #1795 from felixhandte/workspace-asan
Add Poisoned Redzones to the Workspace When Compiling with ASAN
|
2019-10-21 12:15:17 -04:00 |
|
 Yann ColletandGitHub
|
0f9866add2
|
Merge pull request #1835 from facebook/format034
clarifications for the FSE decoding table
|
2019-10-19 05:24:42 -07:00 |
|
Yann Collet
|
ff7bd16c0a
|
clarifications for the FSE decoding table
requested in #1782
|
2019-10-18 17:48:12 -07:00 |
|
Yann Collet
|
ed65210c9b
|
Merge branch 'dev' of github.com:facebook/zstd into dev
|
2019-10-18 17:23:39 -07:00 |
|
Yann Collet
|
ca73c218be
|
added mode documentation on ZSTD_CLEVEL
providing range restriction [1-19] explicitly
partially answering #1829
|
2019-10-18 17:22:45 -07:00 |
|
 Nick TerrellandGitHub
|
9d666bb5aa
|
Merge pull request #1832 from terrelln/fuzz-stream-fix
[fuzz] Increase output buffer size of stream_round_trip
|
2019-10-18 16:35:23 -07:00 |
|
Nick Terrell
|
8c11f089a1
|
[fuzz] Increase output buffer size of stream_round_trip
Fixes OSS-Fuzz crash.
Credit to OSS-Fuzz
|
2019-10-18 13:39:08 -07:00 |
|
Yann Collet
|
8e715d57c5
|
Merge branch 'dev' of github.com:facebook/zstd into dev
|
2019-10-17 10:50:58 -07:00 |
|
Yann Collet
|
303261f659
|
ignore build artifact from educational decoder test
|
2019-10-17 10:50:39 -07:00 |
|
 Yann ColletandGitHub
|
6446ffb277
|
Merge pull request #1827 from facebook/dm_Dct
updated erroneous comments using ZSTD_dm_*
|
2019-10-17 10:30:58 -07:00 |
|
Yann Collet
|
25ce9ac401
|
removed UNALIGNED() macro from educational decoder
as this name collides with existing macro in mingw64+clang9.
|
2019-10-16 17:27:03 -07:00 |
|
 Yann ColletandGitHub
|
edca7970ac
|
Merge pull request #1828 from bimbashrestha/education_decoder_check
Removing unnecessary check on education decoder
|
2019-10-16 17:21:47 -07:00 |
|
 Yann ColletandGitHub
|
19741c7d99
|
Merge pull request #1815 from facebook/zlibwrap
make zlibWrapper strict ISO-C90 compatible
|
2019-10-16 16:45:15 -07:00 |
|
 Yann ColletandGitHub
|
b6f6e34c5b
|
Merge pull request #1826 from facebook/noWild8
removed wildcopy8()
|
2019-10-16 16:43:36 -07:00 |
|
Bimba Shrestha
|
83749411a6
|
Removing unnecessary check from decode side
|
2019-10-16 16:26:46 -07:00 |
|
Yann Collet
|
6323966e53
|
updated erroneous comments using ZSTD_dm_*
instead of the current ZSTD_dct_*,
reported by @nigeltao (#1822)
|
2019-10-16 16:14:04 -07:00 |
|
Yann Collet
|
2d5201b0ab
|
removed wildcopy8()
which is no longer used,
noticed by @davidbolvansky
|
2019-10-16 14:51:33 -07:00 |
|
Yann Collet
|
6309be677c
|
minor comments & refactoring
|
2019-10-15 16:09:18 -07:00 |
|
 Yann ColletandGitHub
|
8b6d96827c
|
Merge pull request #1731 from chungy/stdin_nochmod
[programs] don’t do chmod when coming from stdin or multiple files
|
2019-10-14 09:34:56 -07:00 |
|
 Yann ColletandGitHub
|
bda4669edc
|
Merge pull request #1792 from dmitri-shubin/dev
Don't hardcode installation directories in CMakeLists.txt
|
2019-10-14 09:27:25 -07:00 |
|
 Yann ColletandGitHub
|
b3e92ad346
|
Merge pull request #1812 from senhuang42/output-dir-flat
Support for --output-dir-flat: output into a directory
|
2019-10-14 09:25:05 -07:00 |
|
 Yann ColletandGitHub
|
e8a2e684b2
|
Merge pull request #1823 from vangyzen/fwrite_errno
Include errno in all fwrite error messages in fileio.c
|
2019-10-14 09:20:18 -07:00 |
|
 Yann ColletandGitHub
|
fb77afc626
|
Merge pull request #1760 from bimbashrestha/extract_sequences_api
Adding api for extracting sequences from seqstore
|
2019-10-10 13:11:18 -07:00 |
|
W. Felix Handte
|
ede31da2ea
|
Fix CCtx Size Estimation
|
2019-10-10 15:02:08 -04:00 |
|
W. Felix Handte
|
bd6a20b8a0
|
Expand Default Redzone Size
|
2019-10-10 13:45:55 -04:00 |
|
W. Felix Handte
|
2c80a9f8ac
|
Check if CCtx in Workspace after Null Check
|
2019-10-10 13:40:16 -04:00 |
|
W. Felix Handte
|
b6987acbbf
|
Declare the ASAN Functions We Need, Don't Include the Header
|
2019-10-10 13:40:16 -04:00 |
|
W. Felix Handte
|
0ffae7e440
|
Stop Allocating Extra Space for Table Redzones
|
2019-10-10 13:40:16 -04:00 |
|
W. Felix Handte
|
a07037b784
|
Don't Try to Redzone the Tables
|
2019-10-10 13:40:16 -04:00 |
|
W. Felix Handte
|
0cc481ef66
|
Fix Workspace Size Calculation
|
2019-10-10 13:40:16 -04:00 |
|
W. Felix Handte
|
b6c0a02a17
|
Fix ZSTD_sizeof_matchState() Calculation
|
2019-10-10 13:40:16 -04:00 |
|
W. Felix Handte
|
8cffd6ed08
|
Avoid ASAN Failure in ZSTD_cwksp_free()
|
2019-10-10 13:40:16 -04:00 |
|
W. Felix Handte
|
ef0b5707c5
|
Refactor Freeing CCtxes / CDicts Inside Workspaces
|
2019-10-10 13:40:16 -04:00 |
|
W. Felix Handte
|
143b296cf6
|
Surround Workspace Allocs with Dead Zone
|
2019-10-10 13:40:16 -04:00 |
|
W. Felix Handte
|
19a0955ec9
|
Add ZSTD_cwksp_alloc_size() to Help Calculate Needed Workspace Size
|
2019-10-10 13:40:16 -04:00 |
|
W. Felix Handte
|
da88c35d41
|
Stop Assuming Tables are Adjacent
|
2019-10-10 13:40:16 -04:00 |
|
W. Felix Handte
|
35c30d6ca7
|
Poison Unused Workspace Memory
|
2019-10-10 13:40:16 -04:00 |
|
W. Felix Handte
|
edb6d884a5
|
Detect Whether We're Being Compiled with ASAN
|
2019-10-10 13:40:16 -04:00 |
|
W. Felix Handte
|
dc1fb684bf
|
Remove Unused MEM_SKIP_MSAN Macro
|
2019-10-10 13:40:16 -04:00 |
|
Eric van Gyzen
|
46ee10dfb5
|
Include errno in all fwrite error messages in fileio.c
|
2019-10-10 09:21:29 -05:00 |
|
Sen Huang
|
c5ebb37051
|
Only check for filename collisions when using --output-dir-flat
|
2019-10-09 09:39:52 -04:00 |
|
 Nick TerrellandGitHub
|
f5f929fc61
|
Merge pull request #1820 from mhlakhani/dev
Add OSS-Fuzz fuzzing badge
|
2019-10-08 17:58:16 -04:00 |
|
Hasnain Lakhani
|
8826f3b433
|
Add OSS-Fuzz fuzzing badge
This is basically redoing https://github.com/facebook/zstd/pull/1818 by @inferno-chromium from the OSS-Fuzz team
|
2019-10-08 14:13:45 -07:00 |
|
Sen Huang
|
6e406b55ee
|
Casting to void* to avoid C4090 warnings
|
2019-10-08 09:54:59 -04:00 |
|
Sen Huang
|
332b5988d8
|
Suppress C4090 warning
|
2019-10-08 09:44:24 -04:00 |
|
Sen Huang
|
f9b1da6f62
|
Hopefully fix VS compiler warning
|
2019-10-08 00:15:28 -04:00 |
|
Yann Collet
|
e0d413d648
|
fixed init warning
|
2019-10-04 15:09:52 -07:00 |
|
 Bimba ShresthaandGitHub
|
24bc2e062d
|
Merge pull request #1 from facebook/dev
Merging main dev
|
2019-10-04 10:29:29 -07:00 |
|
Sen Huang
|
6b81bfb257
|
Changed function name, fix test
|
2019-10-03 15:23:49 -04:00 |
|
Sen Huang
|
64bc441d7d
|
Now constructs final destination path without allocating new table
|
2019-10-03 13:53:04 -04:00 |
|