Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 357998 Details for
Bug 483670
dev-perl/Crypt-DES-2.50.0 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Crypt-DES fix for deprecated SvUPGRADE() logic
Crypt-DES-2.50.0.patch (text/plain), 368 bytes, created by
Blu3
on 2013-09-06 02:25:46 UTC
(
hide
)
Description:
Crypt-DES fix for deprecated SvUPGRADE() logic
Filename:
MIME Type:
Creator:
Blu3
Created:
2013-09-06 02:25:46 UTC
Size:
368 bytes
patch
obsolete
>--- DES.xs.orig 2013-09-05 21:54:43.776392530 -0400 >+++ DES.xs 2013-09-05 21:55:30.029064319 -0400 >@@ -64,8 +64,7 @@ > output = sv_newmortal(); > output_len = 8; > >- if (!SvUPGRADE(output, SVt_PV)) >- croak("cannot use output argument as lvalue"); >+ (void)SvUPGRADE(output, SVt_PV); > > perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, enc_flag); >
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 483670
: 357998