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
9
test/screen-uaf-reproducer/CMakeLists.txt
Normal file
9
test/screen-uaf-reproducer/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
cmake_minimum_required(VERSION 3.19)
|
||||
project(screen-uaf-reproducer LANGUAGES CXX)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
|
||||
find_package(Qt6 REQUIRED COMPONENTS Gui)
|
||||
add_executable(screen-uaf-reproducer main.cpp)
|
||||
target_link_libraries(screen-uaf-reproducer PRIVATE Qt6::Gui)
|
||||
Loading…
Add table
Add a link
Reference in a new issue