Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6567254
Votes 0
Synopsis Stack stomp in CSecureJNIEnv
Category java_plugin:ns6
Reported Against b01 , b02 , b03 , b05
Release Fixed 7(b16), 6u10(b02) (Bug ID:2150005) , 6u7(b03) (Bug ID:2162134) , 1.4.2_21(b01) (Bug ID:2174038) , 5.0u19(b01) (Bug ID:2174039)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs 6647722 , 6721587 , 6807579
Submit Date 07-JUN-2007
Description
The Windows implementation of CSecureJNIEnv::DetermineSecurityPolicy casts a jboolean* to a JDBool*. A jboolean is a char and a JDBool is an int. This results in a stack stomp which was reported by the  customer  Run-Time checking facilities. This needs to be fixed in order to make further  customer  in debugging.
Posted Date : 2007-06-07 21:16:50.0
Work Around
N/A
Evaluation
Fix is straightforward and is to use temporaries of type JDBool.
Posted Date : 2007-06-08 00:34:00.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang