Skip to content

Conversation

knok
Copy link
Contributor

@knok knok commented Jul 8, 2019

#81 seems that caused by size_t overflow.
When invoke img2sixel with POC2, two variables width and height contain 67108864,
so size = (size_t)(width * height), as a result , size = 0.

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.

2 participants