c82c134 Bug 702705 - (cov#10830) NULL pointer dereference in htmladmin

Authored and Committed by nkinder 13 years ago
    Bug 702705 - (cov#10830) NULL pointer dereference in htmladmin
    
    If malloc() or realloc() fails, we could end up dereferencing a NULL
    pointer. We should check to see if memory was successfully allocated
    before dereferencing it.
    
        
file modified
+45 -14