All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Borkmann <daniel@iogearbox.net>
To: Andrii Nakryiko <andriin@fb.com>,
	bpf@vger.kernel.org, netdev@vger.kernel.org, ast@fb.com
Cc: andrii.nakryiko@gmail.com, kernel-team@fb.com
Subject: Re: [PATCH bpf-next 0/5] Fix bugs and issues found by static analysis in libbpf
Date: Thu, 7 Nov 2019 17:35:59 +0100	[thread overview]
Message-ID: <34069e64-e39c-f095-ad94-9f67f88e0c64@iogearbox.net> (raw)
In-Reply-To: <20191107020855.3834758-1-andriin@fb.com>

On 11/7/19 3:08 AM, Andrii Nakryiko wrote:
> Github's mirror of libbpf got LGTM and Coverity statis analysis running
> against it and spotted few real bugs and few potential issues. This patch
> series fixes found issues.
> 
> Andrii Nakryiko (5):
>    libbpf: fix memory leak/double free issue
>    libbpf: fix potential overflow issue
>    libbpf: fix another potential overflow issue in bpf_prog_linfo
>    libbpf: make btf__resolve_size logic always check size error condition
>    libbpf: improve handling of corrupted ELF during map initialization
> 
>   tools/lib/bpf/bpf.c            |  2 +-
>   tools/lib/bpf/bpf_prog_linfo.c | 14 +++++++-------
>   tools/lib/bpf/btf.c            |  3 +--
>   tools/lib/bpf/libbpf.c         |  6 +++---
>   4 files changed, 12 insertions(+), 13 deletions(-)
> 

All look good, applied, thanks!

      parent reply	other threads:[~2019-11-07 16:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-07  2:08 [PATCH bpf-next 0/5] Fix bugs and issues found by static analysis in libbpf Andrii Nakryiko
2019-11-07  2:08 ` [PATCH bpf-next 1/5] libbpf: fix memory leak/double free issue Andrii Nakryiko
2019-11-07  2:08 ` [PATCH bpf-next 2/5] libbpf: fix potential overflow issue Andrii Nakryiko
2019-11-07  2:08 ` [PATCH bpf-next 3/5] libbpf: fix another potential overflow issue in bpf_prog_linfo Andrii Nakryiko
2019-11-07  2:08 ` [PATCH bpf-next 4/5] libbpf: make btf__resolve_size logic always check size error condition Andrii Nakryiko
2019-11-07  2:08 ` [PATCH bpf-next 5/5] libbpf: improve handling of corrupted ELF during map initialization Andrii Nakryiko
2019-11-07 16:35 ` Daniel Borkmann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=34069e64-e39c-f095-ad94-9f67f88e0c64@iogearbox.net \
    --to=daniel@iogearbox.net \
    --cc=andrii.nakryiko@gmail.com \
    --cc=andriin@fb.com \
    --cc=ast@fb.com \
    --cc=bpf@vger.kernel.org \
    --cc=kernel-team@fb.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.