-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
7
-
None
-
generic
-
generic
The constructor JavaStringBuffer(JNIEnv *env, jstring text) (see src/windows/native/sun/windows/awt.h) assigns L"" constant value to the m_pStr data member if the text argument is NULL. However, the destructor of the class unconditionally free()'s the pointer. That may lead to a crash.
- duplicates
-
JDK-6969851 VM hangs/crashes in FileDilog test (VS2008/2010 build)
- Closed