nGfxBlendModeNames ends up being 34 instead of 17 (the size of gfxBlendModeNames array). This will cause accessing invalid memory when traversing the gfxBlendModeNames array in GfxState::parseBlendMode(). Attached patch fixes this issue.
Created attachment 6398 [details] [review] patch that sets the correct size of nGfxBlendModes
As i don't like the fact of having the 17 defined there as a value i'm attaching a different patch, does it work for you? (it does for me)
Created attachment 6399 [details] [review] new patch that does not use a define to define the number of elements of the array
That works too.
Fixed in cvs, thanks for reporting
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.