Bug #19688008 CREATE_ASYMMETRIC_PUB_KEY: CRASHES IN OPENSSL
CODE Fixed a failure on pb2 caused by the patch previously pushed.
This commit is contained in:
parent
3e2d879a23
commit
12f17f08c7
@ -300,14 +300,6 @@ char *metaphon(UDF_INIT *initid __attribute__((unused)),
|
|||||||
*is_null=1;
|
*is_null=1;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
/*
|
|
||||||
A check to confirm that argument length has the value it is
|
|
||||||
expected to have.
|
|
||||||
*/
|
|
||||||
assert(strlen(word) == args->lengths[0]);
|
|
||||||
}
|
|
||||||
|
|
||||||
w_end=word+args->lengths[0];
|
w_end=word+args->lengths[0];
|
||||||
org_result=result;
|
org_result=result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user