xDL v2.1.1 #19
caikelun
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bugs fixed
Fixed the bug of incorrect symbol name matching in
xdl_dsym()
.This bug could cause
xdl_dsym()
to return the wrong address when.symtab
contains symbol names with the same prefix. For example: querying the address ofabcdef
, but incorrectly returning the address ofabcde
.This bug only exists in
2.1.0
version.Bugs 修复
修复
xdl_dsym()
符号名匹配错误的 bug。当
.symtab
中含有相同前缀的符号名时,这个 bug 可能会导致xdl_dsym()
返回错误的地址。比如:查询abcdef
的地址,但是错误的返回了abcde
的地址。这个 bug 只存在于
2.1.0
版本中。This discussion was created from the release xDL v2.1.1.
Beta Was this translation helpful? Give feedback.
All reactions