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
Given blahblah="""abc\ """, this package (e0af6a2) doesn't return an error for an invalid escape sequence at the end of the string. However, adding any character after the space (ie. blahblah="""abc\ #""") does trigger the invalid escape sequence detection.
Given
blahblah="""abc\ """
, this package (e0af6a2) doesn't return an error for an invalid escape sequence at the end of the string. However, adding any character after the space (ie.blahblah="""abc\ #"""
) does trigger the invalid escape sequence detection.Reproduce with https://play.golang.org/p/X6k3qaWCxoP
Found while doing differential fuzzing against
github.com/pelletier/go-toml/v2
.The text was updated successfully, but these errors were encountered: