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
Here we are calling Socket::CheckSystemCall, not the CheckSystemCall from exception.hh. As the _internal_fd is not initialized yet, we're effectively calling a function on a null pointer.
The text was updated successfully, but these errors were encountered:
https://github.com/keithw/mush/blob/99b598a4366bb10cfe4326703b3af39925a58a12/src/util/socket.cc#L15
Here we are calling
Socket::CheckSystemCall
, not theCheckSystemCall
fromexception.hh
. As the_internal_fd
is not initialized yet, we're effectively calling a function on a null pointer.The text was updated successfully, but these errors were encountered: