This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/5864] New: Dwfl.cxx wfl_frysk_proc_find_elf does not deal with relative paths


It makes character [0] check:

   if (module_name[0] == '/')

to test if the module is a file. If not, it assumes it is an in memory image.
While it might be correct to only expect an absolute path name, there should
still be more robust error condition reporting in this area.

-- 
           Summary: Dwfl.cxx wfl_frysk_proc_find_elf does not deal with
                    relative paths
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: pmuldoon at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=5864

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]