Jonas Devlieghere
  • Home
  • About
  • Talks
  • Github
  • C++
  • LLVM
Subscribe
Tagged

UBSan

A collection of 1 post

Python

Sanitizing C++ Python Modules

Python has great interoperability with C and C++ through extension modules. There are many reasons to do this, such as improving performance, accessing APIs not exposed by the language, or interfacing with libraries written in C or C++. Unlike Python however, C and C++ are not memory safe. Luckily, great

  • Jonas Devlieghere
Jonas Devlieghere Dec 20, 2019 • 4 min read
Jonas Devlieghere © 2022
Powered by Ghost