prevent endless loop on some binary data during stream content determination in GeneralActivity

This commit is contained in:
Thialfihar 2010-07-01 23:50:14 +00:00
parent 16cea885e2
commit c1699150a8

View file

@ -1718,6 +1718,7 @@ public class Apg {
} else if (object instanceof PGPEncryptedDataList) { } else if (object instanceof PGPEncryptedDataList) {
return Id.content.encrypted_data; return Id.content.encrypted_data;
} }
object = pgpF.nextObject();
} }
return Id.content.unknown; return Id.content.unknown;