-
-
Notifications
You must be signed in to change notification settings - Fork 398
Null pointer if target .ino is a folder #358
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
Milestone
Comments
This was referenced Sep 23, 2019
Has this already been worked on? If not I'd like to try it. |
@shade34321 all yours! |
Sweet, Thanks! |
@shade34321 FYI it seems #421 indirectly fixes this issue |
@d-a-v 421, autocompletion tricked me :) |
Oh ok. Guess I won't need to work on this. I'll see if I can find something else easy to work on. Thanks! |
rsora
pushed a commit
that referenced
this issue
Oct 24, 2019
rsora
pushed a commit
that referenced
this issue
Oct 30, 2019
…onality (#462) * add testcases to cover #358 (Symbolic link as sketch directory) and #424 (folder with .ino extension) * add test to check error throw on symlink loop detection * create symlink via test code to ensure cross platform creation * fixed assert to make the check cross platform * fixed all symlink check asserts to make the check cross platform * nitpicking
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Current behavior
./arduino-cli --debug compile -b anything:something:meh ~/Arduino/Blink
crashes with null pointer dereference if~/Arduino/Blink
contains a folder calledBlink.ino
Expected behavior
Malformed ino files should be recognized and skipped.
Environment
arduino-cli version
): nightly-4-gcb3c79bAdditional context
The text was updated successfully, but these errors were encountered: