https://bugzilla.redhat.com/show_bug.cgi?id=1124368
Erik van Pienbroek <erik-fed...@vanpienbroek.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |erik-fed...@vanpienbroek.nl | |, kalevlem...@gmail.com Component|mingw32-w32api |mingw-crt Assignee|rjo...@redhat.com |erik-fed...@vanpienbroek.nl --- Comment #2 from Erik van Pienbroek <erik-fed...@vanpienbroek.nl> --- Reassigning to the component mingw-crt. This seems to be a side effect for a related issue which I fixed upstream recently for bug 1067426 In mingw-crt (mingw-w64-crt/libsrc/ws2_32.c) currently this piece of code is used: const struct in6_addr in6addr_loopback = {{ IN6ADDR_LOOPBACK_INIT }}; My first guess is that the braces need to be removed. In the upstream fix I mentioned this define is used: #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } (previously there were no braces here). This needs more testing to be certain.. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2WhwZvuATv&a=cc_unsubscribe _______________________________________________ mingw mailing list mingw@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/mingw