]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_apple_x509_cl/lib/clNameUtils.cpp
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_apple_x509_cl / lib / clNameUtils.cpp
index 4eb46399a1952f8dc4d4502988b3443f346b9f3d..1c64d00396feca38f286e9b883bb0abfcbce5f7c 100644 (file)
@@ -431,7 +431,7 @@ void CL_cssmGeneralNameToNss(
        nssObj.item = cdsaObj.name;
        unsigned char itemTag;                  // for nssObj.tag
        bool doCopy = false;                    // unless we have to modify tag byte
-       unsigned char overrideTag;              // to force context-specific tag for
+       unsigned char overrideTag = '\0';               // to force context-specific tag for
                                                                        //   an ASN_ANY
        PRErrorCode prtn;