Bug 36417

Summary: perl-Prima-1.54-alt1 exports functions defined in libc
Product: Sisyphus Reporter: Dmitry V. Levin <ldv>
Component: perl-PrimaAssignee: viy <viy>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: viy
Version: unstable   
Hardware: all   
OS: Linux   

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.