I was reading an algorithms book which had the following algorithm for binary search:
public class BinSearch { sta
The potential overflow is in the l+u addition itself.
l+u
This was actually a bug in early versions of binary search in the JDK.