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
Data allocated on stack was used as a user data passed to the
interrupt. By the time interrupt is handled this data could be
overwritten leading to a fault. Adding static keyword to that
variable.
Signed-off-by: Krzysztof Chruściński <[email protected]>
(cherry picked from commit 077d132)
0 commit comments