abbra / slapi-nis

Forked from slapi-nis 6 years ago
Clone

32e74ad Fix some uninitialized-jump warnings

Authored and Committed by nalin 11 years ago
    Fix some uninitialized-jump warnings
    
    Clear buffers that we encode data into before encoding them, to avoid
    valgrind warnings that their contents are used before they're written
    to.
    
        
file modified
+3 -1
file modified
+2 -0