diff options
Diffstat (limited to 'unzcrash.c')
-rw-r--r-- | unzcrash.c | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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" |