Olaoluwa Osuntokun 06bad8ba42 revocation: fix integer underflow infinite loop bug in sha chain
* `i := toDerive - 1` created an unsigned integer, the last loop
iteration subtracted from zero causing this to underflow creating an
infinite loop
* Instead, initialized `i` as an int, and cast to uint as needed
2015-12-21 15:47:36 -06:00
2015-12-16 18:42:52 -06:00
2015-10-27 15:49:56 -07:00

The file is empty.
Languages
Go 99.4%
Shell 0.4%
Makefile 0.1%