Author: mwiegand
Date: 2008-10-09 12:19:44 +0200 (Thu, 09 Oct 2008)
New Revision: 1502
Modified:
branches/openvas-libraries-1-0/ChangeLog
branches/openvas-libraries-1-0/libopenvas/pcap.c
Log:
* libopenvas/pcap.c: Added missing include for config.h; this fixes a
bug caused by a missing #define that led to a segfault on 64bit
machines and was discovered by Michael Meyer. This is a backport from
-trunk.
Modified: branches/openvas-libraries-1-0/ChangeLog
===================================================================
--- branches/openvas-libraries-1-0/ChangeLog 2008-10-09 10:00:16 UTC (rev
1501)
+++ branches/openvas-libraries-1-0/ChangeLog 2008-10-09 10:19:44 UTC (rev
1502)
@@ -1,3 +1,10 @@
+2008-10-09 Michael Wiegand <[EMAIL PROTECTED]>
+
+ * libopenvas/pcap.c: Added missing include for config.h; this fixes a
+ bug caused by a missing #define that led to a segfault on 64bit
+ machines and was discovered by Michael Meyer. This is a backport from
+ -trunk.
+
2008-09-02 Michael Wiegand <[EMAIL PROTECTED]>
* libopenvas/network.c (ovas_server_context_attach): Display gnutls
Modified: branches/openvas-libraries-1-0/libopenvas/pcap.c
===================================================================
--- branches/openvas-libraries-1-0/libopenvas/pcap.c 2008-10-09 10:00:16 UTC
(rev 1501)
+++ branches/openvas-libraries-1-0/libopenvas/pcap.c 2008-10-09 10:19:44 UTC
(rev 1502)
@@ -33,6 +33,7 @@
#include "pcap_openvas.h"
#include "system_internal.h"
#include "network.h"
+#include "config.h"
#define MAXROUTES 1024
_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits