On Sun, 2004-06-06 at 17:27, Robert Reif wrote:
Do better check on pointers to memory to be written to.
...
________________________________________________________________________
- if (IsBadWritePtr(lpCaps, uSize))
...
Does a program depend on these checks? We should only put them in when a program depends on them because they can silently corrupt memory and cause a few other hard to detect side effects.
Rob