-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generated/help.h:427:29: warning: missing terminating " character #474
Comments
Sigh, this may be another manifestation of #458 (they couldn't get me the breaking input files either. I think I know what's going wrong but it really seems like it would be an impossible input unless you patched the source...) I'm trying to redo the help plumbing so it doesn't need config2help anymore, but had an attack of life and I'm 3 months behind getting the October toybox release out. I'll bump this up in priority now that a second user's seen it. (Fixing what's there without a test case would be a bit of stab in the dark, but I can make an attempt if I can't get the proper fix in soonish.) |
Well, I can easily reproduce this, since it's just probabilistic, running builds in cycle. Now for the error:
Looks like garbage after
Run under valgrind:
(First valgrind run was without
After it remove that free at
Now it does not produce the difference on line 427:
Looks not corrupted anymore. |
Just to confirm this is not fixed in |
@vt-alt Does your fix of removing free work? |
In ALT Linux we have package rebuilds and occasionally it reports build errors for toybox. (It builds with
make -j8
).I think this is related to
generated/help.h
generated incorrectly. I manually didn't catch this so can't see what is there.Error examples:
The text was updated successfully, but these errors were encountered: