add minimal reproducer for qtbase wayland screen use-after-free
This commit is contained in:
parent
92afaa7f32
commit
b05861de78
4 changed files with 120 additions and 0 deletions
4
test/screen-uaf-reproducer/shell.nix
Normal file
4
test/screen-uaf-reproducer/shell.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ cmake qt6.qtbase qt6.wrapQtAppsHook wlr-randr ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue