Your message dated Mon, 09 Jul 2007 23:47:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#423883: fixed in nessus-plugins 2.2.9-1.1
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: nessus-plugins
Version: 2.2.4-2
I've a filter that looks for certain compiler warnings that are
generated on 64-bit systems. This filter reported the following issues
with nessus-plugins:
Function `get_tcp_svcs' implicitly converted to pointer at
nessus_tcp_scanner.c:143
Function `stream_get_ssl' implicitly converted to pointer at ssl_ciphers.c:145
Function `bpf_next_tv' implicitly converted to pointer at synscan.c:433
This means pointers are being truncated, and will likely cause a
segfault. Including the appropriate header files should fix this
problem.
--
dann frazier <[EMAIL PROTECTED]>
--- Begin Message ---
>>>>> On Mon, 02 May 2005 14:17:32 -0600, dann frazier <[EMAIL PROTECTED]> said:
Dann> This one I can't figure out - I can't find a header files with
Dann> the appropriate definitions in it. However, it looks like
Dann> there is an explicit cast for the return value for each of
Dann> these calls.
Dann> Bad coding maybe, but is this technically a bug?
Definitely a bug. Rememer that:
extern int foo ();
:
ptr = (void *) foo ();
effectively means:
ptr = (void *) (int) foo ();
Thus, the top 32 bits returned by foo() are definitely lost -> major badness.
get_tcp_svcs() seems to come from nessus-libraries-2.2.4, where it is
declared in libnessus/services.h. Perhaps this file needs to be
installed somewhere so the offending file can include it?
Similar goes for stream_get_ssl() and bpf_next_tv(), except that they
don't appear to be declared at all.
--david
--- End Message ---
--- End Message ---
--- Begin Message ---
Source: nessus-plugins
Source-Version: 2.2.9-1.1
We believe that the bug you reported is fixed in the latest version of
nessus-plugins, which is due to be installed in the Debian FTP archive:
nessus-plugins_2.2.9-1.1.diff.gz
to pool/main/n/nessus-plugins/nessus-plugins_2.2.9-1.1.diff.gz
nessus-plugins_2.2.9-1.1.dsc
to pool/main/n/nessus-plugins/nessus-plugins_2.2.9-1.1.dsc
nessus-plugins_2.2.9-1.1_ia64.deb
to pool/main/n/nessus-plugins/nessus-plugins_2.2.9-1.1_ia64.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.
dann frazier <[EMAIL PROTECTED]> (supplier of updated nessus-plugins 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: Mon, 09 Jul 2007 15:47:18 -0600
Source: nessus-plugins
Binary: nessus-plugins
Architecture: source ia64
Version: 2.2.9-1.1
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]>
Changed-By: dann frazier <[EMAIL PROTECTED]>
Description:
nessus-plugins - Nessus plugins
Closes: 307443 423883
Changes:
nessus-plugins (2.2.9-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Rebuild against nessus-libraries_2.2.9-1.1 which includes missing
prototypes for stream_get_ssl() (Closes: #423883) and bpf_next_tv()
(Closes: #307443)
Files:
b96fa4098715d7cdca59c8c77d49a164 732 admin optional
nessus-plugins_2.2.9-1.1.dsc
f549bda49137c3dbf56dd51649d245ad 1113022 admin optional
nessus-plugins_2.2.9-1.1.diff.gz
96ba180bef608d9af0df5a616f7e3eda 1760102 admin optional
nessus-plugins_2.2.9-1.1_ia64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGkrpJhuANDBmkLRkRAnsgAJ9SZqnwG9awjBOaNJ+bPdwFsUb4owCglnvL
EZXk8R6qT5+aANbLeSiSqUk=
=5cra
-----END PGP SIGNATURE-----
--- End Message ---