Bug 1457755 - inn: Do not interpose reallocarray in libinn.so.4.0.0
Summary: inn: Do not interpose reallocarray in libinn.so.4.0.0
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: inn
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dominik 'Rathann' Mierzejewski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: Fedora27GlibcInterpositionTracker
TreeView+ depends on / blocked
 
Reported: 2017-06-01 09:08 UTC by Florian Weimer
Modified: 2017-06-09 14:53 UTC (History)
3 users (show)

Fixed In Version: 2.6.1-6.fc27
Clone Of:
Environment:
Last Closed: 2017-06-09 14:53:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Florian Weimer 2017-06-01 09:08:19 UTC
libinn.so.4.0.0 defines the reallocarray symbol, which is also provided by glibc.  Please use the function from glibc, rather than supplying your own.  A simple recompile against current rawhide might be sufficient, depending on the autoconf logic in the package.

Comment 1 Dominik 'Rathann' Mierzejewski 2017-06-09 14:53:04 UTC
This is fixed in rawhide after latest rebuild (for perl 5.26). Logs (https://kojipkgs.fedoraproject.org//packages/inn/2.6.1/6.fc27/data/logs/x86_64/build.log) show this:
[...]
checking for reallocarray... yes
[...]
and the library doesn't contain the symbol anymore:

$ objdump -T libinn.so.4.0.0 |grep reallocarray
0000000000000000      DF *UND*	0000000000000000  GLIBC_2.26  reallocarray
000000000001acf0 g    DF .text	0000000000000084  Base        x_reallocarray


Note You need to log in before you can comment on or make changes to this bug.