Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:sp5-rebuild
mdadm.14070
0107-Grow-Grow_continue_command-Avoid-aliasing-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0107-Grow-Grow_continue_command-Avoid-aliasing-array-vari.patch of Package mdadm.14070
From 9e4524df1c6c85c362278a08fd4425888d27581f Mon Sep 17 00:00:00 2001 From: Jes Sorensen <jsorensen@fb.com> Date: Tue, 2 May 2017 11:46:49 -0400 Subject: [PATCH] Grow: Grow_continue_command: Avoid aliasing array variable Git-commit: 9e4524df1c6c85c362278a08fd4425888d27581f Patch-mainline: mdadm-4.0+ References: bsc#1069165, bsc#1069167, bsc#1068030 While this would cause a warning since the two are different types, lets avoid aliasing an existing variable. Signed-off-by: Jes Sorensen <jsorensen@fb.com> Signed-off-by: Coly Li <colyli@suse.de> --- Grow.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Grow.c b/Grow.c index c6967ed..f4bd301 100755 --- a/Grow.c +++ b/Grow.c @@ -5075,7 +5075,7 @@ int Grow_continue_command(char *devname, int fd, cc = st->ss->container_content(st, subarray); for (content = cc; content ; content = content->next) { - char *array; + char *array_name; int allow_reshape = 1; if (content->reshape_active == 0) @@ -5100,8 +5100,8 @@ int Grow_continue_command(char *devname, int fd, goto Grow_continue_command_exit; } - array = strchr(content->text_version+1, '/')+1; - mdstat = mdstat_by_subdev(array, container); + array_name = strchr(content->text_version+1, '/')+1; + mdstat = mdstat_by_subdev(array_name, container); if (!mdstat) continue; if (mdstat->active == 0) { -- 2.13.6
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