Your message dated Sun, 21 Oct 2007 14:47:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#447408: fixed in pnscan 1.11-4 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: pnscan Version: 1.11-3 Severity: normal Tags: upstream patch pnscan segfaults when running without parameters and an empty line as input: $ echo | pnscan Segmentation fault (core dumped) $ gdb /usr/bin/pnscan core [...] Program terminated with signal 11, Segmentation fault. #0 0xb7e17b26 in strtok_r () from /lib/tls/libc.so.6 This is a bug in the original program: ==================================================================== --- pnscan-wrong.c 2007-10-20 23:08:00.000000000 +0200 +++ pnscan.c 2007-10-20 23:08:06.000000000 +0200 @@ -816,7 +816,6 @@ } host = strtok_r(buf, " \t\n\r", &tokp); - serv = strtok_r(NULL, " \t\n\r", &tokp); if (host == NULL || host[0] == '#') continue; @@ -828,6 +827,8 @@ continue; } + serv = strtok_r(NULL, " \t\n\r", &tokp); + if (serv == NULL) { if (first_port == 0) ======================================================================= Please forward to upstream.
--- End Message ---
--- Begin Message ---Source: pnscan Source-Version: 1.11-4 We believe that the bug you reported is fixed in the latest version of pnscan, which is due to be installed in the Debian FTP archive: pnscan_1.11-4.diff.gz to pool/main/p/pnscan/pnscan_1.11-4.diff.gz pnscan_1.11-4.dsc to pool/main/p/pnscan/pnscan_1.11-4.dsc pnscan_1.11-4_i386.deb to pool/main/p/pnscan/pnscan_1.11-4_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ola Lundqvist <[EMAIL PROTECTED]> (supplier of updated pnscan package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 21 Oct 2007 12:59:15 +0200 Source: pnscan Binary: pnscan Architecture: source i386 Version: 1.11-4 Distribution: unstable Urgency: low Maintainer: Ola Lundqvist <[EMAIL PROTECTED]> Changed-By: Ola Lundqvist <[EMAIL PROTECTED]> Description: pnscan - Multi threaded port scanner Closes: 447408 Changes: pnscan (1.11-4) unstable; urgency=low . * Applied patch from Jose Luis Gonzalez <[EMAIL PROTECTED]> to correct a segfault when no arguments are used, closes: #447408. * Changed from debhelper compatibility 3 to 4. * Updated standards version from 3.5.8 to 3.7.2. Files: a9845b0b7491e5e2355b02c65beebd0c 582 net optional pnscan_1.11-4.dsc d441cbda7e20c49a5f6ce60fd50ca5f8 4148 net optional pnscan_1.11-4.diff.gz 5830930734e731c80ab3c293835a5bf3 15344 net optional pnscan_1.11-4_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHG2RrGKGxzw/lPdkRAtVbAKCYncfl1pF0xStgqde28muTDu/k2QCfeUrR FgaiKbZbGSiPMORBHrDeGuQ= =I+iW -----END PGP SIGNATURE-----
--- End Message ---

