| 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 |
Thread2004.10.15 21:47 "Re: WIN32 _TIFFrealloc() bug?", by Ville HervaOn Fri, Oct 15, 2004 at 04:09:24PM -0400, you [Frank Warmerdam] wrote: > > In CVS the _TIFFRealloc implementation in tif_win32.c has been changed to > the following as others have reported the same issue. Ok. > I imagine this new implementation is in the latest libtiff 3.7.0 beta as > well, which I would encourage you to try out. There are a number of known > (and fixed) issues with the libtiff 3.6.1 and earlier releases. I know. Are the Chris Evans' newest findings (http://scary.beasts.org/security/CESA-2004-006.txt) already fixed in the beta? > tdata_t > _TIFFrealloc(tdata_t p, tsize_t s) > { > void* pvTmp; > tsize_t old; > > if(p == NULL) > return ((tdata_t)GlobalAlloc(GMEM_FIXED, s)); Yeah, that seems sane. > I set the clouds in motion - turn up light and sound - activate the > windows and watch the world go round - Rush Hmm, that's almost what Bill Gates might say... Thanks for your prompt reply, -- v -- v@iki.fi |
|||||||