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

Seg fault when decoding animations at smaller size #345

Closed
hrj opened this issue Jan 11, 2017 · 1 comment
Closed

Seg fault when decoding animations at smaller size #345

hrj opened this issue Jan 11, 2017 · 1 comment
Labels

Comments

@hrj
Copy link
Member

hrj commented Jan 11, 2017

For this input file, running flif --fit=75x75 clock.flif c.png throws a seg fault.

Output of ./flif.dbg --fit=75x75 clock.flif c.png is:

flif.dbg: image/image.hpp:261: ColorVal Plane< <template-parameter-1-1> >::get(uint32_t, uint32_t) const [with pixel_t = short int; ColorVal = int; uint32_t = unsigned int]: Assertion `sc<width' failed.
@jonsneyers
Copy link
Member

Thanks for the report! Should be fixed now. Was caused by a refactoring of the options passing, missed something there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants