Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SixLabors/ImageSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: SixLabors/ImageSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.2
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    0198ede View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. (

    …#2516)
    
    * Handle EOF in bit reader when data is bad.
    
    * Allow parallel processing of multi-megapixel image
    
    * Stream seek can exceed the length of a stream
    
    * Try triggering on release branches
    
    * Update JpegBitReader.cs
    
    * Skin on Win .NET 6
    
    * All Win OS is an issue
    
    * Address feedback
    
    * add validation to CanIterateWithoutIntOverflow
    
    ---------
    
    Co-authored-by: antonfirsov <[email protected]>
    JimBobSquarePants and antonfirsov authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ccd66b6 View commit details
    Browse the repository at this point in the history
Loading