MDEV-29562 fixup: ASAN global-buffer-overflow
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.
Showing
Please register or sign in to comment