• Marko Mäkelä's avatar
    MDEV-29562 fixup: ASAN global-buffer-overflow · 4493642e
    Marko Mäkelä authored
    ha_spider::create(): Pass the correct length of the argument of the
    CHARSET attribute. The macro STRING_WITH_LEN() is intended to be used
    with NUL terminated string constants only. Here, it would incorrectly
    pass sizeof(char*)-1 as the length.
    4493642e
ha_spider.cc 508 KB