diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-08-12 11:13:47 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-08-12 11:13:47 -0300 |
commit | 6d763a250090e94b7cca0b971aac54b5c468cc18 (patch) | |
tree | a63e2ed0b4430c24be68156b5472d24fa9319b2c /all | |
parent | b5bc89846721375fe30772eb8c5ab2786f362bf9 (diff) | |
download | lua-6d763a250090e94b7cca0b971aac54b5c468cc18.tar.gz lua-6d763a250090e94b7cca0b971aac54b5c468cc18.tar.bz2 lua-6d763a250090e94b7cca0b971aac54b5c468cc18.zip |
'realloc' can fail when shrinking a block
According to ISO C, 'realloc' can fail when shrinking a block. If that
happens, 'l_alloc' simply ignores the fail and returns the original
block.
Diffstat (limited to 'all')
0 files changed, 0 insertions, 0 deletions