[Fontconfig-bugs] [Bug 67809] New: Invalid read/write with valgrind when assigning something twice
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Aug 5 21:17:40 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=67809
Priority: medium
Bug ID: 67809
Assignee: fontconfig-bugs at lists.freedesktop.org
Summary: Invalid read/write with valgrind when assigning
something twice
QA Contact: freedesktop at behdad.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: akira at tagoh.org
Hardware: Other
Status: NEW
Version: unspecified
Component: library
Product: fontconfig
valgrind warns "Invalid read/write size of 8" with the following recipe:
<match>
<test name="family"><string>foo</string></test>
<edit name="family" mode="assign"><string>bar</string></edit>
<edit name="family" mode="assign"><string>baz</string></edit>
</match>
$ valgrind fc-match foo
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20130806/ec7fa4b1/attachment.html>
More information about the Fontconfig-bugs
mailing list