Package: cryptcat
Version: 20031202-2
Severity: normal
Tags: patch

Attached is the diff for my cryptcat 20031202-2.1 NMU.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise
diff -u cryptcat-20031202/debian/changelog cryptcat-20031202/debian/changelog
--- cryptcat-20031202/debian/changelog
+++ cryptcat-20031202/debian/changelog
@@ -1,3 +1,10 @@
+cryptcat (20031202-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix segfault in listen mode (Closes: #431010)
+
+ -- Paul Wise <[EMAIL PROTECTED]>  Sun, 25 Nov 2007 18:56:00 +0930
+
 cryptcat (20031202-2) unstable; urgency=low
 
   * Rebuilt source dir to provide diff
diff -u cryptcat-20031202/debian/patches/00list cryptcat-20031202/debian/patches/00list
--- cryptcat-20031202/debian/patches/00list
+++ cryptcat-20031202/debian/patches/00list
@@ -1,0 +2 @@
+02_fix_listen_mode_segfault
only in patch2:
unchanged:
--- cryptcat-20031202.orig/debian/patches/02_fix_listen_mode_segfault
+++ cryptcat-20031202/debian/patches/02_fix_listen_mode_segfault
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_fix_listen_mode_segfault by Niek Linnenbank <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix segfault in listen mode (Closes: #431010)
+
[EMAIL PROTECTED]@
+diff -urNad cryptcat-20031202~/farm9crypt.cc cryptcat-20031202/farm9crypt.cc
+--- cryptcat-20031202~/farm9crypt.cc	2003-12-03 09:17:58.000000000 +0930
++++ cryptcat-20031202/farm9crypt.cc	2007-11-25 18:33:28.000000000 +0930
+@@ -104,8 +104,8 @@
+  *
+  *  Parameters same as "recv"
+  */
+-static char outBuffer[8193];
+-static char inBuffer[8193];
++static char outBuffer[8193 + 32];
++static char inBuffer[8193 + 32];
+ 
+ extern "C" int farm9crypt_read( int sockfd, char* buf, int size ) {
+ 	int total = 0;

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to