Opened 16 years ago
Closed 16 years ago
#2806 closed bug (fixed)
get_nth_symbol in runtime loader returns duplicated entries
Reported by: | romain | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/runtime_loader | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Release: 27878
The function get_nth_symbol in the runtime loader returns the same values several times, and ommits some other. This seems to come from the hash entries that are not get correctly.
enclosed is a patch against src/system/runtime_loader/elf.cpp.
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | 20081006-nth_symbol.diff added |
---|
comment:1 by , 16 years ago
Status: | new → assigned |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Absolutely correct, those are the best bug reports :-) Thanks for the patch! Applied in hrev27896.