[PR #688] [MERGED] fix(komorebi): fix unsound use of transmute #1059

Closed
opened 2026-01-05 14:53:57 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/688
Author: @raggi
Created: 2/26/2024
Status: Merged
Merged: 2/26/2024
Merged by: @LGUG2Z

Base: masterHead: raggi/crash


📝 Commits (1)

  • 0824ec0 fix(komorebi): fix unsound use of transmute

📊 Changes

2 files changed (+100 additions, -1 deletions)

View changed files

📝 komorebi/src/windows_callbacks.rs (+5 -1)
📝 komorebi/src/winevent.rs (+95 -0)

📄 Description

This was causing a crash in release mode when moving a window around by titlebar.


🔄 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/LGUG2Z/komorebi/pull/688 **Author:** [@raggi](https://github.com/raggi) **Created:** 2/26/2024 **Status:** ✅ Merged **Merged:** 2/26/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `raggi/crash` --- ### 📝 Commits (1) - [`0824ec0`](https://github.com/LGUG2Z/komorebi/commit/0824ec098019a49f1d4ffe5a5bb03eb41278036d) fix(komorebi): fix unsound use of transmute ### 📊 Changes **2 files changed** (+100 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `komorebi/src/windows_callbacks.rs` (+5 -1) 📝 `komorebi/src/winevent.rs` (+95 -0) </details> ### 📄 Description This was causing a crash in release mode when moving a window around by titlebar. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:53:57 +01:00
adam closed this issue 2026-01-05 14:53:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1059