libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit cf5f962a3692c52761ad8ab2f8750673ae28c197
parent ad4e7e98b728aaa62505a192f80940f8b8e94ec5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 24 Aug 2008 22:46:59 +0000

x

Diffstat:
Msrc/daemon/https/minitasn1/coding.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/daemon/https/minitasn1/coding.c b/src/daemon/https/minitasn1/coding.c @@ -630,7 +630,7 @@ _asn1_ordering_set (unsigned char *der, int der_len, node_asn * node) ((type_field (p->type) == TYPE_TAG) || (type_field (p->type) == TYPE_SIZE)) ) p = p->right; - + if ((p == NULL) || (p->right == NULL)) return;