mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-05 08:45:08 -05:00
prevent endless loop on some binary data during stream content determination in GeneralActivity
This commit is contained in:
parent
16cea885e2
commit
c1699150a8
@ -1718,6 +1718,7 @@ public class Apg {
|
||||
} else if (object instanceof PGPEncryptedDataList) {
|
||||
return Id.content.encrypted_data;
|
||||
}
|
||||
object = pgpF.nextObject();
|
||||
}
|
||||
|
||||
return Id.content.unknown;
|
||||
|
Loading…
Reference in New Issue
Block a user