Description: Initialize some variables.
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: no
Last-Update: 2024-08-23
---

--- gnustep-corebase.orig/Source/CFString.c
+++ gnustep-corebase/Source/CFString.c
@@ -764,7 +764,7 @@
 {
   UInt8 *bufferStart;
   const UniChar *sUnicode;
-  CFIndex converted;
+  CFIndex converted = 0;
 
   if (CF_IS_OBJC (_kCFStringTypeID, str))
     {
--- gnustep-corebase.orig/Source/GSUnicode.c
+++ gnustep-corebase/Source/GSUnicode.c
@@ -1669,7 +1669,7 @@
       CFIndex string_len;
       int base;
       unsigned long long number;
-      int position;
+      int position = 0;
       Boolean is_negative;
       Boolean show_sign;
       Boolean show_space;
