Skip to content

QIODeviceOutStream: allocate memory dynamically

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

Instead of using a fixed size array.

I've only seen this being problematic in oss-fuzz created files, but I don't see why an actual file wouldn't create issues here too, so even if this is a bit slower, be on the safe side.

Merge request reports