• Tomoyuki Sahara's avatar
    struct sockaddr_un can be truncated. · 5013d2b2
    Tomoyuki Sahara authored
    When we have "struct sockaddr_un *s_un", we could not assume *s_un
    points to a memory region which size is at least sizeof(*s_un).
    Even worse, it may be shorter than sizeof(struct sockaddr) on some
    systems.
    5013d2b2
socket.c 27.1 KB