1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-05 17:28:47 +00:00
wine/programs/services
Rémi Bernon 03aa9e13e7 services: Use a separate allocation for NotifyParamsArray[0].params.
The pointer might be freed by RPC NdrPointerFree, which will try to use
a dedicated free call for the array elements, and fail.
2023-01-24 18:15:41 +01:00
..
tests services/tests: Enable compilation with long types. 2022-02-03 17:19:41 +01:00
Makefile.in services: Enable compilation with long types. 2022-02-07 10:59:10 +01:00
rpc.c services: Use a separate allocation for NotifyParamsArray[0].params. 2023-01-24 18:15:41 +01:00
services.c services: Use standard C functions for memory allocation. 2022-12-01 10:24:10 +01:00
services.h services: Use standard C functions for memory allocation. 2022-12-01 10:24:10 +01:00
svcctl.idl makefiles: Add makedep pragmas for client and server idl files. 2013-11-05 20:38:18 +01:00
utils.c services: Use standard C functions for memory allocation. 2022-12-01 10:24:10 +01:00