3e9fa7a Bug 690882 - (cov#10703) Incorrect sizeof use in vattr code

Authored and Committed by nkinder 13 years ago
    Bug 690882 - (cov#10703) Incorrect sizeof use in vattr code
    
    We are using sizeof() incorrectly when allocating memory for an
    array of integers.  We are currently getting the sizeof a pointer
    to an int instead of the size of an int itself.
    
        
file modified
+1 -1