• Robert Love's avatar
    [PATCH] net/socket.c memory leak fix · 7ae28d31
    Robert Love authored
    The always-appreciated Stanford Checker found a memory leak in
    net/socket.c :: sock_fasync.  It was a bit tricky since the memory was
    only conditionally allocated, so must only conditionally be freed.
    7ae28d31
socket.c 39.7 KB