Bug 67809 - Invalid read/write with valgrind when assigning something twice
Summary: Invalid read/write with valgrind when assigning something twice
Status: RESOLVED FIXED
Alias: None
Product: fontconfig
Classification: Unclassified
Component: library (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Akira TAGOH
QA Contact: Behdad Esfahbod
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-06 04:17 UTC by Akira TAGOH
Modified: 2013-08-06 06:10 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Akira TAGOH 2013-08-06 04:17:40 UTC
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
Comment 1 Akira TAGOH 2013-08-06 06:10:12 UTC
Fixed in d52daa0024a6c0bb160c3b3c7f85d0b031f88c85


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.