Re: [dtrace-discuss] Bad pointer checking

2007-10-03 Thread James Carlson
Peter Vrabel writes: > is there any possibility to check, if the user space pointer is correct or > not? I don't refer to invalid address error caused by fault-in paging. Thanks. If you do copyin(9F) or copyout(9F), it'll check the pointer and transfer range as part of the effort. No separate ch

Re: [dtrace-discuss] Bad pointer checking

2007-10-03 Thread michael schuster
Peter Vrabel wrote: > Hi, > > is there any possibility to check, if the user space pointer is > correct or not? I don't refer to invalid address error caused by > fault-in paging. Thanks. define "correct pointer". Michael -- Michael SchusterSun Microsystems, Inc. recursion, n: see 'recu

[dtrace-discuss] Bad pointer checking

2007-10-03 Thread Peter Vrabel
Hi, is there any possibility to check, if the user space pointer is correct or not? I don't refer to invalid address error caused by fault-in paging. Thanks. -- This message posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@op