Age | Commit message (Collapse) | Author |
|
to make the API independent of the actual type of erlang_char_encoding
|
|
|
|
|
|
|
|
get_hostent does not properly handle IPv4 addresses on little endian
platforms and fails with hostnames beginning with a number. Remove
get_hostent and use ei_gethostbyname directly since gethostbyname supports
IPv4 addresses.
Reported-By: Julien Barbot
|
|
Check operations that can overflow, e.g.,
erl_call -sname $(perl -e 'print "x"x5000')
perl -e 'print "-module(", "x"x10000, ");"' | erl_call -m -r -sname foo
|
|
- Removed unused variable in ei_decode_term.c
- Fixed faulty deallocation
|
|
|