diff options
author | Julian Seward <jseward@acm.org> | 2006-12-20 22:13:13 +0100 |
---|---|---|
committer | Julian Seward <jseward@acm.org> | 2006-12-20 22:13:13 +0100 |
commit | f10a33538e9bab6deb61779b3d8aae168824ef48 (patch) | |
tree | ecd1c2ed553ced58a090e0d8b7b7a20bb7c95c80 /unzcrash.c | |
parent | 4d540bfc95a4b0eefc1d1f388ec33534aaeb3a2f (diff) | |
download | bzip2-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.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" |