diff options
| author | Douglas Anderson <[email protected]> | 2017-05-30 15:50:38 -0700 |
|---|---|---|
| committer | Kees Cook <[email protected]> | 2017-05-31 10:10:09 -0700 |
| commit | f6525b96dd9f68efe374e5aef864975e628de991 (patch) | |
| tree | 24c125fe9c2db7712df9427715c2ec537cc22449 /scripts/gcc-plugins/sancov_plugin.c | |
| parent | 4a16d1cb245c56e72fd40a28f3cdb394cde4b341 (diff) | |
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 <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Cc: [email protected]
Diffstat (limited to 'scripts/gcc-plugins/sancov_plugin.c')
0 files changed, 0 insertions, 0 deletions