Skip to content
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

Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack.… #2523

Merged
merged 1 commit into from
Aug 30, 2023

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 <antonfir@gmail.com>
    JimBobSquarePants and antonfirsov committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    ed3860c View commit details
    Browse the repository at this point in the history