net.kano.rv.RvProcessor creates a SeqNum passing in a random Long
If the random Long is negative (which it can be), the loop in line 105
of SeqNum will run forever.
It should be using unsigned shift (>>>=) instead of signed (>>=).
Original issue reported on code.google.com by daire.mc...@gmail.com on 12 Mar 2010 at 9:02
Original issue reported on code.google.com by
daire.mc...@gmail.com
on 12 Mar 2010 at 9:02