Skip to content
Snippets Groups Projects
Commit d6c62705 authored by Steven Barth's avatar Steven Barth
Browse files

uml: work around mangled parameter handling for ubd

SVN-Revision: 38166
parent 31f65439
No related branches found
No related tags found
No related merge requests found
--- pristine-linux-3.4.38/init/main.c 2013-03-28 21:12:41.000000000 +0200
+++ build-linux-3.4.38/init/main.c 2013-04-04 12:25:59.987999573 +0300
@@ -743,7 +743,7 @@
extern const struct kernel_param __start___param[], __stop___param[];
initcall_t *fn;
- strcpy(static_command_line, saved_command_line);
+ /* strcpy(static_command_line, saved_command_line); */
parse_args(initcall_level_names[level],
static_command_line, __start___param,
__stop___param - __start___param,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment