winhttp: tests/server.c[new]: Add basic internal server test (RESEND)

Alexandre Julliard julliard at winehq.org
Thu Oct 16 04:27:32 CDT 2008


Zac Brown <zac at zacbrown.org> writes:

> +    si.hEvent = CreateEvent(NULL, 0, 0, NULL);
> +    si.port = rand() + 8000;

You need to search for an available port, rand() is not an appropriate
mechanism.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list