Many places in JavaFX check the return value of memory allocation calls, such as malloc, calloc, and "new (std::nothrow)", but some do not. We should consistently check all calls for null.
This is an umbrella task. As we find issues, we will file a bug for each area of the code and link it as a blocking issue.
This is an umbrella task. As we find issues, we will file a bug for each area of the code and link it as a blocking issue.
- is blocked by
-
JDK-8313900 Possible NULL pointer access in NativeAudioSpectrum and NativeVideoBuffer
- Resolved
-
JDK-8315074 Possible null pointer access in native glass
- Resolved
- relates to
-
JDK-8316022 ☂ Memory allocation failure should throw OOME
- Open