AMol Natekar <(E-Mail Removed)> wrote:
> Hello all,
>
> We are using RPC under Linux environment; programming in C using xdr.
> we are facing an error with clnt_call function in RPC. When ever we
> try to set the memory(using memset) of the variable in which the
> result is to be stored it is giving us a segmentation fault.
Make sure that the memory has been allocated first, and you're not
trying to write past its bounds.
--
Cameron Kerr
(E-Mail Removed) :
http://nzgeeks.org/cameron/
Empowered by Perl!