Package: lksctp-tools
Version: 1.0.11+dfsg-1
Severity: important
Tags: patch


withsctp breaks quoted command line arguments.

Trivial example:

  $ withsctp echo "a  b  c"
  a b c

This is really bad with sshd:

  $ withsctp /usr/sbin/sshd -D -e -o "Port 4560"
  command-line line 0: missing port number.

Patch included. Apply with patch -p0

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35.7 (SMP w/8 CPU cores)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lksctp-tools depends on:
ii  libc6                      2.11.2-6      Embedded GNU C Library: Shared lib
ii  libsctp1                   1.0.11+dfsg-1 user-space access to Linux Kernel 

lksctp-tools recommends no packages.

lksctp-tools suggests no packages.

-- no debconf information
--- src/withsctp/withsctp.in    2009-10-24 03:49:15.000000000 +0300
+++ src/withsctp/withsctp_new.in        2010-12-08 14:23:22.639486576 +0200
@@ -9,4 +9,4 @@
     exit 1;
 fi
 
-exec $*
+exec "$@"

Reply via email to