| Summary: | [disassembly] Don't resolve files to an inaccessible resource | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Anton Leherbauer <aleherb+eclipse> | ||||
| Component: | cdt-debug | Assignee: | Anton Leherbauer <aleherb+eclipse> | ||||
| Status: | RESOLVED FIXED | QA Contact: | Ken Ryall <ken.ryall> | ||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | cdtdoug, pawel.1.piech | ||||
| Version: | 7.0 | ||||||
| Target Milestone: | 7.0.3 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Fixed in HEAD and cdt_7_0. *** cdt cvs genie on behalf of aleherbau *** Bug 342535 - [disassembly] Don't resolve files to an inaccessible resource [*] DisassemblyPart.java 1.31.2.8 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/DisassemblyPart.java?root=Tools_Project&r1=1.31.2.7&r2=1.31.2.8 [*] DisassemblyPart.java 1.47 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/DisassemblyPart.java?root=Tools_Project&r1=1.46&r2=1.47 |
Created attachment 193024 [details] Check for isAccessible() DisassemblyPart.insertSource() tries to resolve files to resources using ResourceLookup.selectFileForLocation() without testing whether the returned resource is accessible. Attached patch fixes that.