hy3/src
outfoxxed 87e82cc574
Fix UAF in root node
The root node's last focused child could be freed without the root
node being updated. This broke the selection hook which uses `root->getFocusedNode()`.
2023-05-01 19:54:37 -07:00
..
globals.hpp Update to hyprland pkg-config 2023-04-27 11:14:11 -07:00
Hy3Layout.cpp Fix UAF in root node 2023-05-01 19:54:37 -07:00
Hy3Layout.hpp Update to hyprland pkg-config 2023-04-27 11:14:11 -07:00
main.cpp Fix selection hook segfaulting on reload 2023-04-30 00:47:01 -07:00
SelectionHook.cpp Fix selection hook segfaulting on reload 2023-04-30 00:47:01 -07:00
SelectionHook.hpp Fix selection hook segfaulting on reload 2023-04-30 00:47:01 -07:00