Skip to content

Initialize BaseCryptStream::nextCharBuff on construction

Albert Astals Cid requested to merge aacid/poppler:init_next_char_buff into master

Otherwise if we construct a DecryptStream and next we call lookupChar it would use un-initialized memory

Merge request reports