please update to newest rsync version
Hi Sven, Thanks for your quick reaction :) I start looking last week at new release and update is under progress. Chers
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f345476b5ca39b55f3d9f2223072da96783475d commit 3f345476b5ca39b55f3d9f2223072da96783475d Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2026-05-12 15:06:54 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2026-05-15 20:54:57 +0000 net/rsync: update 3.4.1 -> 3.4.2 Changelog: https://download.samba.org/pub/rsync/NEWS#3.4.2 Major changes: - Fixed a signed integer overflow in the PROXY protocol v2 header parser - Fixed an invalid access to the files array - Reject negative token values in the compressed-stream token decoder - Fixed the element count passed to the xattr qsort() - Fixed a buffer underflow in clean_fname() - Fixed an uninitialized mul_one in the AVX2 get_checksum1 path (undefined behaviour) - Fixed an uninitialized buf1 on the first call to get_checksum2() in the MD4 path - Zero all new memory from internal allocations - Removed support for the unmaintained rsync-patches archive Port changes: - Remove File system flags support (--fileflags) PR: 295044 Reported by: Sven Siegmund <sven.siegmund@gmail.com> UPDATING | 8 ++++++ net/rsync/Makefile | 38 ++++++-------------------- net/rsync/distinfo | 8 +++--- net/rsync/files/patch-lib_sysxattrs.c | 42 +++++++++-------------------- net/rsync/files/patch-testsuite_xattrs.test | 4 +-- 5 files changed, 34 insertions(+), 66 deletions(-)
Commited, thanks
A commit in branch 2026Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec67ef45d28e3baaf0aaa9a2d4748524a0e680b5 commit ec67ef45d28e3baaf0aaa9a2d4748524a0e680b5 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2026-05-12 15:06:54 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2026-05-21 09:29:03 +0000 net/rsync: update 3.4.1 -> 3.4.2 Changelog: https://download.samba.org/pub/rsync/NEWS#3.4.2 Major changes: - Fixed a signed integer overflow in the PROXY protocol v2 header parser - Fixed an invalid access to the files array - Reject negative token values in the compressed-stream token decoder - Fixed the element count passed to the xattr qsort() - Fixed a buffer underflow in clean_fname() - Fixed an uninitialized mul_one in the AVX2 get_checksum1 path (undefined behaviour) - Fixed an uninitialized buf1 on the first call to get_checksum2() in the MD4 path - Zero all new memory from internal allocations - Removed support for the unmaintained rsync-patches archive Port changes: - Remove File system flags support (--fileflags) PR: 295044 Reported by: Sven Siegmund <sven.siegmund@gmail.com> (cherry picked from commit 3f345476b5ca39b55f3d9f2223072da96783475d) UPDATING | 8 ++++++ net/rsync/Makefile | 38 ++++++-------------------- net/rsync/distinfo | 8 +++--- net/rsync/files/patch-lib_sysxattrs.c | 42 +++++++++-------------------- net/rsync/files/patch-testsuite_xattrs.test | 4 +-- 5 files changed, 34 insertions(+), 66 deletions(-)