|
From: Philippe W. <phi...@sk...> - 2012-06-05 20:32:11
|
On Mon, 2012-06-04 at 16:01 -0700, Sunny Das wrote: > reply_buf is only accessed under the macro WE_DO_NOT_CARE... in __vmware_rpccmd > > > The first arg to __vmware_rpccmd is a size_t, 2nd and 3rd are pointers. This confirms your function does *not* follow the signature as documented in valgrind.h (missing tid argument). I suggest to read and strictly follow the valgrind.h comments about NON_SIMD calls. Philippe |