diff options
author | Johannes Thumshirn <jthumshirn@suse.de> | 2016-09-30 14:39:17 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2016-11-09 03:36:44 +0200 |
commit | 9afdd6128c39f42398041bb2e017d8df0dcebcd1 (patch) | |
tree | 3de11a87269d91bff7fe50f1a14a14edd8b4ef4c /ipc | |
parent | 424342ff0e033f5965a446fc6e37aba2c9cee248 (diff) | |
download | linux-stable-9afdd6128c39f42398041bb2e017d8df0dcebcd1.tar.gz linux-stable-9afdd6128c39f42398041bb2e017d8df0dcebcd1.tar.bz2 linux-stable-9afdd6128c39f42398041bb2e017d8df0dcebcd1.zip |
cw1200: Don't leak memory if krealloc failes
The call to krealloc() in wsm_buf_reserve() directly assigns the newly
returned memory to buf->begin. This is all fine except when krealloc()
failes we loose the ability to free the old memory pointed to by
buf->begin. If we just create a temporary variable to assign memory to
and assign the memory to it we can mitigate the memory leak.
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions