Package is in proposed now. Testing in an LXC container shows a fix of this behavior.
$ lxc launch ubuntu-daily:noble n $ lxc shell n # dpkg -s rsync | grep Version: Version: 3.2.7-1build2 # rsync -F --delete-after --archive /etc/os-release /tmp/ *** buffer overflow detected ***: terminated rsync: connection unexpectedly closed (11 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(231) [sender=3.2.7] # cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe EOF # apt update -y # apt install rsync -t noble-proposed Get:1 http://archive.ubuntu.com/ubuntu noble-proposed/main amd64 rsync amd64 3.2.7-1ubuntu1 [435 kB] Fetched 435 kB in 1s (657 kB/s) (Reading database ... 34265 files and directories currently installed.) Preparing to unpack .../rsync_3.2.7-1ubuntu1_amd64.deb ... Unpacking rsync (3.2.7-1ubuntu1) over (3.2.7-1build2) ... Setting up rsync (3.2.7-1ubuntu1) ... rsync.service is a disabled or a static unit not running, not starting it. Processing triggers for man-db (2.12.0-4build1) ... Scanning processes... Scanning candidates... # dpkg -s rsync | grep Version: Version: 3.2.7-1ubuntu1 # rsync -F --delete-after --archive /etc/os-release /tmp/ # echo $? 0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2060967 Title: noble/rsync buffer overflow detected To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/2060967/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
