fa500d4 Fix a self-test uninitialized memory bug

Authored and Committed by nalin 8 years ago
    Fix a self-test uninitialized memory bug
    
    Fix an uninitialized-array bug in one of the self-test tools, so that we
    don't pass an array that isn't NULL-terminated to a routine that expects
    a NULL-terminated array.
    
        
file modified
+2 -0