1782fdd coverity: Copy into fixed sized buffer

Authored and Committed by fidencio 8 years ago
    coverity: Copy into fixed sized buffer
    
    Coverity says:
    You might overrun the 108 byte fixed-size string "addr.sun_path" by
    copying "unixsock" without checking the lenght.
    Note: This detect has an elevated risk because the source argument is a
    paramenter of the current function.
    
        
file modified
+5 -0