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
I don't see anything suspicious there. As mentioned in #274, valgrind is known for giving false positives in Rust programs. That doesn't mean it's always wrong, but please do more investigation first. Consider, for example, that the regex crate is tested with Miri.
Also, please provide textual reproductions in the future. When you provide a screenshot, you're asking others to re-type everything shown in the image.......
Hello guys,
When running a simple single line program I get a valgrind error:
I saw very similar issue here, but I'm not sure it's the same case: #274
Can you look at it?
Crate version: Latest (1.10.5)
The text was updated successfully, but these errors were encountered: