gdi32: Add support for loading scalable font resources.

Huw Davies huw at codeweavers.com
Fri Mar 30 05:40:11 CDT 2012


On Fri, Mar 30, 2012 at 07:31:54PM +0900, Dmitry Timoshkov wrote:
> Huw Davies <huw at codeweavers.com> wrote:
> 
> > +    if (size.u.LowPart < sizeof( *dos )) goto fail;
> 
> Testing LowPart only could not work for large sizes.

Of course, but we don't care if very large files fail, they won't be
genuine resource files anyway.

Huw.



More information about the wine-devel mailing list