Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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.
- Loading branch information