Re: [PATCH] init/main.c: simplify repair_env_string

2018-05-04 Thread Michal Suchánek
On Fri, 4 May 2018 11:40:35 -0400 Steven Rostedt wrote: > Cleaning out my INBOX, I stumbled across this old patch. > > On Fri, 15 Dec 2017 22:33:17 +0100 > Michal Suchanek wrote: > > > Quoting characters are now removed from the parameter so value > >

Re: [PATCH] init/main.c: simplify repair_env_string

2018-05-04 Thread Michal Suchánek
On Fri, 4 May 2018 11:40:35 -0400 Steven Rostedt wrote: > Cleaning out my INBOX, I stumbled across this old patch. > > On Fri, 15 Dec 2017 22:33:17 +0100 > Michal Suchanek wrote: > > > Quoting characters are now removed from the parameter so value > > always follows directly after the NUL

Re: [PATCH] init/main.c: simplify repair_env_string

2018-05-04 Thread Steven Rostedt
Cleaning out my INBOX, I stumbled across this old patch. On Fri, 15 Dec 2017 22:33:17 +0100 Michal Suchanek wrote: > Quoting characters are now removed from the parameter so value always > follows directly after the NUL terminating parameter name. > > Signed-off-by: Michal

Re: [PATCH] init/main.c: simplify repair_env_string

2018-05-04 Thread Steven Rostedt
Cleaning out my INBOX, I stumbled across this old patch. On Fri, 15 Dec 2017 22:33:17 +0100 Michal Suchanek wrote: > Quoting characters are now removed from the parameter so value always > follows directly after the NUL terminating parameter name. > > Signed-off-by: Michal Suchanek > --- >

[PATCH] init/main.c: simplify repair_env_string

2017-12-15 Thread Michal Suchanek
Quoting characters are now removed from the parameter so value always follows directly after the NUL terminating parameter name. Signed-off-by: Michal Suchanek --- init/main.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) Since the previous "[PATCH v9

[PATCH] init/main.c: simplify repair_env_string

2017-12-15 Thread Michal Suchanek
Quoting characters are now removed from the parameter so value always follows directly after the NUL terminating parameter name. Signed-off-by: Michal Suchanek --- init/main.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) Since the previous "[PATCH v9 3/8] lib/cmdline.c: