Re: ntdll: Initialize APC call and result variables to suppressvalgrind warnings

2007-12-11 Thread Alexandre Julliard
"Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > "Alexandre Julliard" <[EMAIL PROTECTED]> wrote: > >> It's OK for requests, but why do you want to initialize the result >> structure too? > > NTDLL_queue_process_apc for a local process calls invoke_apc() which > initializes the result to 0 before p

Re: ntdll: Initialize APC call and result variables to suppressvalgrind warnings

2007-12-11 Thread Dmitry Timoshkov
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote: > It's OK for requests, but why do you want to initialize the result > structure too? NTDLL_queue_process_apc for a local process calls invoke_apc() which initializes the result to 0 before proceeding. Perhaps memset() should be added for a not loca