rivo / uniseg

Unicode Text Segmentation, Word Wrapping, and String Width Calculation in Go
MIT License
570 stars 60 forks source link

check the size of properties. #38

Closed shogo82148 closed 11 months ago

shogo82148 commented 12 months ago

propertySearch may overflow if len(properties) >= 1<<31. See also: https://github.com/rivo/uniseg/pull/37