Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |