diff options
| author | Douglas Anderson <dianders@chromium.org> | 2017-05-31 01:50:38 +0300 |
|---|---|---|
| committer | Kees Cook <keescook@chromium.org> | 2017-05-31 20:10:09 +0300 |
| commit | f6525b96dd9f68efe374e5aef864975e628de991 (patch) | |
| tree | 24c125fe9c2db7712df9427715c2ec537cc22449 /scripts/gdb/linux/tasks.py | |
| parent | 4a16d1cb245c56e72fd40a28f3cdb394cde4b341 (diff) | |
| download | linux-f6525b96dd9f68efe374e5aef864975e628de991.tar.xz | |
pstore: Fix leaked pstore_record in pstore_get_backend_records()
When the "if (record->size <= 0)" test is true in
pstore_get_backend_records() it's pretty clear that nobody holds a
reference to the allocated pstore_record, yet we don't free it.
Let's free it.
Fixes: 2a2b0acf768c ("pstore: Allocate records on heap instead of stack")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Cc: stable@vger.kernel.org
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions
