K 10 svn:author V 5 shurd K 8 svn:date V 27 2017-11-20T21:57:04.059818Z K 7 svn:log V 239 Fix off-by-one error in bit_nclear() usage bit_nclear() takes the bit numbers for the start and end bits, not the start and a count. This was resulting in memory corruption past the end of the bitstr_t. Sponsored by: Limelight Networks END