f53d86ae65
-- fixes a format string bug, possible root compromise Pointed out by: markus@, deraadt@ and Gregor Longariva <longariva@informatik.uni-erlangen.de>
11 lines
232 B
C
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"
|