Loading crypto/asn1/a_strnid.c +1 −0 Original line number Diff line number Diff line Loading @@ -250,6 +250,7 @@ int ASN1_STRING_TABLE_add(int nid, } tmp->flags = flags | STABLE_FLAGS_MALLOC; tmp->nid = nid; tmp->minsize = tmp->maxsize = -1; new_nid = 1; } else tmp->flags = (tmp->flags & STABLE_FLAGS_MALLOC) | flags; Loading crypto/asn1/bio_asn1.c +4 −2 Original line number Diff line number Diff line Loading @@ -170,10 +170,12 @@ static int asn1_bio_init(BIO_ASN1_BUF_CTX *ctx, int size) ctx->copylen = 0; ctx->asn1_class = V_ASN1_UNIVERSAL; ctx->asn1_tag = V_ASN1_OCTET_STRING; ctx->ex_buf = 0; ctx->ex_pos = 0; ctx->ex_buf = NULL; ctx->ex_len = 0; ctx->ex_pos = 0; ctx->state = ASN1_STATE_START; ctx->prefix = ctx->prefix_free = ctx->suffix = ctx->suffix_free = NULL; ctx->ex_arg = NULL; return 1; } Loading crypto/asn1/bio_ndef.c +1 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,7 @@ BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it) ndef_aux->ndef_bio = sarg.ndef_bio; ndef_aux->boundary = sarg.boundary; ndef_aux->out = out; ndef_aux->derbuf = NULL; BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux); Loading crypto/bio/bss_bio.c +4 −0 Original line number Diff line number Diff line Loading @@ -149,9 +149,13 @@ static int bio_new(BIO *bio) return 0; b->peer = NULL; b->closed = 0; b->len = 0; b->offset = 0; /* enough for one TLS record (just a default) */ b->size = 17 * 1024; b->buf = NULL; b->request = 0; bio->ptr = b; return 1; Loading Loading
crypto/asn1/a_strnid.c +1 −0 Original line number Diff line number Diff line Loading @@ -250,6 +250,7 @@ int ASN1_STRING_TABLE_add(int nid, } tmp->flags = flags | STABLE_FLAGS_MALLOC; tmp->nid = nid; tmp->minsize = tmp->maxsize = -1; new_nid = 1; } else tmp->flags = (tmp->flags & STABLE_FLAGS_MALLOC) | flags; Loading
crypto/asn1/bio_asn1.c +4 −2 Original line number Diff line number Diff line Loading @@ -170,10 +170,12 @@ static int asn1_bio_init(BIO_ASN1_BUF_CTX *ctx, int size) ctx->copylen = 0; ctx->asn1_class = V_ASN1_UNIVERSAL; ctx->asn1_tag = V_ASN1_OCTET_STRING; ctx->ex_buf = 0; ctx->ex_pos = 0; ctx->ex_buf = NULL; ctx->ex_len = 0; ctx->ex_pos = 0; ctx->state = ASN1_STATE_START; ctx->prefix = ctx->prefix_free = ctx->suffix = ctx->suffix_free = NULL; ctx->ex_arg = NULL; return 1; } Loading
crypto/asn1/bio_ndef.c +1 −0 Original line number Diff line number Diff line Loading @@ -136,6 +136,7 @@ BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it) ndef_aux->ndef_bio = sarg.ndef_bio; ndef_aux->boundary = sarg.boundary; ndef_aux->out = out; ndef_aux->derbuf = NULL; BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux); Loading
crypto/bio/bss_bio.c +4 −0 Original line number Diff line number Diff line Loading @@ -149,9 +149,13 @@ static int bio_new(BIO *bio) return 0; b->peer = NULL; b->closed = 0; b->len = 0; b->offset = 0; /* enough for one TLS record (just a default) */ b->size = 17 * 1024; b->buf = NULL; b->request = 0; bio->ptr = b; return 1; Loading