I m getting "Array Bound Read" error while usign memcpy () in C language.
can u plz tell me why this err is coming and How can we solve these kind of errors.
That err is displaying while i m chcking through Rational Purifier s/w.
please let me know how we can resolve this err.ASAP
Thanks and Regards,
Sharique
Hi, i m getting "Array Bound Read" in C language for perticular file that is written in C.i m using memcpy().
It means, you have crossed array boundary and try to read from another memory block.
Validate your memcpy() parameters.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment