mariadb/cmake
Tor Didriksen 98ed58cad6 Bug#16945503 ADDRESSSANITIZER BUG IN SYS_VARS
Sys_var_keycache inherits from some variant of Sys_var_integer

Instances of Sys_var_keycache are initialized using the KEYCACHE_VAR macro,
which takes an offset within st_key_cache.
However, the Sys_var_integer CTOR treats the offset as if it was within
global_system_variables (hidden within some layers of macros and fuction
pointers)

The result is that we write arbitrary data to arbitrary locations in memory.
This all happens during static initialization of global objects,
i.e. before we have even entered the main() function.


Bug#12325449 TYPO IN CMAKE/DTRACE.CMAKE
Fix typo in dtrace.cmake
2013-06-21 14:18:01 +02:00
..
build_configurations Updated/added copyright headers 2012-02-16 10:48:16 +01:00
os Updated/added copyright headers 2011-06-30 17:46:53 +02:00
abi_check.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
bison.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
cat.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
character_sets.cmake
check_minimal_version.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
cmake_parse_arguments.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
configurable_file_content.in Updated/added copyright headers 2011-06-30 17:46:53 +02:00
configure.pl Updated/added copyright headers 2013-02-26 06:35:17 +01:00
cpack_source_ignore_files.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
create_initial_db.cmake.in Updated/added copyright headers 2013-02-26 06:35:17 +01:00
do_abi_check.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
dtrace.cmake Bug#16945503 ADDRESSSANITIZER BUG IN SYS_VARS 2013-06-21 14:18:01 +02:00
dtrace_prelink.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
info_bin.cmake
info_macros.cmake.in Fix formatting in 'INFO_BIN' on Windows - backport. 2012-10-19 20:31:22 +02:00
info_src.cmake
install_layout.cmake Placement change: 2012-11-07 17:45:02 +01:00
install_macros.cmake Updated/added copyright headers 2012-02-16 10:48:16 +01:00
libutils.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
maintainer.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
make_dist.cmake.in Updated/added copyright headers 2013-02-26 06:35:17 +01:00
merge_archives_unix.cmake.in Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_add_executable.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_version.cmake Updated/added copyright headers 2013-02-26 06:35:17 +01:00
package_name.cmake Bug#11765489 CMAKE BUILD ON MAC OS X DOES NOT DETERMINE CPU TYPE 2013-03-01 13:25:59 +01:00
plugin.cmake Updated/added copyright headers 2013-02-26 06:35:17 +01:00
readline.cmake Updated/added copyright headers 2011-06-30 17:46:53 +02:00
ssl.cmake Updated/added copyright headers 2013-02-26 06:35:17 +01:00
stack_direction.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
tags.cmake
versioninfo.rc.in Updated/added copyright headers 2011-06-30 17:46:53 +02:00
zlib.cmake Bug#14300733 CMAKE DOES NOT CHECK FOR ZLIB VERSION 2013-02-20 11:24:16 +01:00