mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 16:55:31 +02:00
"crash on hpita: Invalid address alignment"
Replace dangerous pointer arithmetic - it may occurr where sizeof(int) is
less than size of machine alignment requirement.
include/mysql/plugin.h:
bug34598
change of update func prototype
sql/sql_plugin.cc:
bug34598
Avoid dangerous pointer arithmetic which can cause unaligned word access.
Change of update function prototype
|
||
|---|---|---|
| .. | ||
| plugin.h | ||