Re: winmm GetDevCaps better pointer check patch
June 6, 2004
5:43 p.m.
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
7963
Age (days ago)
7963
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert Shearman