mariadb/plugin
Alexander Barkov 6216a2dfa2 MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in type 'int' in strings/dtoa.c
Fixing a few problems relealed by UBSAN in type_float.test

- multiplication overflow in dtoa.c

- uninitialized Field::geom_type (and Field::srid as well)

- Wrong call-back function types used in combination with SHOW_FUNC.
  Changes in the mysql_show_var_func data type definition were not
  properly addressed all around the code by the following commits:
    b4ff64568c
    18feb62fee
    0ee879ff8a

  Adding a helper SHOW_FUNC_ENTRY() function and replacing
  all mysql_show_var_func declarations using SHOW_FUNC
  to SHOW_FUNC_ENTRY, to catch mysql_show_var_func in the future
  at compilation time.
2022-11-17 17:51:01 +04:00
..
audit_null Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
auth_dialog
auth_ed25519 MDEV-25641 max_password_errors not working with ed25519 auth plugin 2021-05-22 21:56:51 +02:00
auth_examples Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
auth_gssapi Merge 10.2 into 10.3 2021-11-29 10:33:06 +02:00
auth_pam Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
auth_pipe
auth_socket
aws_key_management Merge 10.2 into 10.3 2021-07-22 18:57:54 +03:00
cracklib_password_check Cleanup the alloca.h header handling to further reduce hardcoded OS lists (#2289) 2022-10-16 18:44:51 +01:00
daemon_example
debug_key_management
disks MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
example_key_management
feedback Merge 10.2 into 10.3 2021-09-29 15:04:20 +03:00
file_key_management MDEV-25343 Error log message not helpful when filekey is too long 2022-10-21 15:54:17 +11:00
fulltext
handler_socket MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in type 'int' in strings/dtoa.c 2022-11-17 17:51:01 +04:00
locale_info
metadata_lock_info Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
qc_info
query_response_time MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
server_audit MDEV-28429 audit plugin report OOOOO. 2022-04-28 11:28:49 +04:00
simple_password_check MDEV-26647 (simple_password_check) Include password validation plugin information in the error message if the SQL statement is not satisfied password policy 2022-07-27 16:04:20 +02:00
sql_errlog
user_variables MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
userstat Merge 10.2 into 10.3 2021-04-09 14:32:06 +03:00
versioning Adding a "const" qualifier to arguments of create_func(), create_native() etc 2022-04-04 09:50:32 +04:00
win_auth_client Merge 10.2 into 10.3 2021-07-22 18:57:54 +03:00
wsrep_info wsrep suite isn't run by default, wsrep_info shouldn't either 2022-09-26 15:01:36 +02:00