summaryrefslogtreecommitdiff
path: root/games/freeciv/files/patch-common__packets.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/freeciv/files/patch-common__packets.c')
-rw-r--r--games/freeciv/files/patch-common__packets.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/games/freeciv/files/patch-common__packets.c b/games/freeciv/files/patch-common__packets.c
deleted file mode 100644
index 59f7ed09a072..000000000000
--- a/games/freeciv/files/patch-common__packets.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./common/packets.c.orig Mon Mar 6 06:35:23 2006
-+++ ./common/packets.c Tue Sep 26 11:21:55 2006
-@@ -577,6 +577,7 @@
- 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->chunk_length > chunk->total_length