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
Policy is not enum. Integer may get any value and cause rb undefined. This may lead to garbage pointer dereference. My proposal is to make SCHED_OTHER default case to ensure that never happens.
The text was updated successfully, but these errors were encountered:
qps/src/dialogs.cpp
Line 326 in 96144f4
Policy is not enum. Integer may get any value and cause rb undefined. This may lead to garbage pointer dereference. My proposal is to make SCHED_OTHER default case to ensure that never happens.
The text was updated successfully, but these errors were encountered: