[Pixman] Win32 fixes and improvements

Soeren Sandmann sandmann at cs.au.dk
Thu Feb 24 09:43:00 PST 2011


Andrea Canciani <ranma42 at gmail.com> writes:

> I improved the patchset a little (I fixed the library makefile for real
> and silenced the test warnings) and pushed it as a git branch here:
> http://cgit.freedesktop.org/~ranma42/pixman/log/?h=wip/win32

I don't really know anything about Windows build systems, but regarding
the snprintf() thing: Can't we just use sprintf()? We know the maximum
sizes of everything involved, and in the end it's just a test program so
if there's a buffer overflow, it's not the end of the world.

The other changes in the branch look okay to me.


Soren


More information about the Pixman mailing list