On 11/11/2015 05:15 PM, Dimitry Sibiryakov wrote: > Hello, All. > > Check me, please: in CryptoManager::encrypt() I see line > > > from->pag_flags |= Ods::crypted_page; > > But AFAIU, content of "from" page is not encrypted, so if this page is > used anywhere > later, an attempt to decrypt unencrypted data will result in garbage. > Am I wrong?
You are wrong. That flag means here 'page must be encrypted when written to the disk'. (That fixed 4990, btw) ------------------------------------------------------------------------------ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
