Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
rsync
rsync-3.1.0-CVE-2017-17434_2_of_2.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rsync-3.1.0-CVE-2017-17434_2_of_2.patch of Package rsync
From 5509597decdbd7b91994210f700329d8a35e70a1 Mon Sep 17 00:00:00 2001 From: Jeriko One <jeriko.one@gmx.us> Date: Thu, 16 Nov 2017 17:26:03 -0800 Subject: [PATCH] Check daemon filter against fnamecmp in recv_files(). --- receiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: rsync-3.1.0/receiver.c =================================================================== --- rsync-3.1.0.orig/receiver.c +++ rsync-3.1.0/receiver.c @@ -725,7 +725,7 @@ int recv_files(int f_in, int f_out, char break; } if (!fnamecmp || (daemon_filter_list.head - && check_filter(&daemon_filter_list, FLOG, fname, 0) < 0)) { + && check_filter(&daemon_filter_list, FLOG, fnamecmp, 0) < 0)) { fnamecmp = fname; fnamecmp_type = FNAMECMP_FNAME; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor