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

get_current_lrr reads invalid memory #231

Open
wphilips opened this issue Jan 23, 2021 · 1 comment
Open

get_current_lrr reads invalid memory #231

wphilips opened this issue Jan 23, 2021 · 1 comment

Comments

@wphilips
Copy link

get_current_llr reads outside of the array bounds of dvbs2_modcode_for_llr_x100
and dvbs1_modcode_for_llr_x100.

The if tests allow readin an element past the end of the arrays. I have seen tis actually happening on
a dvbs1 transponder. Also, it can happen that the code does not set *current_llr at all, in which case
it will use the last stored value, which can also be wrong.

@wphilips
Copy link
Author

llr_patch.txt
Patch for this issue

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

1 participant