Alexandre Julliard pushed to branch master at wine / wine
Commits: d5be0173 by Yuxuan Shui at 2025-06-18T21:50:50+02:00 rpcrt4/tests: Fix out-of-bound write in test_pointer_marshal.
In case of FC_POINTER_DEREF, we write a pointer into mem, so we need to allocate at least sizeof(pointer).
- - - - -
1 changed file:
- dlls/rpcrt4/tests/ndr_marshall.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d5be01730c6b93ef1f575085ddd02b4...