openbsd-ports/misc/screen/patches/patch-teln.c
brad f53d86ae65 upgrade to screen 3.9.8;
--
fixes a format string bug, possible root compromise

Pointed out by: markus@, deraadt@ and Gregor Longariva
<longariva@informatik.uni-erlangen.de>
2000-09-01 19:37:52 +00:00

11 lines
232 B
C

--- teln.c.orig Fri Dec 31 17:53:35 1999
+++ teln.c Fri Dec 31 17:53:54 1999
@@ -28,6 +28,7 @@
#include <sys/socket.h>
#include <fcntl.h>
#include <netdb.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include "config.h"