diff options
author | Werner Koch <wk@gnupg.org> | 2013-10-02 09:11:43 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2013-10-02 09:11:43 +0200 |
commit | 0899f6d4be0406c9efbf9c3f342825804f359b5a (patch) | |
tree | 3900b2048d2ff142239c568c05f708a72eab8fe7 /doc | |
parent | Register DCO for Kyle Butt. (diff) | |
download | gnupg2-0899f6d4be0406c9efbf9c3f342825804f359b5a.tar.xz gnupg2-0899f6d4be0406c9efbf9c3f342825804f359b5a.zip |
gpg: Fix bug with deeply nested compressed packets.
* g10/mainproc.c (MAX_NESTING_DEPTH): New.
(proc_compressed): Return an error code.
(check_nesting): New.
(do_proc_packets): Check packet nesting depth. Handle errors from
check_compressed.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index d5c5cea75..100755a67 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -786,6 +786,7 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: *** UNEXPECTED <what> Unexpected data has been encountered. Codes for WHAT are: - 0 :: Not further specified + - 1 :: Corrupted message structure *** TRUNCATED <maxno> The output was truncated to MAXNO items. This status code is |