-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
None
-
beta
-
generic
-
generic
Native method Java_sun_awt_motif_MWindowPeer_setState in file
src/solaris/native/sun/awt/awt_TopLevel.c of the Kestrel 1.3K
release has an unitialized variable bug.
The uninitialized variable is local variable "Window w;",
Which gets passed to function setStateHints() before it is
given a value.
Since setStateHints() executes a branch depending on the
value of the 'w' argument, this is definitely a bug.
The same bug exists in the J2SDK 1.2.2 release in function
Java_sun_awt_motif_MFramePeer_setState in file
src/solaris/native/sun/awt/awt_Frame.c.
src/solaris/native/sun/awt/awt_TopLevel.c of the Kestrel 1.3K
release has an unitialized variable bug.
The uninitialized variable is local variable "Window w;",
Which gets passed to function setStateHints() before it is
given a value.
Since setStateHints() executes a branch depending on the
value of the 'w' argument, this is definitely a bug.
The same bug exists in the J2SDK 1.2.2 release in function
Java_sun_awt_motif_MFramePeer_setState in file
src/solaris/native/sun/awt/awt_Frame.c.