Package: gnuvd
Version: 1.0-1
Severity: important

% echo $http_proxy
http://10.1.2.1:8080

% gnuvd kansloos
gnuvd: gnuvd.c:429: vd_parse_http_proxy: Assertion `*host' failed.
[1]    1653 abort      gnuvd kansloos

At line 429 and 430 I find:

    assert (*host);
    assert (*port);

which should probably read:

    assert(host);
    assert(port);

cheers,

-- System Information:
Debian Release: unstable/experimental
  APT prefers experimental
  APT policy: (500, 'experimental'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3-athlon-uvt
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)

Versions of packages gnuvd depends on:
ii  libc6                         2.3.5-9    GNU C Library: Shared libraries an

gnuvd recommends no packages.

-- no debconf information


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

Reply via email to