Huw Davies <[email protected]> wrote: > + if (size.u.LowPart < sizeof( *dos )) goto fail;
Testing LowPart only could not work for large sizes. -- Dmitry.
Huw Davies <[email protected]> wrote: > + if (size.u.LowPart < sizeof( *dos )) goto fail;
Testing LowPart only could not work for large sizes. -- Dmitry.