Fix from stable branch.
This commit is contained in:
parent
baecb96e8a
commit
0cc361f3e7
@ -149,7 +149,7 @@ static int do_create(char *value, char *name)
|
|||||||
if (lntmp == NULL)
|
if (lntmp == NULL)
|
||||||
return 0;
|
return 0;
|
||||||
memcpy(lntmp, ln, p - ln);
|
memcpy(lntmp, ln, p - ln);
|
||||||
lntmp[p - ln + 1] = 0;
|
lntmp[p - ln] = 0;
|
||||||
oid = OBJ_nid2obj(nid);
|
oid = OBJ_nid2obj(nid);
|
||||||
oid->ln = lntmp;
|
oid->ln = lntmp;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user