Aussie AI

Safe C++ Research

  • Last Updated 3 January, 2025
  • by David Spuler, Ph.D.

Safe C++

Rust vs C++

Memory Safety

Memory Tagging

Memory tagging, also called pointer tagging, is a method of tagging addresses and pointer variables with extra information in relation to their status and safety.

Runtime Memory Checker Tools

Runtime memory checkers include tools like Valgrind or AddressSanitizer. There is a lot of research theory:

Floating-Point Runtime Error Checkers

Research papers on tools that detect floating-point errors and exceptions at runtime:

Secure C++

Use-After-Free Errors

Research papers on use-after-free vulnerabilities:

Bounds Checking

Research papers on bounds checking:

Safe C++ Blog Articles

See also these articles:

Safe C++ Book



Safe C++: Fixing Memory Safety Issues The new Safe C++ coding book by David Spuler:
  • Memory Safety
  • Rust versus C++
  • The Safe C++ Standard
  • Pragmatic Memory Safety

Get your copy from Amazon: Safe C++: Fixing Memory Safety Issues

More AI Research

Read more about: