Bug 36416

Summary: libtpcmisc-1.4.8-alt2_17 exports functions defined in libc
Product: Sisyphus Reporter: Dmitry V. Levin <ldv>
Component: libtpcmiscAssignee: Nobody's working on this, feel free to take it <nobody>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P3    
Version: unstable   
Hardware: all   
OS: Linux   

Description Dmitry V. Levin 2019-03-26 04:34:39 MSK
$ LC_ALL=C comm -12 <(provided_symbols /lib64/libc.so.6) \
<(provided_symbols /usr/lib64/libtpcmisc.so.0)
fnmatch
strcasecmp
strcasestr
strdup

These functions are defined in libc, nothing else should normally need to use their own bundled copies, let alone export them.