Re: [ros-dev] [ros-diffs] [rharabien] 51108: 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

2011-03-22 Thread Timo Kreuzer
Am 22.03.2011 02:13, schrieb Minas Abrahamyan: At the same time, with /FIRSTCHANCE key enabled do we need ROS to popup kdbg at every start? It's so bothering... just annoying Is this being triggered by this commit? It would be interesting as it might light up a possible bug somewhere.

Re: [ros-dev] [ros-diffs] [rharabien] 51108: 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

2011-03-21 Thread Timo Kreuzer
Windows doesn't do any access checks in ProbeForRead, it only checks the range and alignment. The MmUserProbeAddress access is used to raise an exception with the appropriate parameters. So the old version was correct (except for the misleading comment maybe) Am 21.03.2011 15:43, schrieb