We need to evaluate for adding memory allocation failure checks for below codes in FileSystemJava.cpp
env->NewStringUTF
env->NewDirectByteBuffer(data, length)
env->NewStringUTF
env->NewDirectByteBuffer(data, length)
- relates to
-
JDK-8207772 File API and FileReader should be supported in WebView
- Resolved