Bug 10553 - malloc_info produces invalid output
Summary: malloc_info produces invalid output
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Ulrich Drepper
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-24 10:27 UTC by John Sullivan
Modified: 2014-07-01 07:00 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
Trivial fix for malformed malloc_info output (245 bytes, patch)
2009-08-24 10:28 UTC, John Sullivan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Sullivan 2009-08-24 10:27:37 UTC
Spotted in Fedora 11's glibc-2.10.1-4.x86_64, but problem exists in current git
tip too. Use of \n where \" was meant causes broken XML output. Patch supplied.
Comment 1 John Sullivan 2009-08-24 10:28:23 UTC
Created attachment 4146 [details]
Trivial fix for malformed malloc_info output
Comment 2 Ulrich Drepper 2009-10-30 04:51:02 UTC
I applied the patch.