aboutsummaryrefslogtreecommitdiff
path: root/unzcrash.c
diff options
context:
space:
mode:
authorJulian Seward <jseward@acm.org>2006-12-20 22:13:13 +0100
committerJulian Seward <jseward@acm.org>2006-12-20 22:13:13 +0100
commitf10a33538e9bab6deb61779b3d8aae168824ef48 (patch)
treeecd1c2ed553ced58a090e0d8b7b7a20bb7c95c80 /unzcrash.c
parent4d540bfc95a4b0eefc1d1f388ec33534aaeb3a2f (diff)
downloadbzip2-f10a33538e9bab6deb61779b3d8aae168824ef48.tar.gz
bzip2-f10a33538e9bab6deb61779b3d8aae168824ef48.tar.bz2
bzip2-f10a33538e9bab6deb61779b3d8aae168824ef48.zip
bzip2-1.0.4bzip2-1.0.4
Diffstat (limited to 'unzcrash.c')
-rw-r--r--unzcrash.c17
1 files changed, 16 insertions, 1 deletions
diff --git a/unzcrash.c b/unzcrash.c
index f0f17fc..1f08a2e 100644
--- a/unzcrash.c
+++ b/unzcrash.c
@@ -8,11 +8,26 @@
8 This should not cause any invalid memory accesses. If it does, 8 This should not cause any invalid memory accesses. If it does,
9 I want to know about it! 9 I want to know about it!
10 10
11 p.s. As you can see from the above description, the process is 11 PS. As you can see from the above description, the process is
12 incredibly slow. A file of size eg 5KB will cause it to run for 12 incredibly slow. A file of size eg 5KB will cause it to run for
13 many hours. 13 many hours.
14*/ 14*/
15 15
16/* ------------------------------------------------------------------
17 This file is part of bzip2/libbzip2, a program and library for
18 lossless, block-sorting data compression.
19
20 bzip2/libbzip2 version 1.0.4 of 20 December 2006
21 Copyright (C) 1996-2006 Julian Seward <jseward@bzip.org>
22
23 Please read the WARNING, DISCLAIMER and PATENTS sections in the
24 README file.
25
26 This program is released under the terms of the license contained
27 in the file LICENSE.
28 ------------------------------------------------------------------ */
29
30
16#include <stdio.h> 31#include <stdio.h>
17#include <assert.h> 32#include <assert.h>
18#include "bzlib.h" 33#include "bzlib.h"