K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-04-23T18:28:59.521043Z K 7 svn:log V 286 ext2_htree_release(): prevent signed integer overflow in a loop. h_levels_num, as most data structs in ext2fs, is unsigned so the index that addresses it has to be unsigned as well. To get to overflow here we would probably be considering a degenerate case though. MFC after: 5 days END