Page MenuHomePhabricator

DataManager drag-n-drop crashes on large 64-bit addresses
Closed, DuplicatePublic

Description

In 64-bit application, if the address of the TreeNode doesn't fit into 32 bits, the application crashes on Drag-n-Drop operation because the address is cast to "long" which is 4 bytes in VS2013.