26ae48f nss_mc: Add extra checks when dereferencing records

1 file Authored by simo 11 years ago, Committed by jhrozek 11 years ago,
    nss_mc: Add extra checks when dereferencing records
    
    Although it should enver happen that we pass in an invalid hash it
    is always better to just not do anything than access memory ouf of
    the hash table. It can lead to segfaults, or worse referencing
    memory that should not be touched.