mirror of https://git.musl-libc.org/git/musl
Browse Source
the early-exit condition for the symbol match loop on exact matches caused dladdr to produce the first match for an exact match, but the last match for an inexact match. in the interest of consistency, require a strictly-closer match to replace an already-found one.master
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue