---
lib/coding.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/coding.c b/lib/coding.c
index 6cf3b31..7f9173c 100644
--- a/lib/coding.c
+++ b/lib/coding.c
@@ -906,6 +906,11 @@ _asn1_ordering_set_of (unsigned char *der, int der_len,
asn1_node node)
}
counter += len + len2;
}
+ else
+ {
+ err = ASN1_DER_ERROR;
+ goto error;
+ }
p_vet->end = counter;
p = p->right;
--
1.9.2- [PATCH 1/3] Make _asn1_ordering_set_of() really so... Kurt Roeckx
- [PATCH 2/3] Make asn1_ordering_set_of() retur... Kurt Roeckx
- [PATCH 3/3] Check that p is not NULL Kurt Roeckx
- Re: [PATCH 1/3] Make _asn1_ordering_set_of() ... Kurt Roeckx
- Re: [PATCH 1/3] Make _asn1_ordering_set_o... Kurt Roeckx
- Re: [PATCH 1/3] Make _asn1_ordering_set_o... Nikos Mavrogiannopoulos
- Re: [PATCH 1/3] Make _asn1_ordering_s... Kurt Roeckx
- Re: [PATCH 1/3] Make _asn1_orderi... Nikos Mavrogiannopoulos
- Re: [PATCH 1/3] Make _asn1_o... Kurt Roeckx
- Re: [PATCH 1/3] Make _as... Nikos Mavrogiannopoulos
- Re: [PATCH 1/3] Make... Kurt Roeckx
- Re: [PATCH 1/3] Make _asn1_ordering_set_of() ... Kurt Roeckx
