Skip to content

Conversation

@JimBobSquarePants
Copy link
Member

@JimBobSquarePants JimBobSquarePants commented Feb 18, 2022

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules 👮.
  • I have provided test coverage for my change (where applicable)

Description

Fix #2012

  • Fixes GifXmpApplicationExtension by using a more robust (handles empty profiles) and less allocation heavy reader.
  • Provides protection against invalid memory operations in LzwDecoder
  • Fixes cloning of XmpProfile when cloning ImageMetadata

Integrity of reencoded metadata has been tested externally using ExifTools

@JimBobSquarePants JimBobSquarePants changed the title Gif decoder. Handle empty XMP profiles. Gif decoder. Fix memory access violations. Feb 19, 2022
@JimBobSquarePants JimBobSquarePants requested a review from a team February 21, 2022 07:41
Copy link
Collaborator

@brianpopow brianpopow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fail to Load a Gif Image with v2.0.0 but works with v1.0.4 on the same machine.

4 participants