From 8fe71d79fb2530c65b231d99db30551535fd22eb Mon Sep 17 00:00:00 2001 From: "ddrinan%netscape.com" Date: Wed, 2 Aug 2000 00:20:24 +0000 Subject: [PATCH] Initialize pointer! git-svn-id: svn://10.0.0.236/trunk@75363 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/psm/server/processmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/security/psm/server/processmsg.c b/mozilla/security/psm/server/processmsg.c index d33fdd38974..f25e447b4ec 100644 --- a/mozilla/security/psm/server/processmsg.c +++ b/mozilla/security/psm/server/processmsg.c @@ -272,7 +272,7 @@ SSMControlConnection_ProcessMiscRequest(SSMControlConnection * ctrl, { SingleNumMessage req; SingleItemMessage reply; - char *buf; + char *buf = NULL; SSMStatus rv = SSM_SUCCESS; SECStatus srv;