[PR #13956] [MERGED] AtlasEngine: Fix a correctness bug #29846

Open
opened 2026-01-31 09:37:13 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13956
Author: @lhecker
Created: 9/9/2022
Status: Merged
Merged: 9/9/2022
Merged by: @lhecker

Base: mainHead: dev/lhecker/atlas-engine-fixup


📝 Commits (1)

  • a055f28 AtlasEngine: Fix a correctness bug

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 src/renderer/atlas/AtlasEngine.h (+1 -0)

📄 Description

ATLAS_POD_OPS doesn't check for has_unique_object_representations and so a
bug exists where CachedCursorOptions comparisons invoke undefined behavior.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/13956 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 9/9/2022 **Status:** ✅ Merged **Merged:** 9/9/2022 **Merged by:** [@lhecker](https://github.com/lhecker) **Base:** `main` ← **Head:** `dev/lhecker/atlas-engine-fixup` --- ### 📝 Commits (1) - [`a055f28`](https://github.com/microsoft/terminal/commit/a055f28536d7b8829fa3c91840a41bf51248cbf7) AtlasEngine: Fix a correctness bug ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/renderer/atlas/AtlasEngine.h` (+1 -0) </details> ### 📄 Description `ATLAS_POD_OPS` doesn't check for `has_unique_object_representations` and so a bug exists where `CachedCursorOptions` comparisons invoke undefined behavior. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:37:13 +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#29846