File openjdk-6-src-b20-may-be-used-uninitialized.patch of Package java-1_6_0-openjdk

Index: icedtea6-1.9.1/openjdk/hotspot/src/share/vm/adlc/adlparse.cpp
===================================================================
--- icedtea6-1.9.1.orig/openjdk/hotspot/src/share/vm/adlc/adlparse.cpp
+++ icedtea6-1.9.1/openjdk/hotspot/src/share/vm/adlc/adlparse.cpp
@@ -3196,12 +3196,12 @@ Interface *ADLParser::mem_interface_pars
 
 //------------------------------cond_interface_parse---------------------------
 Interface *ADLParser::cond_interface_parse(void) {
-  char *equal;
-  char *not_equal;
-  char *less;
-  char *greater_equal;
-  char *less_equal;
-  char *greater;
+  char *equal = NULL;
+  char *not_equal = NULL;
+  char *less = NULL;
+  char *greater_equal = NULL;
+  char *less_equal = NULL;
+  char *greater = NULL;
   const char *equal_format = "eq";
   const char *not_equal_format = "ne";
   const char *less_format = "lt";
openSUSE Build Service is sponsored by