Bug 2160077
Summary: | perl-Prima-1.67-1.fc38 FTBFS: t/Image/Transform.t aborts | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
Component: | perl-Prima | Assignee: | Petr Pisar <ppisar> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | lkundrak, perl-devel, ppisar, sipoyare |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://koschei.fedoraproject.org/package/perl-Prima?collection=f38 | ||
Whiteboard: | |||
Fixed In Version: | perl-Prima-1.67-2.fc38 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-01-16 13:10:52 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2160682 | ||
Bug Blocks: | 2117176, 2158232 |
Description
Petr Pisar
2023-01-11 13:43:53 UTC
Valgrind reports: ==28039== Memcheck, a memory error detector ==28039== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==28039== Using Valgrind-3.20.0 and LibVEX; rerun with -h for copyright info ==28039== Command: perl -Iblib/lib -Iblib/arch t/test.t ==28039== ==28039== Source and destination overlap in memcpy_chk(0x1ffeffd594, 0x1ffeffd5a0, 24) ==28039== at 0x484C332: __memcpy_chk (vg_replace_strmem.c:1741) ==28039== by 0x5735CFB: UnknownInlinedFun (string_fortified.h:36) ==28039== by 0x5735CFB: img_2d_transform (rotate.c:1171) ==28039== by 0x56DCCCA: Image_transform (conv.c:961) ==28039== by 0x566EDD2: template_xs_Bool_Handle_HVPtr (thunks.tinc:3759) ==28039== by 0x497BECF: Perl_pp_entersub (pp_hot.c:5352) ==28039== by 0x496D84F: Perl_runops_standard (run.c:41) ==28039== by 0x48DDFA0: UnknownInlinedFun (perl.c:2721) ==28039== by 0x48DDFA0: perl_run (perl.c:2644) ==28039== by 0x109349: main (perlmain.c:110) ==28039== **28039** *** memcpy_chk: buffer overflow detected ***: program terminated ==28039== at 0x48470AC: VALGRIND_PRINTF_BACKTRACE (valgrind.h:6815) ==28039== by 0x484C3BC: __memcpy_chk (vg_replace_strmem.c:1741) ==28039== by 0x5735CFB: UnknownInlinedFun (string_fortified.h:36) ==28039== by 0x5735CFB: img_2d_transform (rotate.c:1171) ==28039== by 0x56DCCCA: Image_transform (conv.c:961) ==28039== by 0x566EDD2: template_xs_Bool_Handle_HVPtr (thunks.tinc:3759) ==28039== by 0x497BECF: Perl_pp_entersub (pp_hot.c:5352) ==28039== by 0x496D84F: Perl_runops_standard (run.c:41) ==28039== by 0x48DDFA0: UnknownInlinedFun (perl.c:2721) ==28039== by 0x48DDFA0: perl_run (perl.c:2644) ==28039== by 0x109349: main (perlmain.c:110) This is probably triggered by upgrading redhat-rpm-config from 235-1.fc38 to 239-1.fc38: * Tue Jan 03 2023 Siddhesh Poyarekar <siddhesh> - 237-1 - Make _FORTIFY_SOURCE configurable and bump default to 3. I've posted a PR to fix this in Prima: https://github.com/dk/Prima/pull/79 Thanks. I applied the fix in Fedora. |