On Sun Mar 24 18:48:15 2024 +0000, Nikolay Sivov wrote:
I don't think it's enough, because of the SIZE_T fields in the structure.
Let me elaborate:
`SIZE_T` fields depends on bitness. The Wow64 translation layer is responsible for translating **64-bit** structure returned by native syscall, to **32-bit** structure usable by the application.
We don't run new-style wow64 tests on GitLab CI yet, but I think this MR will fail those if `QUOTA_LIMITS` indeed has `SIZE_T` fields (haven't checked).