[cairo-bugs] [Bug 93152] New: use-after-free in test code
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Nov 28 15:37:33 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=93152
Bug ID: 93152
Summary: use-after-free in test code
Product: cairo
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: general
Assignee: chris at chris-wilson.co.uk
Reporter: hvtaifwkbgefbaei at gmail.com
QA Contact: cairo-bugs at cairographics.org
test/pdf-mime-data.c:preamble()
free (filename);
cairo_test_log (ctx, "Failed to create pdf surface for file %s: %s\n",
filename, cairo_status_to_string (status));
test/png.c:preamble()
free (filename);
if (status) {
cairo_test_log (ctx, "Error reading '%s': %s\n",
filename, cairo_status_to_string (status));
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20151128/0f7b1f35/attachment.html>
More information about the cairo-bugs
mailing list