f962573 kdb-mspac: Fix out of bounds memset

1 file Authored by simo 10 years ago, Committed by pviktori 10 years ago,
    kdb-mspac: Fix out of bounds memset
    
    This memset was harmless as the following data is then set again, but an
    optimizing compiler might conceivably reorder instructions causing issues.
    
    CoverityID: 11909
    
    Fixes:
    https://fedorahosted.org/freeipa/ticket/3883