http://bugs.winehq.org/show_bug.cgi?id=57613 Bernhard Übelacker <bernhardu(a)mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu(a)mailbox.org --- Comment #1 from Bernhard Übelacker <bernhardu(a)mailbox.org> --- Could be easily reproduced with creating some dummy interfaces: for i in $(seq 1 29); do ip link add dummy$i type dummy; done for i in $(seq 1 29); do ip link del dummy$i; done Buffer overflow happens here in winedevice.exe: (rr) bt #0 in ipv4_neighbour_fill_entry at .../dlls/nsiproxy.sys/ip.c:995 #1 in ipv4_neighbour_enumerate_all at .../dlls/nsiproxy.sys/ip.c:1221 #2 in nsi_enumerate_all_ex at .../dlls/nsiproxy.sys/nsi.c:95 #3 in unix_nsi_enumerate_all_ex at .../dlls/nsiproxy.sys/nsi.c:144 Submitted merge request: https://gitlab.winehq.org/wine/wine/-/merge_requests/8058 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.