aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettl.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-26 06:38:16 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-26 06:38:16 +0000
commit6d2250b168ec1fb12df385ccc0811ae98e474f57 (patch)
tree3ecd79f126132934d508789f109b8202b3f757b1 /wiretap/nettl.c
parentc6a2d77530ddcd8c3edf25aaf4610f6063cdfa2a (diff)
postadal@suse.cz:
Bufferoverflow caused by ethereal->wireshark rename (ws is 1 char longer). http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1015 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18794 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/nettl.c')
-rw-r--r--wiretap/nettl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/nettl.c b/wiretap/nettl.c
index 749c72dfdd..ae808b44cb 100644
--- a/wiretap/nettl.c
+++ b/wiretap/nettl.c
@@ -53,7 +53,7 @@ struct nettl_file_hdr {
guchar magic[MAGIC_SIZE];
gchar file_name[56];
gchar tz[20];
- gchar host_name[9];
+ gchar host_name[10];
gchar os_vers[9];
guchar os_v;
guint8 xxa[8];