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
I believe this has introduced a NULL deref to all LTP testcases that fail the arch test and become skipped. update_results() is designed to handle a NULL results pointer, but the additions to this function assume a non-NULL results pointer.