mariadb/mysys_ssl
Nirbhay Choubey 61f73d40ca MDEV-7397: SIGSEGV on inserting into a key-less table
When wsrep is enabled, an md5 hash of the entire row is calculated
for tables with no PK. It, however segfaulted as the md5 context
object was not properly constructed.

Fixed by ensuring that the YaSSL's context object gets constructed
explicitly at the specified pre-allocated location (placement)
before its used.

Added a test case.
2014-12-31 19:52:35 -05:00
..
CMakeLists.txt Do the partial merge of WL#5602 correctly: 2013-12-09 12:38:02 +01:00
my_aes.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
my_md5.cc MDEV-7397: SIGSEGV on inserting into a key-less table 2014-12-31 19:52:35 -05:00
my_rnd.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
my_sha1.cc extend SHA1 service. cleanup of sha1 wrappers 2014-10-01 23:38:28 +02:00
my_sha2.cc Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00