Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
systemd.1059
0001-Do-not-unescape-unit-names-in-Install-sect...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Do-not-unescape-unit-names-in-Install-section.patch of Package systemd.1059
Based on 000f6e5667eb4f73e137cbd0d7395a9f9db7728a Mon Sep 17 00:00:00 2001 From: Michal Sekletar <msekleta@redhat.com> Date: Mon, 26 May 2014 20:09:45 +0200 Subject: [PATCH] Do not unescape unit names in [Install] section https://bugs.freedesktop.org/show_bug.cgi?id=49316 --- src/shared/conf-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- src/shared/conf-parser.c +++ src/shared/conf-parser.c 2014-05-27 07:36:20.478236631 +0000 @@ -723,7 +723,7 @@ int config_parse_strv(const char *unit, FOREACH_WORD_QUOTED(w, l, rvalue, state) { _cleanup_free_ char *n; - n = cunescape_length(w, l); + n = strndup(w, l); if (!n) return log_oom();
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