[Poppler-bugs] [Bug 24575] evince crashed with SIGSEGV in CairoOutputDev::restoreState()

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 25 08:47:58 PST 2009


http://bugs.freedesktop.org/show_bug.cgi?id=24575





--- Comment #9 from Carlos Garcia Campos <carlosgc at gnome.org>  2009-11-25 08:47:57 PST ---
What about just something like this?

-  mask = ms->mask;
-  maskStack = ms->next;
-  delete ms;
+  if (ms) {
+    mask = ms->mask;
+    maskStack = ms->next;
+    delete ms;
+  }

that's what we already do with other stacks. 


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list