cilium/ebpf v0.12.2

release ·

This release fixes unmarshaling from a map operation into a []byte, see #1180. This is a regression in v0.12.0.

We now also properly return an error when the value to unmarshal into is too small, see #1181. This behaviour has existed for a long time.

What’s Changed

New Contributors

Full Changelog: https://github.com/cilium/ebpf/compare/v0.12.1...v0.12.2

View source