
Due to the current linker command line ordering, parts of lib(min)c that are used exclusively by libmagic end up not being instrumented, which then causes problems transferring pointers such as _ctype_tab_ and _tolower_tab_. As a temporary workaround, we redefine the macros that use those pointers. A better long-term solution should eventually render this patch obsolete. Change-Id: Ice1d125ff6fb2f65ac6dcc6cf6eec7cd6176bee1
…
Description
Languages
C
78.2%
Roff
10.2%
Assembly
4.6%
Shell
3.7%
Makefile
1.6%
Other
1.2%