-
Notifications
You must be signed in to change notification settings - Fork 31
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
Out of bounds error #38
Comments
Hello, thanks, this was fixed in upstream already, will backport here later, Thanks |
fwiw this is in stock ubuntu jammy:
|
That was just recently reached 5.15, probably will be in next maintenance release of it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bugs in aq_nic.c on lines:
329
592
652
1088
1570
++i, aq_vec = self->aq_vec[i]
aq_vec = self->aq_vec[i] should be put inside the loop.
Thanks
The text was updated successfully, but these errors were encountered: