gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnutls-dev] [opencdk] Uninitialized variable in tests/t-stream.c


From: Enrico Scholz
Subject: [gnutls-dev] [opencdk] Uninitialized variable in tests/t-stream.c
Date: Thu, 03 Mar 2005 12:56:12 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

Hello,

somebody reported in

        https://bugzilla.redhat.com/beta/show_bug.cgi?id=149906

the following issue:

| I just tried to compile package opencdk-0.5.5-1 from 
| Redhat Fedora Extras development tree.
| 
| The compiler said
| 
| t-stream.c(452): remark #592: variable "rc" is used before its value
| is set
| 
| The source code is
| 
|   int rc ;
| 
|   cdk_handle_new (&hd);
|   cdk_keydb_new (&db, CDK_DBTYPE_SK_KEYRING, "sec.gpg", 7);
|   cdk_strlist_add (&locusr, "address@hidden");
|       //rc = cdk_file_clearsign (hd, locusr, file, "out.asc");
|   if (rc)
|     printf ("clearsign_file %s: `%s'\n", file, cdk_strerror (rc));
| 
| Suggest init local variable "rc" before first use. Should the 
| commented out code be put back in ?


This code is still in CVS.




Enrico

Attachment: pgpPV_3RTIEvK.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]