Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 325228 Details for
Bug 436518
<app-misc/mc-4.8.7: arbitrary execution of programs due to unquoted environment variables (CVE-2012-4463)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mc-quoted-ext-variables.patch
mc-quoted-ext-variables.patch (text/plain), 869 bytes, created by
Paul Hartman
on 2012-09-28 16:40:42 UTC
(
hide
)
Description:
mc-quoted-ext-variables.patch
Filename:
MIME Type:
Creator:
Paul Hartman
Created:
2012-09-28 16:40:42 UTC
Size:
869 bytes
patch
obsolete
>diff -crB '--exclude=.svn' mc-4.8.6/src/filemanager/ext.c mc-4.8.6-quoted/src/filemanager/ext.c >*** mc-4.8.6/src/filemanager/ext.c Tue Sep 11 03:02:21 2012 >--- mc-4.8.6-quoted/src/filemanager/ext.c Fri Sep 28 10:24:26 2012 >*************** >*** 178,184 **** > if (text != NULL) > { > g_string_append_printf (export_vars_string, >! "%s=%s\nexport %s\n", export_variables[i].name, text, > export_variables[i].name); > g_free (text); > } >--- 178,184 ---- > if (text != NULL) > { > g_string_append_printf (export_vars_string, >! "%s=\"%s\"\nexport %s\n", export_variables[i].name, text, > export_variables[i].name); > g_free (text); > }
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 436518
: 325228