19 Nov
2025
19 Nov
'25
3:17 p.m.
We need to adjust the extension count to take the extra client-side extension into account but we did it in an opportunistic way, adjusting it the maximum possible count when no buffer is provided, then returning a lower number once we were able to filter the extension list. It's been reported to be confusing, so this makes sure the returned extension count is always correct, by requesting the host extensions to an internal buffer. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9528