From 327ce71f43e88e3700750ad9d4bac666cef5d291 Mon Sep 17 00:00:00 2001 From: sborrill Date: Thu, 7 May 2020 12:07:13 +0000 Subject: [PATCH] Ticket #1731 --- doc/CHANGES-7.1.3 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/CHANGES-7.1.3 b/doc/CHANGES-7.1.3 index 1c75fd98e81f..8735bbae6a7b 100644 --- a/doc/CHANGES-7.1.3 +++ b/doc/CHANGES-7.1.3 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.1.3,v 1.1.2.70 2020/04/30 16:24:26 martin Exp $ +# $NetBSD: CHANGES-7.1.3,v 1.1.2.71 2020/05/07 12:07:13 sborrill Exp $ A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3 release: @@ -682,4 +682,10 @@ games/fortune/unstr/unstr.c 1.15 Fix potential buffer overflows in fortune tools. [nia, ticket #1729] - +bin/rcp/rcp.c 1.50 + + In sink(), upon error, avoid multiple replies to the source + as this would lead to a desynchronization of the protocol and + further files or directories to be ignored or corrupted. + [aymeric, ticket #1731] +