Commit 12f17f08 authored by Vamsikrishna Bhagi's avatar Vamsikrishna Bhagi

Bug #19688008 CREATE_ASYMMETRIC_PUB_KEY: CRASHES IN OPENSSL

              CODE

Fixed a failure on pb2 caused by the patch previously
pushed.
parent 3e2d879a
......@@ -300,14 +300,6 @@ char *metaphon(UDF_INIT *initid __attribute__((unused)),
*is_null=1;
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];
org_result=result;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment