Re: ws2_32: Fix hostent memory allocation

2012-04-16 Thread Bruno Jesus
On Mon, Apr 16, 2012 at 10:17, Alexandre Julliard wrote: > ... > That's not a good helper function, with all the optional parameters and > various behaviors. Also if you need a big documentation block like this > for a 5-line function it's a sign that something is wrong. Sorry, I didn't know it w

Re: ws2_32: Fix hostent memory allocation

2012-04-16 Thread Alexandre Julliard
Bruno Jesus <00cp...@gmail.com> writes: > @@ -5546,24 +5546,70 @@ INT WINAPI WSAUnhookBlockingHook(void) > * pointers (via a template of some kind). > */ > > -static int list_size(char** l, int item_size) > +/*** > + *