diff options
author | 2021-12-12 06:25:02 +0000 | |
---|---|---|
committer | 2021-12-18 08:31:14 -0300 | |
commit | 0a515a06c5ebfa46fee3ac519e418f801e718da4 (patch) | |
tree | 97a4b68135bba842bb23a4ad27e9701f24153c9a /scripts/gdb/linux/utils.py | |
parent | Merge tag 'libata-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata (diff) | |
download | linux-dev-0a515a06c5ebfa46fee3ac519e418f801e718da4.tar.xz linux-dev-0a515a06c5ebfa46fee3ac519e418f801e718da4.zip |
perf expr: Fix missing check for return value of hashmap__new()
The hashmap__new() function may return ERR_PTR(-ENOMEM) when malloc()
fails, add IS_ERR() checking for ctx->ids.
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/20211212062504.25841-1-linmq006@gmail.com
[ s/kfree()/free()/ and add missing linux/err.h include ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions