Am 27.10.2010 10:49, schrieb Christian Gudrian: > Wouldn't it be wise to check for a null method pointer_before_ > dereferencing it?
Oh, I see that a null next pointer after the method call is an indication for a decoding error. However, since next gets initialized to null in the constructor the pointer _might_ still be null when its dereferenced at first (in case a derived class did to call next_step). Christian _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
