Skip to content

Fix stack overflow in PostScriptFunction::parseCode

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

By using a pointer instead of a variable things are on the heap.

Fixes issue #1381 (closed)

Merge request reports