DescriptionUnwind PDFObject destructor calls into heap instead of stack. Notice: the order of the destructors called is not preserved, but by using refcounting we were not in control anyway. This change does not unwind all classes that inherit PDFObject, but only the ones that we absolutely must in order to avoid stack overflow during normal executions. If the issue appears again we can make this change in other classes too.
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 1
Patch Set 4 : #
Total comments: 8
Patch Set 5 : #Patch Set 6 : #
Messages
Total messages: 6 (0 generated)
|