mariadb/mysys_ssl
Vladislav Vaintroub 1df42a2ca0 MDEV-19617 Assertion `src' failed in MyCTX::update
Apprently, sometimes there will be null pointers with 0 length
passed to the MyCTX::update() function, and  will need to return
a valid buffer.

So weaken the assertion, and use a valid pointer for src if it was NULL.
2019-05-28 20:04:12 +02:00
..
CMakeLists.txt MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library 2019-05-22 13:48:25 +02:00
my_crypt.cc MDEV-19617 Assertion `src' failed in MyCTX::update 2019-05-28 20:04:12 +02:00
my_md5.cc MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library 2019-05-22 13:48:25 +02:00
my_sha.ic MDEV-18531 : Use WolfSSL instead of YaSSL as "bundled" SSL/encryption library 2019-05-22 13:48:25 +02:00
my_sha1.cc Update FSF address 2019-05-11 19:25:02 +03:00
my_sha224.cc Update FSF address 2019-05-11 19:25:02 +03:00
my_sha256.cc Update FSF address 2019-05-11 19:25:02 +03:00
my_sha384.cc Update FSF address 2019-05-11 19:25:02 +03:00
my_sha512.cc Update FSF address 2019-05-11 19:25:02 +03:00
openssl.c Windows : fix broken build with OpenSSL 2018-09-08 20:36:31 +01:00