[PR #17497] Initialize all SixelParser members #31242

Closed
opened 2026-01-31 09:46:02 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/17497

State: closed
Merged: Yes


Assuming we do have a bug somewhere, initializing these members
will allow us to consistently reproduce the bug, whereas without
the initialization the member values will all be random and so
they may result in random behavior which would make finding the
root cause more difficult (or at least less consistent).

**Original Pull Request:** https://github.com/microsoft/terminal/pull/17497 **State:** closed **Merged:** Yes --- Assuming we do have a bug somewhere, initializing these members will allow us to consistently reproduce the bug, whereas without the initialization the member values will all be random and so they may result in random behavior which would make finding the root cause more difficult (or at least less consistent).
claunia added the pull-request label 2026-01-31 09:46:02 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31242