Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix max stack growth overflow #219

Merged
merged 2 commits into from
Dec 3, 2019
Merged

Conversation

chfast
Copy link
Member

@chfast chfast commented Dec 2, 2019

No description provided.

@codecov-io
Copy link

codecov-io commented Dec 2, 2019

Codecov Report

Merging #219 into master will increase coverage by 0.11%.
The diff coverage is 100%.

@@           Coverage Diff            @@
##           master   #219      +/-   ##
========================================
+ Coverage   99.88%   100%   +0.11%     
========================================
  Files           5      5              
  Lines         848    849       +1     
  Branches      113    113              
========================================
+ Hits          847    849       +2     
+ Misses          1      0       -1

@chfast chfast force-pushed the fix_max_stack_growth_overflow branch from fd3ef03 to 27601a9 Compare December 3, 2019 12:13
@chfast chfast marked this pull request as ready for review December 3, 2019 12:15
@chfast chfast requested review from axic and gumb0 December 3, 2019 12:15
@axic
Copy link
Member

axic commented Dec 3, 2019

What was happening before the change? Overflowed and never returned "stack_overflow" ?

@chfast
Copy link
Member Author

chfast commented Dec 3, 2019

What was happening before the change? Overflowed and never returned "stack_overflow" ?

The stack overflow is not detected, but program crashes after accessing an out-of-bound stack item.

@chfast chfast merged commit 6d4fe39 into master Dec 3, 2019
@chfast chfast deleted the fix_max_stack_growth_overflow branch December 3, 2019 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants