▲ | sirwhinesalot 7 months ago | |||||||
Every study on security vulnerabilities has shown that "just don't screw up bro" doesn't scale. Even if we ignore the absolute clown move of having no bounds checks by default (and std::span doesn't have them at all), it's very easy to get into trouble with anything involving C++ iterators and references. | ||||||||
▲ | moralestapia 7 months ago | parent [-] | |||||||
>Every study on security vulnerabilities has shown that "just don't screw up bro" doesn't scale. Let's see them. | ||||||||
|