mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
build(deps): bump github.com/cilium/ebpf from 0.17.0 to 0.17.1
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/cilium/ebpf/releases) - [Commits](https://github.com/cilium/ebpf/compare/v0.17.0...v0.17.1) --- updated-dependencies: - dependency-name: github.com/cilium/ebpf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+1
-1
@@ -451,7 +451,7 @@ func newProgramWithOptions(spec *ProgramSpec, opts ProgramOptions) (*Program, er
|
||||
// Make an educated guess how large the buffer should be by multiplying.
|
||||
// Ensure the size doesn't overflow.
|
||||
const factor = 2
|
||||
logSize := internal.Between(logSize, minVerifierLogSize, maxVerifierLogSize/factor)
|
||||
logSize = internal.Between(logSize, minVerifierLogSize, maxVerifierLogSize/factor)
|
||||
logSize *= factor
|
||||
|
||||
if attr.LogTrueSize != 0 {
|
||||
|
||||
Reference in New Issue
Block a user