https://bugzilla.redhat.com/show_bug.cgi?id=1124368
Erik van Pienbroek <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] | |, [email protected] Component|mingw32-w32api |mingw-crt Assignee|[email protected] |[email protected] --- Comment #2 from Erik van Pienbroek <[email protected]> --- 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 [email protected] https://admin.fedoraproject.org/mailman/listinfo/mingw
