93a24a4 sanlock: fix invalid strcpy in direct dump

Authored and Committed by teigland 3 months ago
1 file changed. 5 lines added. 5 lines removed.
    sanlock: fix invalid strcpy in direct dump
    
    If a lockspace or resource name is the full 48 characters
    in length, then the ondisk name field does not contain a
    terminating null character and strcpy fails.
    
        
file modified
+5 -5