Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/libexec/ftpd Apply patch (requested by he):
details: https://anonhg.NetBSD.org/src/rev/63f256d29cb5
branches: netbsd-1-5
changeset: 490300:63f256d29cb5
user: he <he%NetBSD.org@localhost>
date: Wed Dec 13 21:19:13 2000 +0000
description:
Apply patch (requested by he):
Fix a one-byte buffer overrun.
Note by appending an 'a' to the version number,
since we do not here upgrade ftpd wholesale.
diffstat:
libexec/ftpd/version.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r f531103170b7 -r 63f256d29cb5 libexec/ftpd/version.h
--- a/libexec/ftpd/version.h Wed Dec 13 21:18:09 2000 +0000
+++ b/libexec/ftpd/version.h Wed Dec 13 21:19:13 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.12.2.1 2000/07/25 08:38:41 lukem Exp $ */
+/* $NetBSD: version.h,v 1.12.2.2 2000/12/13 21:19:13 he Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -36,5 +36,5 @@
*/
#ifndef FTPD_VERSION
-#define FTPD_VERSION "NetBSD-ftpd 20000723"
+#define FTPD_VERSION "NetBSD-ftpd 20000723a"
#endif
Home |
Main Index |
Thread Index |
Old Index