diff options
author | John Högberg <[email protected]> | 2018-07-19 11:46:23 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2018-09-13 09:02:30 +0200 |
commit | ffa54a25e1cc9c6d0b93dcd3a84ae9c8962ff7ec (patch) | |
tree | 6b9887aa139fd55267d30108fb893116b654d63b /erts/emulator/beam/packet_parser.h | |
parent | 72a9c61b043dd12b6871248b6b353b333b1bc30b (diff) | |
download | otp-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/packet_parser.h')
0 files changed, 0 insertions, 0 deletions