Fix ProbeForRead. It wasn't ever checking if memory can be accessed. Thanks to big...
authorRafal Harabien <rafalh@reactos.org>
Mon, 21 Mar 2011 14:43:56 +0000 (14:43 +0000)
committerRafal Harabien <rafalh@reactos.org>
Mon, 21 Mar 2011 14:43:56 +0000 (14:43 +0000)
commitec3c8d24410410c4bcd663175b1243ed71b61615
treee81e19b03d8241eb6dd4419494a17ec49cb2ccb4
parent96de2d1363c1c8267867090dfb91a742d3e925e8
Fix ProbeForRead. It wasn't ever checking if memory can be accessed. Thanks to big-endian it wasn't breaking MmUserProbeAddress as well. Code is now nearly the same as in ProbeForWrite. It shouldn't break anything. If it does, it's not bug in this code. :)

svn path=/trunk/; revision=51108
reactos/ntoskrnl/ex/exintrin.c