diff options
author | Marc Alff <marc.alff@oracle.com> | 2010-11-11 12:34:46 +0100 |
---|---|---|
committer | Marc Alff <marc.alff@oracle.com> | 2010-11-11 12:34:46 +0100 |
commit | 6272025ad408a81f31d3adbb28c8a12bd00d2890 (patch) | |
tree | 369f52d581151ab49de086a255474fbf12b209c0 /mysql-test/include/system_db_struct.inc | |
parent | 2ac02cf36d7db97d4c789e19b73c461bf8591ee9 (diff) | |
download | mariadb-git-6272025ad408a81f31d3adbb28c8a12bd00d2890.tar.gz |
Bug#58003 Segfault on CHECKSUM TABLE performance_schema.EVENTS_WAITS_HISTORY_LONG EXTENDED
This fix is a follow up on the fix for similar issue 56761.
When sanitizing data read from the events_waits_history_long table,
the code needs also to sanitize the schema_name / object_name / file_name pointers,
because such pointers could also hold invalid values.
Checking the string length alone was required but not sufficient.
This fix verifies that:
- the table schema and table name used in table io events
- the file name used in file io events
are valid pointers before dereferencing these pointers.
Diffstat (limited to 'mysql-test/include/system_db_struct.inc')
0 files changed, 0 insertions, 0 deletions