Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 93307 Details for
Bug 141563
games-strategy/freeciv DoS issue
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Part A of Advisory
2.0.8-141563-A.patch (text/plain), 558 bytes, created by
David Turner
on 2006-08-02 18:34:50 UTC
(
hide
)
Description:
Patch for Part A of Advisory
Filename:
MIME Type:
Creator:
David Turner
Created:
2006-08-02 18:34:50 UTC
Size:
558 bytes
patch
obsolete
>--- common/packets.c.old 2006-08-03 01:46:33.000000000 +0100 >+++ common/packets.c 2006-08-03 02:00:58.000000000 +0100 >@@ -577,8 +577,10 @@ > chunk->total_length, chunk->chunk_length); > > if (chunk->total_length < 0 >+ || chunk->chunk_length < 0 > || chunk->total_length >= MAX_ATTRIBUTE_BLOCK > || chunk->offset < 0 >+ || chunk->offset > chunk->total_length > || chunk->offset + chunk->chunk_length > chunk->total_length > || (chunk->offset != 0 > && chunk->total_length != pplayer->attribute_block_buffer.length)) {
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 141563
: 93307 |
93308
|
93309