Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct valuesSorter.Less function for uintptr.
The function sort be sorting the uintptr itself, not the address of it. Also, the previous code could easily panic on an unaddressable reflect.Value since it was trying to take an address.
- Loading branch information