Package: cvs
Version: 1:1.12.9-17
Severity: minor

Theere is this code in /usr/sbin/cvs-pserver

    allow_root_opts=""
    OLDIFS="$IFS"
    IFS=':'
    for i in $CVS_PSERV_REPOS; do
            IFS="$OLDIFS"
            allow_root_opts="$allow_root_opts --allow-root=$i"
    done

I may be misinterpreting the lines, but shouldn't the IFS reset belong
after the loop?

    allow_root_opts=""
    OLDIFS="$IFS"
    IFS=':'
    for i in $CVS_PSERV_REPOS; do
            allow_root_opts="$allow_root_opts --allow-root=$i"
    done

+    IFS="$OLDIFS"

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages cvs depends on:
ii  debconf [debconf-2.0]         1.4.57     Debian configuration management sy
ii  libc6                         2.3.5-4    GNU C Library: Shared libraries an
ii  libpam-runtime                0.76-23    Runtime support for the PAM librar
ii  libpam0g                      0.76-23    Pluggable Authentication Modules l
ii  zlib1g                        1:1.2.3-3  compression library - runtime

Versions of packages cvs recommends:
ii  emacs21 [info-browser]        21.4a-1    The GNU Emacs editor
ii  info [info-browser]           4.7-2.2    Standalone GNU Info documentation 
ii  netbase                       4.21       Basic TCP/IP networking system

-- debconf information excluded


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

Reply via email to