Skip to content
Commit 715cc6d2 authored by David Redondo's avatar David Redondo 🏎 Committed by Vlad Zahorodnii
Browse files

xwayland: Fix out of bounds write

Detected using ASAN, declaration of the type is:
typedef union xcb_client_message_data_t {
    uint8_t  data8[20];
    uint16_t data16[10];
    uint32_t data32[5];
} xcb_client_message_data_t;


(cherry picked from commit 6b1ccb8b)
parent b04ad69d
Pipeline #128500 failed with stage
in 34 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment