Bug 36416 - libtpcmisc-1.4.8-alt2_17 exports functions defined in libc
Summary: libtpcmisc-1.4.8-alt2_17 exports functions defined in libc
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: libtpcmisc (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-26 04:34 MSK by Dmitry V. Levin
Modified: 2019-03-26 04:34 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.