PR: 2103
Submitted by: Rob Austein <sra@hactrn.net> Approved by: steve@openssl.org Initialise atm.flags to 0.
This commit is contained in:
parent
2156704924
commit
5e8d95f590
@ -1727,6 +1727,7 @@ int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time)
|
||||
offset= -offset;
|
||||
}
|
||||
atm.type=ctm->type;
|
||||
atm.flags = 0;
|
||||
atm.length=sizeof(buff2);
|
||||
atm.data=(unsigned char *)buff2;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user