ntdll: fix uninitialized buffers, found via valgrind

Dan Kegel dank at kegel.com
Wed Nov 21 22:38:31 CST 2007


James wrote:
> Why did you move the variable declaration?

Because the variable is only used inside the loop.
Moving the declaration to the top of the loop is the right scoping.
- Dan



More information about the wine-devel mailing list