On Tue, 4 Jul 2023 17:33:02 GMT, Daniel Jeliński wrote:
> Please review this test-only fix that fixes the size of variables that are
> used in methods that expect a pointer.
>
> On Windows, type `long` is 32 bits, pointers are 64 bits large. The method
> `GetThreadLocalStorage` writes a pointe
> Please review this test-only fix that fixes the size of variables that are
> used in methods that expect a pointer.
>
> On Windows, type `long` is 32 bits, pointers are 64 bits large. The method
> `GetThreadLocalStorage` writes a pointer (64 bits) to the address given by
> its parameter, whic
On Tue, 4 Jul 2023 17:33:02 GMT, Daniel Jeliński wrote:
> Please review this test-only fix that fixes the size of variables that are
> used in methods that expect a pointer.
>
> On Windows, type `long` is 32 bits, pointers are 64 bits large. The method
> `GetThreadLocalStorage` writes a pointe
On Tue, 4 Jul 2023 17:33:02 GMT, Daniel Jeliński wrote:
> Please review this test-only fix that fixes the size of variables that are
> used in methods that expect a pointer.
>
> On Windows, type `long` is 32 bits, pointers are 64 bits large. The method
> `GetThreadLocalStorage` writes a pointe
Please review this test-only fix that fixes the size of variables that are used
in methods that expect a pointer.
On Windows, type `long` is 32 bits, pointers are 64 bits large. The method
`GetThreadLocalStorage` writes a pointer (64 bits) to the address given by its
parameter, which overflows