JDK-6887294 : t2k error handling code should not use t2k->mem
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-10-01
  • Updated: 2010-04-04
  • Resolved: 2009-11-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b77Fixed
Related Reports
Relates :  
Description
Before refactoring of font code and adding support for freetype we used to keep pointer to memory handler outside of t2k and use it in the error recovery code. 

Now we are trying to access same handler through t2k data structure.

This is wrong as error may happen before t2k structure is initialized and this may result in crash.

Comments
EVALUATION Restore existed error handling logic.
01-10-2009