rswier / c4

C in four functions
GNU General Public License v2.0
9.72k stars 1.43k forks source link

Avoid undefined behavior - bp is initialized when setting up the stack #32

Closed nubok closed 7 years ago

nubok commented 7 years ago

Concerning pull request https://github.com/rswier/c4/pull/31#issuecomment-323842643

This change implements the solution to the "undefined behavior problem" in the way that @rswier considered the best approach.