On Fri Jan 26 16:10:29 2024 +0000, Aida Jonikienė wrote:
> @rastos Just squash all of your commits into a single commit (and update
> that commit with my changes) and force push for a cleaner MR
I can see the message has been fixed
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4940#note_59166
On Fri Jan 26 16:09:11 2024 +0000, Rastislav Stanik wrote:
> Similar to above - there are two structures with very similar names but
> not identical: MIB_UNICASTIPADDRESS_TABLE vs MIB_ANYCASTIPADDRESS_TABLE.
Same comment as the struct above
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4940#note_59165
On Fri Jan 26 16:09:07 2024 +0000, Rastislav Stanik wrote:
> Hold on. Note that there are two structures with similar names: MIB_UNICASTIPADDRESS_ROW
> MIB_ANYCASTIPADDRESS_ROW
I shouldn't be reviewing code at late nights (anyway this was my own mistake)
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4940#note_59164
The goal here is to be able to convert between SSA and TEMP easily, which will be the second preliminary pass for the CFG structurizer.
Ideally I would have added the check in commit 4/4 for TEMPs as well, but typing information from TPF sources is insufficient. This leaves the current validation inconsistent: we check that a register is always used either as a scalar or a vec4, but that "scalar" might be 32 bit in some cases and 64 bit in others. Maybe the right thing to do here is just give up on trying to put some typing on TEMPs and just say they're always 4x32 bit words. I don't know, I'll leave this for when the dust is more settled.
--
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/603
for details see https://bugs.winehq.org/show_bug.cgi?id=56065
This change adds an implementation of Win32 API function GetAnycastIpAddressTable() that is used by Adoptium OpenJDK 21 and later to initialize Secure Random Generator. This implementation does not return real information, it just says "no entries found".
--
v8: iphlpapi: add stub for GetAnycastIpAddressTable().
https://gitlab.winehq.org/wine/wine/-/merge_requests/4940
Shifting the rest of the variables by one towards indices of lesser value
overwrites the variable being cleared and effectively leaks it.
Signed-off-by: David Kahurani <k.kahurani(a)gmail.com>
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4944