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.
- Host: GitHub
- URL: https://github.com/aswath2481/firesafe
- Owner: Aswath2481
- Created: 2022-06-02T15:29:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T18:12:31.000Z (about 4 years ago)
- Last Synced: 2025-01-15T06:19:29.314Z (over 1 year ago)
- Topics: cpp, embedded-systems, safety-critical
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).