Bug 3371

Summary: If a map filename in /proc/$$/maps has a space in it, MapsBuilder will fail
Product: frysk Reporter: Phil Muldoon <pmuldoon>
Component: generalAssignee: Phil Muldoon <pmuldoon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2243    

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.