aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/src/epmd
AgeCommit message (Collapse)Author
2010-08-23ei: prevent overflow in ei_connect_init/ei_xconnectMichael Santos
Check the length of the buffer before copying. ei_cnode ec; struct in_addr addr; char *node = (char *)calloc(5001, 1); (void)memset(node, 'x', 5000); ei_connect_init(&ec, node, "", 0); addr.s_addr = inet_addr("192.168.1.1"); ei_xconnect(&ec, &addr, node);
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP