Your message dated Thu, 21 Aug 2008 22:18:40 +0200
with message-id <[EMAIL PROTECTED]>
and subject line NMU acknowledged.
has caused the Debian Bug report #452795,
regarding cryptcat: diff for NMU version 20031202-2.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
452795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452795
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
The patch is fine. Thank you!


--- End Message ---

Reply via email to