https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15711

--- Comment #1 from Jaap Keuter <jaap.keu...@xs4all.nl> ---
The paths to host_name_lookup_init() I could find were from ui/qt/main.cpp,
which all came _after_
#ifdef _WIN32
    /* Start windows sockets */
    result = WSAStartup( MAKEWORD( 1, 1 ), &wsaData );
    if (result != 0)
    {
        ret_val = INIT_FAILED;
        goto clean_exit;
    }
#endif  /* _WIN32 */

Could that tool show what path is taken to get to host_name_lookup_init()
before WSAStartup() is called?

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to