Bug 36417 - perl-Prima-1.54-alt1 exports functions defined in libc
Summary: perl-Prima-1.54-alt1 exports functions defined in libc
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: perl-Prima (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: viy
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-26 04:38 MSK by Dmitry V. Levin
Modified: 2019-03-26 04:38 MSK (History)
1 user (show)

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:38:16 MSK
$ LC_ALL=C comm -12 <(provided_symbols /lib64/libc.so.6) \
<(provided_symbols /usr/lib64/perl5/auto/Prima/Prima.so)
bzero
memmem
snprintf
strcasestr

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