UBTester

Published:

CLI tool for identifying potential undefined behavior in C and C++ source code.

The project instruments suspicious locations with safer wrappers and helps users surface runtime issues that would otherwise be hard to diagnose.

I developed a safe wrapper for arrays and part of the source-rewriting interface.