Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-23 | ei: prevent overflow in ei_connect_init/ei_xconnect | Michael 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-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |