mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Add missing stub, fixed comment typos
This commit is contained in:
parent
94c45b7ff3
commit
9b12847f25
4 changed files with 4 additions and 2 deletions
|
@ -143,7 +143,7 @@ add_gpg_control( CTX c, PACKET *pkt )
|
|||
}
|
||||
else if ( pkt->pkt.gpg_control->control == 2 ) {
|
||||
/* Pipemode control packet */
|
||||
#warning We have to do some sanit checks all over the place
|
||||
#warning We have to do some sanity checks all over the place
|
||||
if ( pkt->pkt.gpg_control->datalen < 2 )
|
||||
log_fatal ("invalid pipemode control packet length\n");
|
||||
if (pkt->pkt.gpg_control->data[0] == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue