mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![]() - pushReservation fails to correctly detect when the affected block is the last in the current sequence. It thinks instead the block is in between the sequence. Because of this a couple of issues may happen: 1. The allocation of the last bit causes the creation of a phantom sequence (length 0) at the end. (This has no side effects). 2. The allocation of a bit somewhere in the middle of the bitmask may lead to a completely incorrect sequence pattern. Signed-off-by: Alessandro Boch <aboch@docker.com> |
||
---|---|---|
.. | ||
sequence.go | ||
sequence_test.go | ||
store.go |