cs-pub-ro / operating-systems

Teaching resources (OER) for Operating Systems
https://cs-pub-ro.github.io/operating-systems/
Other
7 stars 52 forks source link

chapters/data/memory-security: Fix "Bypassing the Stack Protector" Task #125

Closed mariapana closed 1 week ago

mariapana commented 1 week ago

Remove -fno-stack-protector option from Makefile in order to include the stack canary to be bypassed.

Prerequisite Checklist

Description of changes