| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2011.01.10 20:35 "Re: Missing mkstemp() on Visual Studio 2008", by Edward LamOn 1/10/2011 1:59 PM, Jeff McKenna wrote: > Thank you for your response. The changes made through this ticket > recently (http://bugzilla.maptools.org/show_bug.cgi?id=2118) indeed > changed from using tmpfile() to mkstemp(). I am unable to compile on > Windows because of this change. How should I compile CVS HEAD on > windows therefore? Then I move that the patch be reverted. Why was it even necessary to use mkstemp() when we don't care about the file name? Not to mention that the new code uses a fixed length buffer that could in theory cause a buffer overflow. -Edward |
|||||||