Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
link: wrap errors for Raw{At,De}tachProgram
This allows callers to detect the underlying syscall error, which is necessary for being able to implement safe fallbacks based on the error during program loading and unloading. runc in particular needs this to be able to implement BPF_F_REPLACE fallbacks correctly. Ref: opencontainers/runc#3008 Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
- Loading branch information