Messages in this thread |  | | From | Linus Walleij <> | Date | Mon, 10 Oct 2016 10:35:45 +0200 | Subject | Re: [PATCH 2/3] pinctrl: berlin: Don't leak memory if krealloc() fails |
| |
On Fri, Sep 30, 2016 at 2:13 PM, Johannes Thumshirn <jthumshirn@suse.de> wrote:
> We're directly assigning krealoc()'s return value to pctrl->functions instead > of using a temporary value to handle error checking. This leaks memory in case > krealloc() failes. While we're at it, implement error handling for failed > allocations at all. > > Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Patch applied.
Yours, Linus Walleij
|  |