Bug#392077: NMU of joe

2006-10-19 Thread Josip Rodin
On Wed, Oct 18, 2006 at 10:02:34PM +0200, Bas Zoetekouw wrote:
   I just uploaded an NMU of joe, to fix #392077.  A diff is attached.
  
  Didn't you notice that I was discussing it with the patch submitter?
  I realize it's NMU season, but there's also that little thing called
  politeness. :(
 
 Sorry, I didn't mean to be impolite.  I guess I didn't notice the dates
 in the bts messages in the entire let's get the release out on time
 rush.  
 Sorry :(

Yes, and an irrelevant rush, because 3.5-1 is already in testing anyway.

-- 
 2. That which causes joy or happiness.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392077: NMU of joe

2006-10-18 Thread Bas Zoetekouw
Hi!

I just uploaded an NMU of joe, to fix #392077.  A diff is attached.

-- 
++
| Bas Zoetekouw  | GPG key: 0644fab7 |
|| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED] |  a2b1 2bae e41f 0644 fab7 |
++ 
diff -Nabur joe-3.5.eerst/debian/changelog joe-3.5/debian/changelog
--- joe-3.5.eerst/debian/changelog  2006-10-18 20:47:04.0 +0200
+++ joe-3.5/debian/changelog2006-10-18 20:48:57.413921050 +0200
@@ -1,3 +1,11 @@
+joe (3.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Fix Segfault when using execmd with empty command 
+(closes: #392077)
+
+ -- Bas Zoetekouw [EMAIL PROTECTED]  Wed, 18 Oct 2006 20:47:22 +0200
+
 joe (3.5-1) unstable; urgency=low
 
   * New upstream version.
diff -Nabur joe-3.5.eerst/macro.c joe-3.5/macro.c
--- joe-3.5.eerst/macro.c   2006-07-19 02:19:02.0 +0200
+++ joe-3.5/macro.c 2006-10-18 20:47:18.788621473 +0200
@@ -113,6 +113,12 @@
while (joe_isblank(locale_map,buf[x]))
++x;
 
+   /* If the buffer is only whitespace then treat as unknown command */
+   if (!buf[x]) {
+   *sta = -1;
+   return NULL;
+   }
+
/* Do we have a string? */
if (buf[x] == '\') {
++x;


Bug#392077: NMU of joe

2006-10-18 Thread Josip Rodin
On Wed, Oct 18, 2006 at 08:54:28PM +0200, Bas Zoetekouw wrote:
 I just uploaded an NMU of joe, to fix #392077.  A diff is attached.

Didn't you notice that I was discussing it with the patch submitter?
I realize it's NMU season, but there's also that little thing called
politeness. :(

-- 
 2. That which causes joy or happiness.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#392077: NMU of joe

2006-10-18 Thread Bas Zoetekouw
Hi Josip!

You wrote:

 On Wed, Oct 18, 2006 at 08:54:28PM +0200, Bas Zoetekouw wrote:
  I just uploaded an NMU of joe, to fix #392077.  A diff is attached.
 
 Didn't you notice that I was discussing it with the patch submitter?
 I realize it's NMU season, but there's also that little thing called
 politeness. :(

Sorry, I didn't mean to be impolite.  I guess I didn't notice the dates
in the bts messages in the entire let's get the release out on time
rush.  
Sorry :(

-- 
++
| Bas Zoetekouw  | GPG key: 0644fab7 |
|| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED] |  a2b1 2bae e41f 0644 fab7 |
++ 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]