Initialize address_len before accept()
accept() could produce unexpected behavior in case the address_len is uninitialized, e.g. return -1 with EINVAL
Showing
Please register or sign in to comment
accept() could produce unexpected behavior in case the address_len is uninitialized, e.g. return -1 with EINVAL
Technounit-GROUP 2023