Sanitizers Tutorial

789806
9/14/2023

Introduction

Four versions of simple Fibonacci number list generator source code with errors for tutorial.

Available Downloads

  • Size: 2.2 KB
  • SHA1: DFE6BB593286914DF4A2F27106D934B8EE65C701
  • Size: 5.4 KB
  • SHA1: 632D16E9A5C708DE261F4B37F62B44C826E3BF46

Detailed Description

Provides four versions of simple Fibonacci number list generator source code with errors for tutorial.

  • V1: Out-of-Bounds Memory Address Error
  • V2: Signed Integer Overflow
  • V3: Uninitialized Memory
  • V4: All fixed