743 |
/* with a some probability this is caused by a problem in the |
/* with a some probability this is caused by a problem in the |
744 |
* the uncompressing layer - in some error cases it just loops |
* the uncompressing layer - in some error cases it just loops |
745 |
* and spits out 0xff bytes. */ |
* and spits out 0xff bytes. */ |
746 |
printf ("%s: garbled packet detected\n", gpg_iobuf_where(inp) ); |
/*printf ("%s: garbled packet detected\n", gpg_iobuf_where(inp));*/ |
747 |
exit (2); |
rc = G10ERR_INVALID_PACKET; |
748 |
|
goto leave; |
749 |
} |
} |
750 |
|
|
751 |
if( out && pkttype ) { |
if( out && pkttype ) { |