Skip to content
Commit 6b1ccb8b authored by David Redondo's avatar David Redondo 🏎
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;
parent 6a0fd1d6
Pipeline #128499 passed with stage
in 11 minutes and 57 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