We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f4fe4 commit f298595Copy full SHA for f298595
main.c
@@ -120,7 +120,7 @@ int main(int argc, char **argv) {
120
}
121
122
/* record start address of data */
123
- output_data = kernel_cmdline+idx+1;
+ output_data = kernel_cmdline+idx;
124
125
/* Is the first character a double quote? i.e "--method=dod --rounds=2" */
126
if ( kernel_cmdline[ idx ] == '"' && kernel_cmdline[ idx ] != 0 )
@@ -161,6 +161,3 @@ int main(int argc, char **argv) {
161
return 2;
162
163
164
-/* INFO for call scrit for use in script https://stackoverflow.com/questions/36921658/save-command-output-on-variable-and-check-exit-status )
165
- * so i can assign the output of this program to a bash variable and check for return value of 0
166
- */
0 commit comments