Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > 21c5bef7fd6c7cf5743a422e3a3f68f1 > files > 2

dsniff-2.4-0.b2.14mdv2010.1.src.rpm

Index: tcpkill.c
===================================================================
--- tcpkill.c
+++ tcpkill.c	2010-02-23 01:10:12.918337598 +0100
@@ -45,7 +45,7 @@
 {
 	struct libnet_ipv4_hdr *ip;
 	struct libnet_tcp_hdr *tcp;
-	u_char ctext[64], buf[LIBNET_IPV4_H + LIBNET_TCP_H];
+	u_char ctext[64], buf[LIBNET_IPV4_H + LIBNET_TCP_H + 1];
 	u_long seq;
 	u_short win;
 	int i, *sock, len;