cc435b8 Ticket #48203 - Fix coverity issues - 07/14/2015

Authored and Committed by nhosoi 8 years ago
    Ticket #48203 - Fix coverity issues - 07/14/2015
    
    Description: Overrunning array "mctx.negativeErrors" of 19 4-byte
    elements at element index 122 (byte offset 488) using index "abs(err)"
    (which evaluates to 122).
    
    Commit 71be5faaa478593bb056887410ca8e48e05b2fe4 to fix Ticket #47799
    introduced this problem.  The error count checking has to be done per
    error.
    
    https://fedorahosted.org/389/ticket/48203
    
    Reviewed by rmeggins@redhat.com (Thank you, Rich!)