27 Jan
2023
27 Jan
'23
11:27 p.m.
Rationale: GCC complains of out-of-bounds access due to integer overflow in `dlls/inetmib1/main.c`.
`../wine/dlls/inetmib1/main.c:646:25: warning: array subscript 4294967295 is above array bounds of ‘MIB_IFROW[1]’ {aka ‘struct _MIB_IFROW[1]’} [-Warray-bounds]`
However, this is not the case as long as assert() is enabled. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2051#note_22210