Fix from stable branch.

This commit is contained in:
Dr. Stephen Henson 2007-04-08 17:45:47 +00:00
parent baecb96e8a
commit 0cc361f3e7

View File

@ -149,7 +149,7 @@ static int do_create(char *value, char *name)
if (lntmp == NULL)
return 0;
memcpy(lntmp, ln, p - ln);
lntmp[p - ln + 1] = 0;
lntmp[p - ln] = 0;
oid = OBJ_nid2obj(nid);
oid->ln = lntmp;
}