[Vortex] [BUG] random vortex crashes
Benoit Amiaux
b.amiaux at ateme.com
Mon Apr 27 10:07:39 CEST 2009
Hello,
It looks like the fix is incomplete :D
It now crashes at vortex_channel.c:5774
(new_channel->is_opened = axl_true;)
new_channel ptr is false
I suggest adding
v_return_val_if_fail(new_channel, axl_false);
at the top of vortex_channel_notify_start_internal()
Maybe new_channel = NULL should be handled in
__vortex_channel_0_frame_received_start_msg() by returning an error ?
Best Regards,
Benoit AMIAUX
More information about the Vortex
mailing list