[Openvas-commits] r1501 - in trunk/openvas-libraries: . libopenvas

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Oct 9 12:00:16 CEST 2008


Author: mwiegand
Date: 2008-10-09 12:00:16 +0200 (Thu, 09 Oct 2008)
New Revision: 1501

Modified:
   trunk/openvas-libraries/ChangeLog
   trunk/openvas-libraries/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.


Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog	2008-10-09 08:51:04 UTC (rev 1500)
+++ trunk/openvas-libraries/ChangeLog	2008-10-09 10:00:16 UTC (rev 1501)
@@ -1,3 +1,9 @@
+2008-10-09  Michael Wiegand <michael.wiegand at intevation.de>
+
+	* 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.
+
 2008-09-23  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
 
 	* libopenvas/ntp.h: Removed elements "scan_ids",

Modified: trunk/openvas-libraries/libopenvas/pcap.c
===================================================================
--- trunk/openvas-libraries/libopenvas/pcap.c	2008-10-09 08:51:04 UTC (rev 1500)
+++ trunk/openvas-libraries/libopenvas/pcap.c	2008-10-09 10:00:16 UTC (rev 1501)
@@ -33,6 +33,7 @@
 #include "pcap_openvas.h"
 #include "system_internal.h"
 #include "network.h"
+#include "config.h"
 
 #define MAXROUTES 1024
 



More information about the Openvas-commits mailing list