- Jun 14, 2024
-
-
Alexandre Julliard authored
-
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
This lets some characters (like diacritics, generated by two keys, (eg. circumflex-e on a French keyboard layout)) have usable key-down INPUT_RECORD. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Tested with a serial pair with a null modem. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55947
-
This can be used to incorrectly determine the availability of X graphics.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
-
-
-
-
-
Zlib documents that negative return values for this function are errors and positive ones are special but normal events.
-
-
-
-
-
- Jun 13, 2024
-
-
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
It is otherwise ignored and not passed to the drivers WindowMessage callback. Fixes: b89c9c60
-
-
-
-
-
-
-
-
-
-
-
tallygatewayserver.exe specifies a from sockaddr pointing to a heap buffer smaller than 128 bytes yet it passes 128 as the fromlen to recvfrom(). So the memset(wsaddr, 0, wsaddrlen) call in sockaddr_from_unix() ends up trashing other data in the heap, causing the application to crash. Although this is an application bug, tests on Windows also showed that the socket address buffer should be written only with the necessary socket address data, thus preventing the crash.
-
Test that specifying a too small or too large fromlen for recvfrom() shouldn't write unnecessary data.
-