The Samba-Bugzilla – Attachment 13745 Details for
Bug 13113
receive_xattr heap overflow when prepending RSYNC_PREFIX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
change MIGHT_NEED_RPRE to am_root <= 0
include_all_nonroot_users_MIGHT_NEED_RPRE.patch (text/plain), 682 bytes, created by
jeriko.one
on 2017-10-31 04:40:14 UTC
(
hide
)
Description:
change MIGHT_NEED_RPRE to am_root <= 0
Filename:
MIME Type:
Creator:
jeriko.one
Created:
2017-10-31 04:40:14 UTC
Size:
682 bytes
patch
obsolete
>From 10d5121fcd635ad69450a56585b0defe3f35f282 Mon Sep 17 00:00:00 2001 >From: Jeriko One <jeriko.one@gmx.us> >Date: Mon, 30 Oct 2017 21:35:59 -0700 >Subject: [PATCH] Fix MIGHT_NEED_RPRE macro to include all nonroot users > >--- > xattrs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/xattrs.c b/xattrs.c >index 68305d75..2ec3c49c 100644 >--- a/xattrs.c >+++ b/xattrs.c >@@ -59,7 +59,7 @@ extern int saw_xattr_filter; > #define SPRE_LEN ((int)sizeof SYSTEM_PREFIX - 1) > > #ifdef HAVE_LINUX_XATTRS >-#define MIGHT_NEED_RPRE (am_root < 0) >+#define MIGHT_NEED_RPRE (am_root <= 0) > #define RSYNC_PREFIX USER_PREFIX "rsync." > #else > #define MIGHT_NEED_RPRE am_root >-- >2.13.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 13113
: 13745