Skip to content
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

Fix segfault in HTTP handler. #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix segfault in HTTP handler. #67

wants to merge 1 commit into from

Conversation

Wilm0r
Copy link

@Wilm0r Wilm0r commented Feb 22, 2015

dump1090 crashes when a non-existent file with no dot in its name is requested.
strrchr() will return NULL, not an empty string, when there is no match.

dump1090 crashes when a non-existent file with no dot in its name is requested.
strrchr() will return NULL, not an empty string, when there is no match.
@steel101
Copy link

just inserted the code in to my fork it has this and plane count and plane count in title and signal and settings page and lots more including almost all pull request here demo at http://bitropy.net:8080

devbender pushed a commit to devbender/dump1090 that referenced this pull request Dec 1, 2020
devbender pushed a commit to devbender/dump1090 that referenced this pull request Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants