You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is an out of bounds read in the jhd1313 auxdisplay driver caused by checking a variable being greater than the array size of colours, when it should instead be greater than or equal.
Expected behavior
No out of bounds read
Impact
Undefined behaviour
Environment (please complete the following information):
Commit SHA or Version used: v3.7-branch and v4.0-branch
The text was updated successfully, but these errors were encountered:
Describe the bug
There is an out of bounds read in the jhd1313 auxdisplay driver caused by checking a variable being greater than the array size of colours, when it should instead be greater than or equal.
Expected behavior
No out of bounds read
Impact
Undefined behaviour
Environment (please complete the following information):
v3.7-branch
andv4.0-branch
The text was updated successfully, but these errors were encountered: