mirror of https://github.com/MariaDB/server
Browse Source
Problem: add_collation did not check that cs->number is smaller than the number of elements in the array all_charsets[], so server could crash when loading an Index.xml file with a collation ID greater the number of elements (for example when downgrading from 5.5). Fix: adding a condition to check that cs->number is not out of valid range.pull/374/head
2 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue