summaryrefslogtreecommitdiffstats
path: root/contrib/bzip2/unzcrash.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-03-28 07:35:07 +0000
committerdelphij <delphij@FreeBSD.org>2007-03-28 07:35:07 +0000
commitc3bc200c292b4fb641c71bb2ce1a4ed0f94a2d96 (patch)
tree30b6b8d9607f5ea13e0735b36da610addd8e2ae6 /contrib/bzip2/unzcrash.c
parente5b7fa1b9f7f3ed1d3bb27b6fae45ad995f86ed8 (diff)
parent38743755054b9b2e511c49d77a6364bc653ac406 (diff)
downloadFreeBSD-src-c3bc200c292b4fb641c71bb2ce1a4ed0f94a2d96.zip
FreeBSD-src-c3bc200c292b4fb641c71bb2ce1a4ed0f94a2d96.tar.gz
This commit was generated by cvs2svn to compensate for changes in r167974,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/bzip2/unzcrash.c')
-rw-r--r--contrib/bzip2/unzcrash.c17
1 files changed, 16 insertions, 1 deletions
diff --git a/contrib/bzip2/unzcrash.c b/contrib/bzip2/unzcrash.c
index f0f17fc..1f08a2ec 100644
--- a/contrib/bzip2/unzcrash.c
+++ b/contrib/bzip2/unzcrash.c
@@ -8,11 +8,26 @@
This should not cause any invalid memory accesses. If it does,
I want to know about it!
- p.s. As you can see from the above description, the process is
+ PS. As you can see from the above description, the process is
incredibly slow. A file of size eg 5KB will cause it to run for
many hours.
*/
+/* ------------------------------------------------------------------
+ This file is part of bzip2/libbzip2, a program and library for
+ lossless, block-sorting data compression.
+
+ bzip2/libbzip2 version 1.0.4 of 20 December 2006
+ Copyright (C) 1996-2006 Julian Seward <jseward@bzip.org>
+
+ Please read the WARNING, DISCLAIMER and PATENTS sections in the
+ README file.
+
+ This program is released under the terms of the license contained
+ in the file LICENSE.
+ ------------------------------------------------------------------ */
+
+
#include <stdio.h>
#include <assert.h>
#include "bzlib.h"
OpenPOWER on IntegriCloud