You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem occurred because function tSpecialTagEnd made the assumption that a conversion to lowercase kept the size of the string unchanged, which is wrong. The original string was sliced based on an index calculated from the lowercase string, resulting in the error.
The following program crashes with panic:
on commit ccc76db
The text was updated successfully, but these errors were encountered: