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

Enrico Scholz enrico.scholz at informatik.tu-chemnitz.de
Thu Mar 3 12:56:12 CET 2005


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, "twoaday at daredevil");
|       //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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 480 bytes
Desc: not available
URL: </pipermail/attachments/20050303/5348c381/attachment.pgp>


More information about the Gnutls-devel mailing list