[poppler] Patch: Fix crash in SplashFTFont
Frank Meerkötter
frank at meerkoetter.org
Tue Apr 4 11:41:34 PDT 2006
Albert Astals Cid wrote:
>A Dimarts 04 Abril 2006 11:54, Frank Meerkoetter va escriure:
>
>
>>Hi,
>>
>>this is a workaround for a crash which happens when compiling poppler
>>with --enable-fixedpoint. The reason for this crash is that
>>putting the constant 65536 into a 16.16 fixed point variable and use
>>this value as a divider later on will never work. As a workround i do the
>>calculation with double variables in any case.
>>
>>Please be aware that i only fixed the symptoms.
>>
>>Regards,
>> Frank
>>
>>
>
>Is the patch reversed?
>
>I see
>
>- double size, div;
>+ SplashCoord size, div;
>
>but that does not seem to match with your words.
>
>
I'm sorry, yes it was reversed.
Regards,
Frank
More information about the poppler
mailing list