mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-23 15:07:03 +01:00
comment type fix
This commit is contained in:
parent
18306f4650
commit
c9f2aaca05
@ -1221,7 +1221,7 @@ parse_signature( IOBUF inp, int pkttype, unsigned long pktlen,
|
|||||||
}
|
}
|
||||||
if( n ) {
|
if( n ) {
|
||||||
/* we add 8 extra bytes so that we have space for the signature
|
/* we add 8 extra bytes so that we have space for the signature
|
||||||
* status cache. Well we are wastin this if there is a cache
|
* status cache. Well we are wasting this if there is a cache
|
||||||
* packet already, but in the other case it avoids an realloc */
|
* packet already, but in the other case it avoids an realloc */
|
||||||
sig->unhashed = m_alloc (sizeof(*sig->unhashed) + n + 8 - 1 );
|
sig->unhashed = m_alloc (sizeof(*sig->unhashed) + n + 8 - 1 );
|
||||||
sig->unhashed->size = n + 8;
|
sig->unhashed->size = n + 8;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user