marcotrevisan / mlocate

Forked from mlocate 6 years ago
Clone

9c1c52f locate: take in account inlen value when transliterating string

Authored and Committed by marcotrevisan 6 years ago
1 file changed. 1 lines added. 1 lines removed.
    locate: take in account inlen value when transliterating string
    
    We don't want to pass to iconv a buffer with a size that might
    overflow the actual string length.
    
        
file modified
+1 -1