Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | erl_call: remove get_hostent | Michael Santos | 2010-10-06 | 1 | -29/+2 | |
| | | | | | | | | | 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 | |||||
* | erl_call: fix multiple buffer overflows | Michael Santos | 2010-09-08 | 1 | -39/+95 | |
| | | | | | | | 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 | |||||
* | Fix compiler warnings in erl_interface | Björn-Egil Dahlberg | 2010-07-27 | 1 | -1/+2 | |
| | | | | | - Removed unused variable in ei_decode_term.c - Fixed faulty deallocation | |||||
* | The R13B03 release.OTP_R13B03 | Erlang/OTP | 2009-11-20 | 5 | -0/+2240 | |