Skip to content

Releases: StarRocks/clucene

starrocks-2026.04.09: [BugFix] Fix buffer overflow in CJK analyzer (#8)

09 Apr 07:55
a1b6c76

Choose a tag to compare

* When word length reaches LUCENE_MAX_WORD_LEN, truncate the string to avoid buffer overflow.
* Add test case to verify handling of extremely long strings.

Signed-off-by: avalon5666 <avalon5666@163.com>