1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/bitseq
Alessandro Boch 90711b0def Fix bug in bitsequence.pushReservation
- 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>
2015-11-24 10:23:58 -08:00
..
sequence.go Fix bug in bitsequence.pushReservation 2015-11-24 10:23:58 -08:00
sequence_test.go Fix bug in bitsequence.pushReservation 2015-11-24 10:23:58 -08:00
store.go Phase-2 bridge driver changes to support IPAM 2015-10-08 16:22:03 -07:00