https://bugs.winehq.org/show_bug.cgi?id=53703
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression, source Regression SHA1| |0ad2db66a109b4c0a46d04ff823 | |1706fff540941
--- Comment #2 from Sagawa sagawa.aki+winebugs@gmail.com --- git bisect shows the following result: 0ad2db66a109b4c0a46d04ff8231706fff540941 is the first bad commit commit 0ad2db66a109b4c0a46d04ff8231706fff540941 Author: Jacek Caban jacek@codeweavers.com Date: Sun Aug 14 20:49:53 2022 +0200
win32u: Pack messages sent directly from win32u.
Instead of leaking kernel pointers.
dlls/win32u/message.c | 216 +++++++++++++++++++++++++++++++++++++++++-- dlls/win32u/ntuser_private.h | 9 -- 2 files changed, 208 insertions(+), 17 deletions(-)