Bug in SetMagickRegistry in 6.3.4-7

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
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Bug in SetMagickRegistry in 6.3.4-7

Post by rmagick »

SetMagickRegistry post-increments the value of 'id' after using it to make the key. The returned id is thus 1 greater than value used to make the key. GetMagickRegistry uses the key unchanged and then fails to find the image in the registry.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Bug in SetMagickRegistry in 6.3.4-7

Post by magick »

Good catch. Will have a fix in about an hour.
Post Reply