Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | erl_interface: Changed erlang_char_encoding interface | Sverker Eriksson | |
to allow bitwise-or'd combinations. | |||
2013-01-22 | erl_interface: even more utf8 atom stuff | Sverker Eriksson | |
2013-01-18 | erl_interface: utf8 atoms continued | Sverker Eriksson | |
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-06-07 | ei: integer overflow in string/atom encoding | Michael Santos | |
ei_encode_atom() and ei_encode_string() use strlen() to get the length of the buffer. As strlen() returns an unsigned long long and both ei functions take a signed integer, the length fields may overflow. Check the results of strlen can be held in a signed integer. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |