Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-11 | 1.2 kB | |
v0.17.3 source code.tar.gz | 2025-02-11 | 2.1 MB | |
v0.17.3 source code.zip | 2025-02-11 | 2.3 MB | |
Totals: 3 Items | 4.4 MB | 0 |
Fixes for a data race in btf.Spec.Copy
(thanks @paulcacheux) and a buffer overflow when running 32-bit user space on a 64-bit kernel (thanks @kolyshkin).
What's Changed
- build(deps): bump the docs group in /docs with 2 updates by @dependabot in https://github.com/cilium/ebpf/pull/1663
- build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in https://github.com/cilium/ebpf/pull/1661
- docs: upgrade Python version to 3.13 by @ti-mo in https://github.com/cilium/ebpf/pull/1664
- build(deps): bump actions/github-script from 6 to 7 by @dependabot in https://github.com/cilium/ebpf/pull/1662
- internal/unix: add Errno wrapper for Windows by @lmb in https://github.com/cilium/ebpf/pull/1659
- internal/linux: use
unix.Auxv
by @tklauser in https://github.com/cilium/ebpf/pull/1665 - btf: read all line info records at once in
parseLineInfoRecords
by @paulcacheux in https://github.com/cilium/ebpf/pull/1657 - btf: fix data race in
(*mutableTypes).copy
by @paulcacheux in https://github.com/cilium/ebpf/pull/1673 - Fix ksym buffer overflow on 32 bit platforms by @kolyshkin in https://github.com/cilium/ebpf/pull/1660
Full Changelog: https://github.com/cilium/ebpf/compare/v0.17.2...v0.17.3