aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSergey Senozhatsky <[email protected]>2024-09-02 19:55:51 +0900
committerAndrew Morton <[email protected]>2024-09-09 16:39:06 -0700
commitf3c11cf5cae044668f888a50abb37b29600ca197 (patch)
treebb9eec9dd413214afaa411ba659154a778375d7b /tools/perf/scripts/python
parent751884743025deeb52f3a2ad39acaf0f57e6d496 (diff)
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/[email protected] Signed-off-by: Sergey Senozhatsky <[email protected]> Cc: Nick Terrell <[email protected]> Cc: Minchan Kim <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions