Use bounds checks in Huffman ctr. Fix #798#804
Merged
JimBobSquarePants merged 1 commit intomasterfrom Jan 9, 2019
Merged
Conversation
JimBobSquarePants
added a commit
that referenced
this pull request
Feb 17, 2019
JimBobSquarePants
added a commit
that referenced
this pull request
Feb 17, 2019
* Nomalize jpeg exceptions. Fix #821 * Fix #822 * Fix #823 * Check for correct QT index. Touch #824 * Check DHT props. Touch #824 * Limit sampling factors to 1 & 2. Touch #824 * Add already fixed image 4. Touch #824 * Check for excessive code lengths. Touch #824 * Add already fixed image 6. Touch #824 * Lint progressive scan details. Touch #824 * Add already fixed image 8. Fix #824 * Remove duplicate per-block checks * Add already fixed image 1. Touch #825 * Don't throw on bad JFIF density units. * Add already fixed image 3. Touch #825 * Add already fixed image 4. Fix #825 * Check SOFn marker length. Touch #826 * Add already fixed image 2. Touch #826 * Add already fixed image 3. Fix #826 * Add fixed already fixed image. Fix #827 * Revert unneeded bounds check introduced in #804
5 tasks
antonfirsov
pushed a commit
to antonfirsov/ImageSharp
that referenced
this pull request
Nov 11, 2019
Use bounds checks in Huffman ctr. Fix SixLabors#798
antonfirsov
pushed a commit
to antonfirsov/ImageSharp
that referenced
this pull request
Nov 11, 2019
* Nomalize jpeg exceptions. Fix SixLabors#821 * Fix SixLabors#822 * Fix SixLabors#823 * Check for correct QT index. Touch SixLabors#824 * Check DHT props. Touch SixLabors#824 * Limit sampling factors to 1 & 2. Touch SixLabors#824 * Add already fixed image 4. Touch SixLabors#824 * Check for excessive code lengths. Touch SixLabors#824 * Add already fixed image 6. Touch SixLabors#824 * Lint progressive scan details. Touch SixLabors#824 * Add already fixed image 8. Fix SixLabors#824 * Remove duplicate per-block checks * Add already fixed image 1. Touch SixLabors#825 * Don't throw on bad JFIF density units. * Add already fixed image 3. Touch SixLabors#825 * Add already fixed image 4. Fix SixLabors#825 * Check SOFn marker length. Touch SixLabors#826 * Add already fixed image 2. Touch SixLabors#826 * Add already fixed image 3. Fix SixLabors#826 * Add fixed already fixed image. Fix SixLabors#827 * Revert unneeded bounds check introduced in SixLabors#804
This file contains hidden or 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
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.
Prerequisites
Description