Skip to content
  • Mats Kindahl's avatar
    753d8175
    Bug #58455 · 753d8175
    Mats Kindahl authored
    Starting mysqld with defaults file without
    extension cause segmentation fault
    
    Bug occurs because fn_expand calls fn_format
    with NULL as ext.
    
    Patch solve this problem by using an empty
    string as extension, and adding assertions
    to fn_format that correct arguments are passed.
    
    It also add a test tests several variations of
    using non-existing defaults files.
    753d8175
    Bug #58455
    Mats Kindahl authored
    Starting mysqld with defaults file without
    extension cause segmentation fault
    
    Bug occurs because fn_expand calls fn_format
    with NULL as ext.
    
    Patch solve this problem by using an empty
    string as extension, and adding assertions
    to fn_format that correct arguments are passed.
    
    It also add a test tests several variations of
    using non-existing defaults files.
Loading