diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-11-08 11:52:26 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-11-08 11:52:26 -0300 |
commit | d28265256110a0c5437247d443ddedc2a7aab116 (patch) | |
tree | e1aacb5eaa1ef67127aa8206e85eee32d36697be /lapi.c | |
parent | 58216600eba27d472de33dbb89e2f3e629bf8a59 (diff) | |
download | lua-d28265256110a0c5437247d443ddedc2a7aab116.tar.gz lua-d28265256110a0c5437247d443ddedc2a7aab116.tar.bz2 lua-d28265256110a0c5437247d443ddedc2a7aab116.zip |
Bug when growing a stack
When a stack grows, its extra area can be in use, and it becomes part
of the common area. So, the extra area must be kept correct all the
times. (Bug introduced by commit 5aa36e894f5.)
Diffstat (limited to 'lapi.c')
0 files changed, 0 insertions, 0 deletions