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.