Bug 52889 - rsync -F: *** buffer overflow detected ***: terminated Aborted (core dumped)
Summary: rsync -F: *** buffer overflow detected ***: terminated Aborted (core dumped)
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: rsync (show other bugs)
Version: unstable
Hardware: x86 Linux
: P5 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL: https://github.com/RsyncProject/rsync...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-31 18:41 MSK by Vitaly Chikunov
Modified: 2025-01-31 20:15 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Chikunov 2025-01-31 18:41:49 MSK
Решил добавить -F к запуску rsync и вышло такое:

~$ rsync -av -F bin zen1:
sending incremental file list
*** buffer overflow detected ***: terminated
Aborted (core dumped)
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(232) [Receiver=3.2.7]
Comment 1 Repository Robot 2025-01-31 20:15:58 MSK
rsync-3.2.7-alt3 -> sisyphus:

 Fri Jan 31 2025 Gleb F-Malinovskiy <glebfm@altlinux> 3.2.7-alt3
 - Backported upstream bugfix commits:
   + rsync crashes with "*** buffer overflow detected ***: terminated
     (thx Jiri Slaby) (ALT#52889);
   + Fix FLAG_GOT_DIR_FLIST collission with FLAG_HLINKED (thx Natanael Copa);
   + Fix use-after-free in generator (thx Natanael Copa).