Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/doc Tickets #1365 - #1367



details:   https://anonhg.NetBSD.org/src/rev/159850fd4873
branches:  netbsd-9
changeset: 990025:159850fd4873
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Oct 24 10:19:01 2021 +0000

description:
Tickets #1365 - #1367

diffstat:

 doc/CHANGES-9.3 |  18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r b80a3d33c8cf -r 159850fd4873 doc/CHANGES-9.3
--- a/doc/CHANGES-9.3   Sun Oct 24 10:18:02 2021 +0000
+++ b/doc/CHANGES-9.3   Sun Oct 24 10:19:01 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.41 2021/10/23 11:23:05 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.42 2021/10/24 10:19:01 martin Exp $
 
 A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
 release:
@@ -889,3 +889,19 @@
        urtwn(4): add Edimax N150 adapter.
        [jnemeth, ticket #1364]
 
+usr.bin/ftp/fetch.c                            1.233
+
+       ftp(1): use raw write(2) instead of fwrite(3) to avoid stream
+       corruption because of the progress bar interrupts.
+       [lukem, ticket #1365]
+
+usr.bin/ftp/ftp.c                              1.173
+
+       ftp(1): validate address from PASV and LPSV response.
+       [lukem, ticket #1366]
+
+usr.bin/ftp/ftp.c                              1.174
+
+       ftp(1): cleanup after previous security fix.
+       [lukem, ticket #1367]
+



Home | Main Index | Thread Index | Old Index