[ros-dev] [ros-diffs] [pschweitzer] 61421: [MOUNTMGR] Implement MountMgrQueryDosVolumePath

Thomas Faber thomas.faber at reactos.org
Fri Dec 27 10:46:24 UTC 2013


On 2013-12-25 23:47, pschweitzer at svn.reactos.org wrote:
> +TryWithVolumeName:
> +    /* If we didn't find anything, try differently */
> +    if (DeviceLength < 2 * sizeof(WCHAR) || DeviceString[2] != L':')

This looks like a buffer overrun. Did you mean < 3 * sizeof(WCHAR)?



More information about the Ros-dev mailing list