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
In the following code snippet, the pointer al is checked for nullness after is has already been dereferenced. Should we move the check before the dereference?
In the following code snippet, the pointer
al
is checked for nullness after is has already been dereferenced. Should we move the check before the dereference?gear-lib/gear-lib/libsock/libsock.c
Lines 548 to 551 in 5e1947f
gear-lib/gear-lib/libsock/libsock.c
Lines 586 to 589 in 5e1947f
The text was updated successfully, but these errors were encountered: