commit | be5c5d4e9d8cbdd7fcdcbc45e86e34bc0bd1cefd | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Wed May 29 10:36:04 2019 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu May 30 01:23:34 2019 +0200 |
tree | 792ac7428a29e496e2ce8f5622e81570fa89872d | |
parent | 8ca990ce0d402d5aaf05f7a33ff025fcbcbb5f93 [diff] |
libbpf: preserve errno before calling into user callback pr_warning ultimately may call into user-provided callback function, which can clobber errno value, so we need to save it before that. Acked-by: Song Liu <songliubraving@fb.com> Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>