aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process.c
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-07-19 11:46:23 +0200
committerJohn Högberg <[email protected]>2018-09-13 09:02:30 +0200
commitffa54a25e1cc9c6d0b93dcd3a84ae9c8962ff7ec (patch)
tree6b9887aa139fd55267d30108fb893116b654d63b /erts/emulator/beam/erl_process.c
parent72a9c61b043dd12b6871248b6b353b333b1bc30b (diff)
downloadotp-ffa54a25e1cc9c6d0b93dcd3a84ae9c8962ff7ec.tar.gz
otp-ffa54a25e1cc9c6d0b93dcd3a84ae9c8962ff7ec.tar.bz2
otp-ffa54a25e1cc9c6d0b93dcd3a84ae9c8962ff7ec.zip
Fix unsafe use of lists:reverse/1
We said reverse/2 but used reverse/1 which is unsafe to use in preloaded modules. This didn't have any effect in practice as the affected functions weren't used before the code server was started, but it's still an error.
Diffstat (limited to 'erts/emulator/beam/erl_process.c')
0 files changed, 0 insertions, 0 deletions