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

Fix non-existent framebuffer name behavior #700

Merged
merged 2 commits into from
Oct 25, 2019

Conversation

paulthomson
Copy link
Collaborator

@paulthomson paulthomson commented Oct 25, 2019

Previously, a non-existent framebuffer name led to malformed PNG files. Also, any bad/non-existent framebuffer name caused all following framebuffer extractions to be skipped unnecessarily, leading to further malformed PNG files.

Now missing buffer names will lead to a warning message, and all extractions will be attempted.

Fix #699

Previously, a non-existent framebuffer name led to malformed PNG files.
Also, any missing framebuffer name caused all following framebuffer
extractions to be skipped unnecessarily, leading to further malformed
PNG files.

Fix google#699
@paulthomson paulthomson requested a review from dj2 October 25, 2019 11:35
@dj2 dj2 merged commit a9093bf into google:master Oct 25, 2019
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.

Dumping a non-existent framebuffer name causes a malformed PNG to be written
2 participants