Silicon Valley Code Camp : October 3rd and 4th 2015

Kostya Serebryany

Google
About Kostya
Konstantin (Kostya) Serebryany is a Software Engineer at Google. His team develops and deploys dynamic testing tools, such as AddressSanitizer and ThreadSanitizer. Prior to joining Google in 2007, Konstantin spent 4 years at Elbrus/MCST working for Sun compiler lab and then 3 years at Intel Compiler Lab. Konstantin holds a PhD from mesi.ru and a Master from msu.ru.
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Fuzzing and Hardening Your C++ Apps for Security and Reliability

    5:00 PM Saturday   Room: VPA-115
    The Sanitizers (AddressSanitizer & friends) allow you to find many stability and security bugs in C++ code, but they are only as good as your tests are. In this talk we will show how to improve your test coverage with guided fuzzing (LLVM libFuzzer) and how to protect your applications in production even if some bugs are still there (LLVM Control Flow Integrity and SafeStack).