add minimal reproducer for qtbase wayland screen use-after-free

This commit is contained in:
Damocles 2026-04-20 20:39:38 +02:00
parent 92afaa7f32
commit b05861de78
4 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ cmake qt6.qtbase qt6.wrapQtAppsHook wlr-randr ];
}