mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
Fix the bug, where `NtUserMenuItemFromPoint()` returned `cItems` instead of `NO_SELECTED_ITEM` when no item is under the point (`mi` is never NULL on a miss), so `MenuItemFromPoint()` callers could have indexed one past the menu array.