From 6e2fb4dc7a369b1f737850e93b6d2001890c01e9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 11 Feb 2012 19:05:41 +0100 Subject: [PATCH] Lizard: Removed comments which are already part of the docs --- ucw/lizard-safe.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ucw/lizard-safe.c b/ucw/lizard-safe.c index 06302619..c8fb9d75 100644 --- a/ucw/lizard-safe.c +++ b/ucw/lizard-safe.c @@ -71,11 +71,6 @@ sigsegv_handler(int signal UNUSED) byte * lizard_decompress_safe(const byte *in, struct lizard_buffer *buf, uns expected_length) - /* Decompresses in into buf, sets *ptr to the data, and returns the - * uncompressed length. If an error has occured, -1 is returned and errno is - * set. The buffer buf is automatically reallocated. SIGSEGV is caught in - * case of buffer-overflow. The function is not re-entrant because of a - * static longjmp handler. */ { uns lock_offset = ALIGN_TO(expected_length + 3, CPU_PAGE_SIZE); // +3 due to the unaligned access if (lock_offset > buf->len) -- 2.39.2