diff options
author | Simon Cornish <[email protected]> | 2018-08-14 21:43:01 -0700 |
---|---|---|
committer | Simon Cornish <[email protected]> | 2018-08-14 21:43:01 -0700 |
commit | 7f2efcc8cb3f104e6e3a53b18ce559842450b780 (patch) | |
tree | 02949c47990c299c70839455f730b2a0199e3db3 /scripts | |
parent | 3e9d91db52c3be046be13f2a5e6330a1509e30fc (diff) | |
download | otp-7f2efcc8cb3f104e6e3a53b18ce559842450b780.tar.gz otp-7f2efcc8cb3f104e6e3a53b18ce559842450b780.tar.bz2 otp-7f2efcc8cb3f104e6e3a53b18ce559842450b780.zip |
Fixed bug calling erl_compare_ext with terms containing lists
The comparison did not consider the list tail and therefore
would consider the following pairs of terms equal:
{<<1,2,3>>, [901,902], 224} and {<<1,2,3>>, [901,902], 228}
{a|b} and {a|c}
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions