Mageia Bugzilla – Attachment 2086 Details for
Bug 5575
php new security issue CVE-2012-1172
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
php-5.3.10-CVE-2012-1172.diff
php-5.3.10-CVE-2012-1172.diff (text/plain), 299 bytes, created by
David Walser
on 2012-04-23 23:53:57 CEST
(
hide
)
Description:
php-5.3.10-CVE-2012-1172.diff
Filename:
MIME Type:
Creator:
David Walser
Created:
2012-04-23 23:53:57 CEST
Size:
299 bytes
patch
obsolete
>--- main/rfc1867.c~ 2012-01-01 08:15:04.000000000 -0500 >+++ main/rfc1867.c 2012-04-23 17:44:13.656841750 -0400 >@@ -1008,6 +1008,10 @@ > } > tmp++; > } >+ /* Brackets should always be closed */ >+ if(c != 0) { >+ skip_upload = 1; >+ } > } > > total_bytes = cancel_upload = 0;
--- main/rfc1867.c~ 2012-01-01 08:15:04.000000000 -0500 +++ main/rfc1867.c 2012-04-23 17:44:13.656841750 -0400 @@ -1008,6 +1008,10 @@ } tmp++; } + /* Brackets should always be closed */ + if(c != 0) { + skip_upload = 1; + } } total_bytes = cancel_upload = 0;
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 5575
: 2086