On 9/29/2011 2:41 PM, Eric Covener wrote:
> 
> I took a look at this in the AM, and it looks like the acceptfilter
> none path is relying on data set only by AcceptEX (context->buffer) to
> fill in context->sa_server (child.c:590).  In 2.2 the context->buffer
> is seeded by the 9x specific code.
> 
> Seems like that block of code just needs a backport from
> win9x_get_connection to set the server side of this structure
> correctly before it's copied into "sockinfo" later in the same
> function.

Precisely.  As we have context->buff allocated for all AcceptFilter
schemes, I added the appropriate queries into that buffer in r1181140,
and the world seems at peace again for just this short moment.

Reply via email to