Open lcebaman opened 5 years ago
We probably want to use the user's buffer so tmpbuf is likely not needed.
tmpbuf
case TRY_GET: /* get an additional request */ handle->req_count++; /* get buffer */ if(trygetargs.tmpbuf) { buf1=(char*)handle->tmpbuf+(long)trygetargs.buf; } else { buf1=(void *)trygetargs.buf; }
Background information
We probably want to use the user's buffer so
tmpbuf
is likely not needed.