diff options
author | Sverker Eriksson <[email protected]> | 2013-11-26 20:25:53 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2013-11-26 20:33:24 +0100 |
commit | a1ce4da11ca0710a166e5048251aa1e128a83695 (patch) | |
tree | 1f365f5ad8cfb24ac788872188149c7323221288 /erts/emulator/beam/module.h | |
parent | 666884a245fd57f04e0a15b0602c46bf271966f0 (diff) | |
download | otp-a1ce4da11ca0710a166e5048251aa1e128a83695.tar.gz otp-a1ce4da11ca0710a166e5048251aa1e128a83695.tar.bz2 otp-a1ce4da11ca0710a166e5048251aa1e128a83695.zip |
erts: Fix invalid read in bitstring comparison
Valgrind complained that erts_cmp_bits sometimes read one byte too much
from bitstrings. The byte was never used and the invalid read is safe
in opt-VM due to padding in binary allocation (CHICKED_PAD).
Diffstat (limited to 'erts/emulator/beam/module.h')
0 files changed, 0 insertions, 0 deletions