androidports commented on pull request #106:
URL: https://github.com/apache/openoffice/pull/106#issuecomment-709966382


   OK, I confirm crashing is fixed.
   But exported PDF is invalid. (attached file)
   
   
[crashing-with-noto-serif-cjk-jp.pdf](https://github.com/apache/openoffice/files/5390829/crashing-with-noto-serif-cjk-jp.pdf)
   
   I think 4.1.8-RC2 avoid crashing by invalid CFF format, but this invalid 
format is caused by casting from `float` to `int` in 
main/vcl/source/fontsubset/cff.cxx:637.
   
   `nInt = static_cast<int>(nVal);`
   
   This patch change casting from float to double.
   
   I will apply this patch to the latest AOO418 and inform the result to this 
thread.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to