An open API service indexing awesome lists of open source software.

https://github.com/aswath2481/firesafe

Library to enforce memory safety for mission critical application + few cool tools.
https://github.com/aswath2481/firesafe

cpp embedded-systems safety-critical

Last synced: over 1 year ago
JSON representation

Library to enforce memory safety for mission critical application + few cool tools.

Awesome Lists containing this project

README

          

# fireSafe
This project is a result of developers not being cautious about memory during memory related operations.
Aims to enforce the memory safety during development and safely move run-time bugs to compile-time bugs.

As a perk, this project also has few tools to make the development more easier, ofcourse with memory safety in mind.

The project timeline also includes factoring in the size, performance, time and maintainabilty.
But as of now, we are sticking with memory-saftey (one step at a time).