mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
fixed severe exploit
This commit is contained in:
parent
5aed77d1db
commit
e143f23c23
29 changed files with 1272 additions and 829 deletions
|
@ -837,6 +837,8 @@ check_sig_and_print( CTX c, KBNODE node )
|
|||
print_keyid( stderr, sig->keyid );
|
||||
putc('\"', stderr);
|
||||
putc('\n', stderr);
|
||||
if( !rc )
|
||||
rc = check_signatures_trust( sig );
|
||||
if( opt.batch && rc )
|
||||
g10_exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue