Bug 3371 - If a map filename in /proc/$$/maps has a space in it, MapsBuilder will fail
Summary: If a map filename in /proc/$$/maps has a space in it, MapsBuilder will fail
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 2243
  Show dependency treegraph
 
Reported: 2006-10-16 21:18 UTC by Phil Muldoon
Modified: 2006-10-16 21:23 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Muldoon 2006-10-16 21:18:10 UTC
Currently if the filename has a space in that entry, then the MapsBuilder will
fail as it uses space to find the end of the filename.
Comment 1 Phil Muldoon 2006-10-16 21:22:28 UTC
2006-10-16  Phil Muldoon  <pmuldoon@redhat.com>

        * cni/MapsBuilder.cxx (construct): Don't terminate end of map line
        as a space, instead use \n.
Comment 2 Phil Muldoon 2006-10-16 21:23:06 UTC
Fixed with above changelog.