X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/fa7225c82381bac4432a6edf16f53b5370238d85..7e6b461318c8a779d91381531435a68ee4e8b6ed:/OSX/libsecurity_apple_csp/lib/FEESignatureObject.cpp?ds=inline diff --git a/OSX/libsecurity_apple_csp/lib/FEESignatureObject.cpp b/OSX/libsecurity_apple_csp/lib/FEESignatureObject.cpp index 6b868b7a..413b6cf1 100644 --- a/OSX/libsecurity_apple_csp/lib/FEESignatureObject.cpp +++ b/OSX/libsecurity_apple_csp/lib/FEESignatureObject.cpp @@ -113,7 +113,7 @@ void CryptKit::FEERawSigner::sign( { feeSig fsig; feeReturn frtn; - unsigned char *feeSig; + unsigned char *feeSig = NULL; unsigned feeSigLen=0; if(mFeeKey == NULL) {