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
libtrap: check return value of t_rb_at() to get next container
If t_rb_at() returns NULL, we cannot access its content (such as the
buffer or ref_counter). There is currently continue after this test to
go back to the start of the loop and check is_terminated.
0 commit comments