Fix possible panic (#17694)
- The code will get the first and second character `link[{0,1]]`. However in a rare case the `link` could have 1 character and thus the `link[1]` will create a panic.tokarchuk/v1.17
parent
d1f5584039
commit
257b7171c3
Loading…
Reference in new issue