JDK-8201433 : Fix potential crash in BufImg_SetupICM
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7u151
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • CPU: x86
  • Submitted: 2018-04-11
  • Updated: 2021-07-09
  • Resolved: 2018-04-13
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 10 JDK 11 JDK 6 JDK 7 JDK 8 Other
10.0.2Fixed 11 b13Fixed 6u201Fixed 7u191Fixed 8u181Fixed openjdk7uFixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
If JRE is run with limited amount of memory, initCubemap function can return NULL. It can lead to crash in BufImg_SetupICM in BufImgSurfaceData.c.

Adding a NULL check can prevent the crash.