It is possible, that trdp_mdReply() and trdp_mdConfirm() try to access the MD send queue while trdp_mdSend() tries to access the queue as well leading to segmentation faults.
The App Session's mutexMD is now used in trdp_mdReply() and trdp_mdConfirm().
Log in to post a comment.
The App Session's mutexMD is now used in trdp_mdReply() and trdp_mdConfirm().