Alexandre Julliard pushed to branch master at wine / wine Commits: 08dbf01a by Michał Durak at 2026-04-24T18:00:21+02:00 nsiproxy.sys: Avoid null pointer dereference on if_nameindex() failure. - - - - - 965a00c4 by Michał Durak at 2026-04-24T18:00:21+02:00 nsiproxy.sys: Avoid malloc(0) in case no network interfaces are present. - - - - - 4781a712 by Michał Durak at 2026-04-24T18:00:21+02:00 iphlpapi: Avoid out-of-bounds read if no network interfaces are present. If *count was zero, aa would end up pointing to a zero-size allocation, leading to out-of-bounds access in unicast_addresses_alloc(). - - - - - 3 changed files: - dlls/iphlpapi/iphlpapi_main.c - dlls/nsiproxy.sys/ip.c - dlls/nsiproxy.sys/ndis.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/08953cf92765fe4db5e8c0a1f07618... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/08953cf92765fe4db5e8c0a1f07618... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help