Alexandre Julliard pushed to branch master at wine / wine
Commits:
1f95ac3e by Eric Pouech at 2024-10-09T17:13:21+02:00
dbghelp: Protect against buffer overflow in traces.
This can be impacting with C++ type or symbol names (mangled or not).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2b77415f by Eric Pouech at 2024-10-09T17:13:21+02:00
dbghelp: Add a couple of TRACE().
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
b87b8024 by Eric Pouech at 2024-10-09T17:13:21+02:00
dbghelp: Fix a couple a typos.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
13 changed files:
- dlls/dbghelp/dbghelp.c
- dlls/dbghelp/dwarf.c
- dlls/dbghelp/elf_module.c
- dlls/dbghelp/image.c
- dlls/dbghelp/macho_module.c
- dlls/dbghelp/minidump.c
- dlls/dbghelp/module.c
- dlls/dbghelp/msc.c
- dlls/dbghelp/pe_module.c
- dlls/dbghelp/stabs.c
- dlls/dbghelp/storage.c
- dlls/dbghelp/symbol.c
- dlls/dbghelp/type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f6c98fb3c37364e844af43aa3dd56…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f6c98fb3c37364e844af43aa3dd56…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
61b9c1a6 by Daniel Lehman at 2024-10-09T17:13:21+02:00
msvcp90/tests: Add tests for string length.
- - - - -
4d6e6051 by Daniel Lehman at 2024-10-09T17:13:21+02:00
msvcp90/tests: Add some tests for num_put on ints.
- - - - -
f6c98fb3 by Daniel Lehman at 2024-10-09T17:13:21+02:00
msvcp90: Exclude sign from count in num_put.
- - - - -
2 changed files:
- dlls/msvcp90/locale.c
- dlls/msvcp90/tests/ios.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bd12b1b0a80d50be0ccbc871a6e61…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bd12b1b0a80d50be0ccbc871a6e61…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
002ebd18 by Anton Baskanov at 2024-10-09T12:44:17+02:00
dplayx: Free message header on error path in DP_MSG_SendRequestPlayerId().
- - - - -
621bbb2d by Anton Baskanov at 2024-10-09T12:44:17+02:00
dplayx: Use the documented reply layout in DP_MSG_SendRequestPlayerId().
- - - - -
fbe459fc by Anton Baskanov at 2024-10-09T12:44:17+02:00
dplayx: Check reply result in DP_MSG_SendRequestPlayerId().
- - - - -
591b12a5 by Anton Baskanov at 2024-10-09T17:12:10+02:00
dplayx/tests: Test receiving REQUESTPLAYERREPLY with error result.
- - - - -
7e76e97f by Anton Baskanov at 2024-10-09T17:12:11+02:00
dplayx: Handle ADDFORWARDREPLY and return error.
- - - - -
51be4f91 by Anton Baskanov at 2024-10-09T17:13:20+02:00
dplayx/tests: Test receiving ADDFORWARDREPLY.
- - - - -
4 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplayx_messages.c
- dlls/dplayx/dplayx_messages.h
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/808b398549350fffc9fc023d637ef…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/808b398549350fffc9fc023d637ef…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3277de55 by Ziqing Hui at 2024-10-09T12:43:54+02:00
propsys/tests: Add tests for PropVariantToVariant.
- - - - -
7a4f9f83 by Ziqing Hui at 2024-10-09T12:43:54+02:00
propsys/tests: Test converting clsid to string.
- - - - -
67b097ff by Ziqing Hui at 2024-10-09T12:43:54+02:00
propsys: Support converting clsid to string for PropVariant.
- - - - -
808b3985 by Ziqing Hui at 2024-10-09T12:43:54+02:00
propsys: Initially implement PropVariantToVariant.
- - - - -
2 changed files:
- dlls/propsys/propvar.c
- dlls/propsys/tests/propsys.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e61db557ab8473a490c84301dbb4b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e61db557ab8473a490c84301dbb4b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f1301ced by Charlotte Pabst at 2024-10-09T12:43:45+02:00
riched20/tests: Test that ScrollWindowEx and GetClientRect are only called when control is in-place active.
- - - - -
dafaadcb by Charlotte Pabst at 2024-10-09T12:43:45+02:00
riched20: Exit from editor_ensure_visible when control is not in-place active.
According to microsoft documentation, ScrollWindowEx, SetScrollPos and SetScrollRange may only
be called while the control is in-place active.
This fixes a segmentation fault in an application.
- - - - -
e61db557 by Charlotte Pabst at 2024-10-09T12:43:47+02:00
riched20: Only call ME_SendRequestResize when control is in-place active.
Prevent GetClientRect from being called when not in-place active.
- - - - -
2 changed files:
- dlls/riched20/paint.c
- dlls/riched20/tests/txtsrv.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/21921a2fee6724b461b837fa89f92…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/21921a2fee6724b461b837fa89f92…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
790f3553 by Henri Verbeet at 2024-10-09T13:14:31+02:00
vkd3d-shader/glsl: vkd3d-shader/glsl: Implement support for VKD3D_SHADER_COMPONENT_INT inputs.
- - - - -
93f1af72 by Henri Verbeet at 2024-10-09T13:14:31+02:00
vkd3d-shader/glsl: Implement loops.
- - - - -
27eb3c07 by Henri Verbeet at 2024-10-09T13:14:31+02:00
vkd3d-shader/glsl: Implement switches.
- - - - -
bc4aacd2 by Henri Verbeet at 2024-10-09T13:14:31+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_ULT.
- - - - -
aba45d03 by Henri Verbeet at 2024-10-09T13:14:31+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_CONTINUE.
- - - - -
7 changed files:
- libs/vkd3d-shader/glsl.c
- tests/hlsl/bool-semantics.shader_test
- tests/hlsl/for.shader_test
- tests/hlsl/function-return.shader_test
- tests/hlsl/loop.shader_test
- tests/hlsl/return.shader_test
- tests/hlsl/switch.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bb0e4506a6fbf2d22fda8e98fe9d…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bb0e4506a6fbf2d22fda8e98fe9d…
You're receiving this email because of your account on gitlab.winehq.org.