ALT Linux Bugzilla
– Attachment 18213 Details for
Bug 53844
Perl 5 CVE-2024-56406
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч для Perl 5.38.2
fix_CVE-2024-56406.patch (text/plain), 434 bytes, created by
Артём Курашов
on 2025-04-15 03:25:12 MSK
(
hide
)
Description:
Патч для Perl 5.38.2
Filename:
MIME Type:
Creator:
Артём Курашов
Created:
2025-04-15 03:25:12 MSK
Size:
434 bytes
patch
obsolete
>diff -ru perl-5.38.2/doop.c perl-5.38.2_fix/doop.c >--- perl-5.38.2/doop.c 2023-11-28 16:55:12.000000000 +0300 >+++ perl-5.38.2_fix/doop.c 2025-04-14 16:14:46.161888188 +0300 >@@ -442,6 +442,9 @@ > * assume cannot */ > if (! out_is_utf8 && (PL_op->op_private & OPpTRANS_CAN_FORCE_UTF8)) { > inplace = FALSE; >+ if (max_expansion < 2) { >+ max_expansion = 2; >+ } > } > > s = (U8*)SvPV_nomg(sv, len);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 53844
: 18213