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
If the text starts with an Add then the subtraction will underflow, thus panicking in debug mode. It will work properly in release mode. I can't patch this for a bit (I'm super busy rn), but the simple fix is just to wrapping subtract. If you send me a PR to fix it I'll pull it and push a new version sooner than I'd get to it otherwise.
I think that there are scenarios where this subtraction can underflow and panic:
The line is here:
colored-diff/src/lib.rs
Line 75 in 42ba173
I'm sorry for not providing a good reproduction case, I got a crash but couldn't stop to come up with a minimal reproduction
The text was updated successfully, but these errors were encountered: