Silence a bogus warning about uninitialized m_size
If crypt_block != NULL the entire object crypt_pfx should be guaranteed to be initialized, including m_size, which will have been initialized either in allocate_large(), either directly or via allocate_trace().
Showing
Please register or sign in to comment