|
From: Henrik N. <hn...@ma...> - 2004-04-19 07:25:46
|
On Mon, 19 Apr 2004, Banibrata Dutta wrote: > so, if i do a bzero() or memset() of mMsgPtr (for the entire allocated > size), > this error message should go away? Yes. Or otherwise make sure all bits in the message you send is initialized. If you don't do this you send out "random garbage" in the parts of the message not initialized, and this may include sensitive information about your system or applications. Regards Henrik |