-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rsync 3.3.0 still crashes with "*** buffer overflow detected ***: terminated" #589
Comments
Failing line in kernel build - this is with a current
strace output
|
Please get a backtrace from |
Hope this helps
|
Hm. What version of the |
@heitbaum can you try with valgrind? |
With -ggdb -Og getting valgrind now.
|
valgrind
|
Ah, upstream popt doesn't use With regard to Valgrind: note that |
Here is the output from the build host -
|
fixed in this PR: #592 |
tested and working |
Using rsync 3.3.0 compiled on Ubuntu:jammy and gcc-12 I have had no issue. But compiling the same rsync with gcc-13 on Ubuntu:noble. And then using rsync in a kernel build gives me the same error. (This is with the patch #513) included. So there must be another code with a similar issue. With rsync-3.2.7 I did not get this error (on either jammy or noble.)
The text was updated successfully, but these errors were encountered: