Pavol Sloboda 92a8b3b529 fix: fixed the posible read of NULL when strdup fails thus resulting in
rpl->filename being NULL by setting an error signalling that we ran out
of memory to ease the debugging of the mariadb_rpl_options function and make
it clearer if it ever fails because of this. Also added va_end in this case to
avoid the va_list (ap) leaking when we return from this function and
then returning 1 from the fucntion.
2025-07-17 09:14:53 +02:00
2025-07-13 18:42:30 +03:00
2025-07-13 18:42:30 +03:00
2025-07-16 12:49:15 +02:00

This is LGPL MariaDB client library that can be used to connect to a 
MariaDB or MySQL database server. 

This code is based on the LGPL libmysql client library from MySQL 3.23
and PHP's mysqlnd extension.

This product includes PHP software, freely available from
<http://www.php.net/software/>

If you want to be part of this development effort, you can discuss this at
maria-developers@lists.launchpad.org.

To report a bug you'll need to signup for an account at https://jira.mariadb.org

The MariaDB team
Description
MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.The client library is LGPL licensed.
Readme 14 MiB
Languages
C 95%
CMake 3.8%
C++ 0.7%
Python 0.3%
Shell 0.2%