mariadb/storage/spider
Nayuta Yanagisawa e7208bd934 MDEV-26158 SIGSEGV in spider_free_mem from ha_spider::open on INSERT
The server crashes due to passing NULL to spider_free().

In some cases, this == pt_handler_share_handlers[0] at the label
error_get_share in ha_spider::open().

In such cases, to nullify pt_handler_share_handlers[0]->wide_handler
is nothing but to nullify this->wide_handler. We should not do this
before freeing this->wide_handler.
2021-10-19 19:04:05 +09:00
..
hs_client
mysql-test/spider MDEV-26158 SIGSEGV in spider_free_mem from ha_spider::open on INSERT 2021-10-19 19:04:05 +09:00
CMakeLists.txt
configure.in
ha_spider.cc MDEV-26158 SIGSEGV in spider_free_mem from ha_spider::open on INSERT 2021-10-19 19:04:05 +09:00
ha_spider.h
Makefile.am
spd_conn.cc
spd_conn.h
spd_copy_tables.cc
spd_copy_tables.h
spd_db_conn.cc
spd_db_conn.h
spd_db_handlersocket.cc
spd_db_handlersocket.h
spd_db_include.cc
spd_db_include.h
spd_db_mysql.cc
spd_db_mysql.h
spd_db_oracle.cc
spd_db_oracle.h
spd_direct_sql.cc
spd_direct_sql.h
spd_environ.h
spd_err.h
spd_group_by_handler.cc
spd_group_by_handler.h
spd_i_s.cc
spd_include.h
spd_init_query.h
spd_malloc.cc
spd_malloc.h
spd_param.cc
spd_param.h
spd_ping_table.cc
spd_ping_table.h
spd_sys_table.cc
spd_sys_table.h
spd_table.cc
spd_table.h
spd_trx.cc
spd_trx.h
spd_udf.cc
spd_udf.def
spd_udf.h
spider.cnf