diff options
author | 2024-09-02 19:55:51 +0900 | |
---|---|---|
committer | 2024-09-09 16:39:06 -0700 | |
commit | f3c11cf5cae044668f888a50abb37b29600ca197 (patch) | |
tree | bb9eec9dd413214afaa411ba659154a778375d7b /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | lib: lz4hc: export LZ4_resetStreamHC symbol (diff) | |
download | wireguard-linux-f3c11cf5cae044668f888a50abb37b29600ca197.tar.xz wireguard-linux-f3c11cf5cae044668f888a50abb37b29600ca197.zip |
lib: zstd: fix null-deref in ZSTD_createCDict_advanced2()
ZSTD_createCDict_advanced2() must ensure that
ZSTD_createCDict_advanced_internal() has successfully allocated cdict.
customMalloc() may be called under low memory condition and may be unable
to allocate workspace for cdict.
Link: https://lkml.kernel.org/r/20240902105656.1383858-4-senozhatsky@chromium.org
Signed-off-by: Sergey Senozhatsky <senozhatsky@chromium.org>
Cc: Nick Terrell <terrelln@fb.com>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions