[libfko] changed 'state' context element to 'int' type to fix a 'extra high-order bits' bug found by Coverity

This commit is contained in:
Michael Rash
2013-05-09 22:43:05 -04:00
parent aafc3ac264
commit 282b0198ec
+1 -1
View File
@@ -94,7 +94,7 @@ struct fko_context {
int added_gpg_prefix;
/* State info */
unsigned short state;
unsigned int state;
unsigned char initval;
#if HAVE_LIBGPGME