1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

server: Take into account extra_size in get_rawinput_buffer.

This commit is contained in:
Aric Stewart 2022-11-17 11:44:52 -06:00 committed by Alexandre Julliard
parent 6d8241c80b
commit c937155ff6

View File

@ -3362,7 +3362,7 @@ DECL_HANDLER(get_rawinput_buffer)
free_message( msg );
size += next_size;
pos += sizeof(*data);
pos += sizeof(*data) + extra_size;
count++;
}