Skip to content
Snippets Groups Projects
Commit c6dfce27 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard
Browse files

server: Fix pointer arithmetic in get_selector_entry().


The selector table is exclusively 32-bit, so trying to get selector entries
with a 64-bit wineserver will return the wrong values due to the different
size of (long *).

Signed-off-by: default avatarZebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 67d7eb98
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment