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

Fixed KeyNotFoundException in IFDReader #223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ymalich
Copy link

@ymalich ymalich commented Jun 20, 2020

Hi!
By testing the taglib-sharp by multi-thread processing the bunch of jpgs I've encountered the unhandled KeyNotFoundException.
I've found and fixed the bug - added synchronization locks to protect ifd_offsets and ifd_loopdetect_refs from being modified from multiple thread simultaneously.
and tested the lib again.
It works correctly on my side now.

Would you like to merge this bugfix into the master?

…to protect class members ifd_offsets and ifd_loopdetect_refs from being modified from multiple thread simultaneously.
@dnfadmin
Copy link

dnfadmin commented Jun 20, 2020

CLA assistant check
All CLA requirements met.

Base automatically changed from master to main March 10, 2021 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants