FormatMagickTime

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
jpiquemal
Posts: 54
Joined: 2003-12-07T01:57:19-07:00

FormatMagickTime

Post by jpiquemal »

Hello everybody, happy new year :-)

Windows XP, Vista, 7
IM 6.5.9
constitute.c

If the creation date of a file is erroneous (example: 10/17/30826) ReadImage crashes line 773:
GetBlobProperties(next)->st_mtime
(and probably if the modification date is wrong too)

The problem comes from FormatMagickTime, i think that a small test on time should be make before using time.

(don't ask me why i have such files on my disk ;-) )
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: FormatMagickTime

Post by magick »

Can you run a debugger and pin-point the line where the crash occurs?
jo b

Re: FormatMagickTime

Post by jo b »

I have a problem that I think is related to quite the same problem here.
view my post where I pin point the crash line/message
post : viewtopic.php?f=3&t=15297.
Post Reply