mirror of
				https://github.com/opencontainers/runc.git
				synced 2025-10-31 11:06:21 +08:00 
			
		
		
		
	build(deps): bump github.com/cilium/ebpf from 0.16.0 to 0.17.0
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/cilium/ebpf/releases) - [Commits](https://github.com/cilium/ebpf/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: github.com/cilium/ebpf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							
								
								
									
										6
									
								
								vendor/github.com/cilium/ebpf/internal/errors.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								vendor/github.com/cilium/ebpf/internal/errors.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -23,7 +23,7 @@ func ErrorWithLog(source string, err error, log []byte) *VerifierError { | ||||
|  | ||||
| 	log = bytes.Trim(log, whitespace) | ||||
| 	if len(log) == 0 { | ||||
| 		return &VerifierError{source, err, nil, false} | ||||
| 		return &VerifierError{source, err, nil} | ||||
| 	} | ||||
|  | ||||
| 	logLines := bytes.Split(log, []byte{'\n'}) | ||||
| @@ -34,7 +34,7 @@ func ErrorWithLog(source string, err error, log []byte) *VerifierError { | ||||
| 		lines = append(lines, string(bytes.TrimRight(line, whitespace))) | ||||
| 	} | ||||
|  | ||||
| 	return &VerifierError{source, err, lines, false} | ||||
| 	return &VerifierError{source, err, lines} | ||||
| } | ||||
|  | ||||
| // VerifierError includes information from the eBPF verifier. | ||||
| @@ -46,8 +46,6 @@ type VerifierError struct { | ||||
| 	Cause error | ||||
| 	// The verifier output split into lines. | ||||
| 	Log []string | ||||
| 	// Deprecated: the log is never truncated anymore. | ||||
| 	Truncated bool | ||||
| } | ||||
|  | ||||
| func (le *VerifierError) Unwrap() error { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]