GO-2024-3072: Policy bypass for Host Firewall policy due to race condition in Cilium agent in github.com/cilium/cilium
package
Version:
v1.14.0-snapshot.1
Opens a new window with list of versions in this module.
Published: Apr 3, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
GetMask returns a bit mask filled with ones of length 'x'.
e.g.:
GetMask(3) => 0b00000111
GetMask(4) => 0b00001111
GetMask(5) => 0x00011111
MSB returns the position of most significant bit for the given uint64
Source Files
¶
Click to show internal directories.
Click to hide internal directories.