Open ppisar opened 5 years ago
dbd_st_finish() calls mysql_db_async_result() without checking its return value. mysql_db_async_result() can fail and it that case dbd_st_finish() should also signal an error.
Hi @ppisar, is this problem also in DBD::MariaDB?
Hi @pali , yes, it is also in DBD::MariaDB.
mariadb_st_finish() calls mariadb_db_async_result() without checking return value.
dbd_st_finish() calls mysql_db_async_result() without checking its return value. mysql_db_async_result() can fail and it that case dbd_st_finish() should also signal an error.