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

Possible segfault #2

Closed
BlazaSoft opened this issue Feb 13, 2014 · 2 comments
Closed

Possible segfault #2

BlazaSoft opened this issue Feb 13, 2014 · 2 comments

Comments

@BlazaSoft
Copy link

/ libairspy / src / airspy.c
Line 890:
version[result] = '\0';
Possible segfault if result is greater than length, for some reason.

if (result < 0 || result > length)
in line 886 should fix it.

@bvernoux
Copy link
Member

Thanks for the code review I will fix it.

@bvernoux
Copy link
Member

This potential issue is fixed now.

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

No branches or pull requests

2 participants