Bug 52889

Summary: rsync -F: *** buffer overflow detected ***: terminated Aborted (core dumped)
Product: Sisyphus Reporter: Vitaly Chikunov <vt>
Component: rsyncAssignee: placeholder <placeholder>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: glebfm, ldv, placeholder, vt
Version: unstable   
Hardware: x86   
OS: Linux   
URL: https://github.com/RsyncProject/rsync/issues/511

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).