perl5-dbi / DBD-MariaDB

Perl MariaDB driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mariadb_st_finish() does not check mariadb_db_async_result() failure

jplesnik opened this issue · comments

mariadb_st_finish() calls mariadb_db_async_result() without checking return value. mariadb_db_async_result() can fail and it that case mariadb_st_finish() should also signal an error.