Opened on 04/13/18 at 03:05:53
Closed on 04/13/18 at 03:10:08
#3392 closed defect (fixed)
infinite loop in RSB's path when a prefix path is not writable
Reported by: | Chris Johns | Owned by: | Chris Johns |
---|---|---|---|
Priority: | normal | Milestone: | 5.1 |
Component: | tool/rsb | Version: | 5 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The code gets the dirname()
of the path stepping up until there is no path however dirname('/')
is /
so the path never has a length of 0
.
Change History (2)
comment:1 Changed on 04/13/18 at 03:06:15 by Chris Johns
Component: | admin → tool/rsb |
---|---|
Owner: | set to Chris Johns |
Status: | new → accepted |
comment:2 Changed on 04/13/18 at 03:10:08 by Chris Johns <chrisj@…>
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
In cabaff8/rtems-source-builder: