21-01-2016, 05:22 AM
I've similar rule 5-2-7 non-compliant. Does anyone know how to get around this?
struct sockaddr_in address = sockaddr_from(bind_port);
const int32_t output = bind(sock_fd, reinterpret_cast(&address), sizeof(address));
struct sockaddr_in address = sockaddr_from(bind_port);
const int32_t output = bind(sock_fd, reinterpret_cast(&address), sizeof(address));
<t></t>