Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 490 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 490 Bytes

Over & Underflow Vulnerabilities

Project for Secure Programming & Scripting at SETU

This project was uploaded to github to archive the project.

Feel free to use this code as you wish.

Features

The code gives examples for vulnerable C code and possible fixes for it. The code covers various vulnerabilities of Over & Underflow including:

  • Heap Overflow
  • Integer Over & Underflow
  • Floating Point Overflow

There's also a report regarding the project in this repository.