ALT Linux Bugzilla
– Attachment 831 Details for
Bug 6575
insmod fix
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
insmod fix
busybox-1.00-alt-insmod.patch (text/plain), 421 bytes, created by
Kachalov Anton
on 2005-04-19 18:29:13 MSD
(
hide
)
Description:
insmod fix
Filename:
MIME Type:
Creator:
Kachalov Anton
Created:
2005-04-19 18:29:13 MSD
Size:
421 bytes
patch
obsolete
>--- busybox-1.00/modutils/insmod.c.orig 2005-04-14 15:31:48 +0400 >+++ busybox-1.00/modutils/insmod.c 2005-04-19 17:46:50 +0400 >@@ -4037,7 +4038,7 @@ > } > > /* Rest is options */ >- for (i = 2; i < argc; i++) { >+ for (i = optind+1; i < argc; i++) { > options = xrealloc(options, strlen(options) + 2 + strlen(argv[i]) + 2); > /* Spaces handled by "" pairs, but no way of escaping quotes */ > if (strchr(argv[i], ' ')) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 6575
: 831