-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.4.3 #1730
Merged
Merged
v1.4.3 #1730
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
felixhandte
commented
Aug 19, 2019
- bug: Fix Dictionary Compression Ratio Regression by @Cyan4973 (Fix compression ratio inefficiency #1709)
- bug: Fix Buffer Overflow in v0.3 Decompression by @felixhandte (Fix Buffer Overflow in Legacy (v0.3) Raw Literals Decompression #1722)
- build: Add support for IAR C/C++ Compiler for Arm by @joseph0918 (Add support for IAR C/C++ Compiler for Arm #1705)
- misc: Add NULL pointer check in util.c by @LeeYoung624 (add NULL pointer check in util.c #1706)
Run `versionsTest` in CI
…-size inputs at levels 1-3
to detect gross CR variations after a patch. Tests normal and dictionary compression.
invalid on void ptr
restore dictionary compression ratio
to reduce chances of differences between 32 and 64-bit fuzzer tests
to produce same content on both 32 and 64-bit platforms by removing floating from literal table determination. also : added checksum trace in compression control test, so that it's easier to determine if test fails as a consequence of compressing a different sample.
just for clarity, for the currently failing unit test
it's an unsupported scenario.
as suggested by @terrelln
Fix compression ratio inefficiency
add NULL pointer check in util.c
Add support for IAR C/C++ Compiler for Arm
to v1.4.3
Update Changelog for v1.4.3
Fix Buffer Overflow in Legacy (v0.3) Raw Literals Decompression
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.