Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/dist/tcpdump Pull up revision 1.1.1.2 (requested by ito...
details: https://anonhg.NetBSD.org/src/rev/8de3f50b0531
branches: netbsd-1-6
changeset: 527698:8de3f50b0531
user: tv <tv%NetBSD.org@localhost>
date: Sun Jun 02 15:47:24 2002 +0000
description:
Pull up revision 1.1.1.2 (requested by itojun in ticket #121):
corrects NFS decoder overrun problem outlined in:
http://192.139.46.44/lists/workers/2002/05/msg00198.html
diffstat:
dist/tcpdump/nfsfh.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 4399fd83a3b9 -r 8de3f50b0531 dist/tcpdump/nfsfh.h
--- a/dist/tcpdump/nfsfh.h Sun Jun 02 15:47:15 2002 +0000
+++ b/dist/tcpdump/nfsfh.h Sun Jun 02 15:47:24 2002 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: nfsfh.h,v 1.1.1.2 2002/02/18 09:07:41 itojun Exp $ */
+/* $NetBSD: nfsfh.h,v 1.1.1.2.2.1 2002/06/02 15:47:24 tv Exp $ */
-/* @(#) Header: /tcpdump/master/tcpdump/nfsfh.h,v 1.12 2001/09/17 21:57:52 fenner Exp (LBL) */
+/* @(#) Header: /tcpdump/master/tcpdump/nfsfh.h,v 1.13 2002/04/24 06:27:05 guy Exp (LBL) */
/*
* Copyright (c) 1993, 1994 Jeffrey C. Mogul, Digital Equipment Corporation,
@@ -67,4 +67,4 @@
#define fsid_eq(a,b) ((a.fsid_code == b.fsid_code) &&\
dev_eq(a.Fsid_dev, b.Fsid_dev))
-extern void Parse_fh(caddr_t *, int, my_fsid *, ino_t *, const char **, const char **, int);
+extern void Parse_fh(const unsigned char *, int, my_fsid *, ino_t *, const char **, const char **, int);
Home |
Main Index |
Thread Index |
Old Index