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 #1663
- build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in #1661
- docs: upgrade Python version to 3.13 by @ti-mo in #1664
- build(deps): bump actions/github-script from 6 to 7 by @dependabot in #1662
- internal/unix: add Errno wrapper for Windows by @lmb in #1659
- internal/linux: use
unix.Auxv
by @tklauser in #1665 - btf: read all line info records at once in
parseLineInfoRecords
by @paulcacheux in #1657 - btf: fix data race in
(*mutableTypes).copy
by @paulcacheux in #1673 - Fix ksym buffer overflow on 32 bit platforms by @kolyshkin in #1660
Full Changelog: v0.17.2...v0.17.3