Regex: badly needs fuzzing
svn.boost.org
Regex: badly needs fuzzing
1–10 of 180 posts
Re: Regex: badly needs fuzzing
#2Re: Regex: badly needs fuzzing
#3Another counterexample to the idea that modern C++ written by experts is free of memory safety issues.
Re: Regex: badly needs fuzzing
#4Another counterexample to the idea that modern C++ written by experts is free of memory safety issues.
Re: Regex: badly needs fuzzing
#5Another counterexample to the idea that modern C++ written by experts is free of memory safety issues.
If the solution doesnt make it any easier to avoid memory issues (just forces you to avoid them,) its not an attractive solution
I mean, I spend most of my time coding searching for bugs, not avoiding them.
Re: Regex: badly needs fuzzing
#6https://webcache.googleusercontent.com/search?q=cache:mVrrFL...
Re: Regex: badly needs fuzzing
#7Re: Regex: badly needs fuzzing
#8Another counterexample to the idea that modern C++ written by experts is free of memory safety issues.
If the solution doesnt make it any easier to avoid memory issues (just forces you to avoid them,) its not an attractive solution
Re: Regex: badly needs fuzzing
#9Any rust lovers out there: Could I ask you do a benchmark comparison and a fuzz comparison. I'd be genuinely interested in the result and if (as you might hope) the Rust::regex is as fast as boost:regex, and never crashes, that would persuade at least me to finally learn some Rust!
Re: Regex: badly needs fuzzing
#10Any rust lovers out there: Could I ask you do a benchmark comparison and a fuzz comparison. I'd be genuinely interested in the result and if (as you might hope) the Rust::regex is as fast as boost:regex, and never crashes, that would persuade at least me to finally learn some Rust!