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

Fuji XTrans, random crashes when opening files #3156

Closed
heckflosse opened this issue Feb 17, 2016 · 1 comment
Closed

Fuji XTrans, random crashes when opening files #3156

heckflosse opened this issue Feb 17, 2016 · 1 comment
Assignees
Labels
scope: file format Camera or image file formats type: bug Something is not doing what it's supposed to be doing

Comments

@heckflosse
Copy link
Collaborator

There is a wrong condition which leads to access to uninitialized memory for Xtrans files in some cases, which then sometimes causes crashes. Additionally there is a wrong initialization in 3-pass xtrans demosaic which doesn't lead to crashes, but should be fixed too. I'll push a fix for both soon

@heckflosse heckflosse self-assigned this Feb 17, 2016
@heckflosse heckflosse added type: bug Something is not doing what it's supposed to be doing scope: file format Camera or image file formats labels Feb 17, 2016
@heckflosse
Copy link
Collaborator Author

Addition: Because it was very difficult to trigger the crash, I verified the bug and the fix with valgrind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: file format Camera or image file formats type: bug Something is not doing what it's supposed to be doing
Projects
None yet
Development

No branches or pull requests

1 participant