Hi, I just checked my build of pgp.c: gcc -std=gnu99 -Wall -pedantic -Wno-long-long -g -O2 -o pgpring pgppubring.o pgplib.o lib.o extlib.o sha1.o md5.o pgppacket.o ascii.o pgp.c: In function ‘pgp_decrypt_mime’: pgp.c:1010: warning: ‘saved_length’ may be used uninitialized in this function pgp.c:1009: warning: ‘saved_offset’ may be used uninitialized in this function pgp.c:1008: warning: ‘saved_type’ may be used uninitialized in this function
I think gcc (4.3.2) may actually be right. Just wondering, Moritz