Standard C++ Foundation

The home of Standard C++ on the web — news, status and discussion about the C++ standard on all compilers and platforms.

  • CppCon 2017: Fuzz or lose…—Kostya Serebryany
    http://isocpp.org/feeder/?FeederAction=clicked&feed=All+Posts&seed=http%3A%2F%2Fisocpp.org%2Fblog%2F2

    Have you registered for CppCon 2018 in September? Early bird registration is open now.

    While we wait for this year’s event, we’re featuring videos of some of the 100+ talks from CppCon 2017 for you to enjoy. Here is today’s feature:

    Fuzz or lose... by Kostya Serebryany (watch on YouTube) (watch on Channel 9)

    Summary of the talk:

    Fuzzing is a family of testing techniques in which test inputs are generated semi-randomly. The memory unsafety of C++ has made fuzzing a popular tool among security researchers. Fuzzing also helps with stability, performance, and equivalence testing; and it’s a great addition to everyone’s CI. Our team has launched OSS-Fuzz, the Google’s continuous fuzzing service for open source software, and a similar service for our internal C++ (...)

    #News,Video&_On-Demand,