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
Thanks for the report. I didn't write this code and I haven't looked through it carefully. You are probably right, but what if the code is modified in the future and length could be unreasonably long? I'm not sure if removing a single always-false comparison is worth it.
jimtcl/jim-format.c
Line 404 in 9784dcf
length should always <= 320, so the length > 10000 comparison will always evaluate to false.
The text was updated successfully, but these errors were encountered: